How do I find all real and complex zeros of x^5+x+1x5+x+1?

1 Answer
Oct 17, 2015

Factor into the product of a quadratic and a cubic, then find the roots of those using the quadratic formula and Cardano's method.

Explanation:

x^5+x+1 = (x^2+x+1)(x^3-x^2+1)x5+x+1=(x2+x+1)(x3x2+1)

x^2+x+1 = 0x2+x+1=0 has solutions x = color(blue)((-1+-isqrt(3))/2)x=1±i32

To solve x^3-x^2+1 = 0x3x2+1=0 first substitute t = x-1/3t=x13

Then

t^3 = (x-1/3)^3 = x^3-x^2+1/3x-1/27t3=(x13)3=x3x2+13x127

-1/3t = -1/3(x-1/3) = -1/3x+1/913t=13(x13)=13x+19

So

t^3-1/3t+25/27 = x^3-x^2+1/3x-1/27-1/3x+1/9+25/27t313t+2527=x3x2+13x12713x+19+2527

=x^3-x^2+1=x3x2+1

So our cubic becomes:

t^3-1/3t+25/27 = 0t313t+2527=0

Multiply through by 2727 to get:

27t^3-9t+25 = 027t39t+25=0

Next let t = u + vt=u+v to get

0 = 27(u^3+3u^2v+3uv^2+v^3)-9(u+v)+250=27(u3+3u2v+3uv2+v3)9(u+v)+25

=27u^3+27v^3+(81uv-9)(u+v)+25=27u3+27v3+(81uv9)(u+v)+25

Add the constraint that v = 1/(9u)v=19u

Then 81uv-9 = 9(9uv-1) = 9(1-1) = 081uv9=9(9uv1)=9(11)=0, so our cubic becomes:

0 = 27u^3+27(1/9u)^3+25 = 27u^3 + 1/(27u^3)+250=27u3+27(19u)3+25=27u3+127u3+25

Multiply through by 27u^327u3 to get a quadratic in u^3u3:

0 = 729(u^3)^2+675(u^3)+10=729(u3)2+675(u3)+1

So:

u^3 = (-675+-sqrt(675^2-4*729))/(2*729)u3=675±675247292729

=(-675+-27sqrt(625-4))/(27*54)=675±2762542754

=(-25+-sqrt(621))/54=25±62154

=(-25+-sqrt(9*69))/54=25±96954

=(-25+-3sqrt(69))/54=25±36954

Since the derivation was symmetric in uu and vv, the Real root is given by:

t = root(3)((-25+3sqrt(69))/54) + root(3)((-25-3sqrt(69))/54)t=325+36954+32536954

= 1/3root(3)((-25+3sqrt(69))/2) + 1/3root(3)((-25-3sqrt(69))/2)=13325+3692+133253692

and

x = t+1/3 = color(blue)(1/3+1/3root(3)((-25+3sqrt(69))/2) + 1/3root(3)((-25-3sqrt(69))/2))x=t+13=13+13325+3692+133253692

~~ -0.754877666250.75487766625

The Complex roots are found using omega = -1/2+isqrt(3)/2ω=12+i32 as:

x = color(blue)(1/3+omega/3 root(3)((-25+3sqrt(69))/2) + omega^2/3 root(3)((-25-3sqrt(69))/2))x=13+ω3325+3692+ω233253692

x = color(blue)(1/3+omega^2/3 root(3)((-25+3sqrt(69))/2) + omega/3 root(3)((-25-3sqrt(69))/2))x=13+ω23325+3692+ω33253692

That is

x~~0.87744+0.74486 ix0.87744+0.74486i

x~~0.87744-0.74486 ix0.877440.74486i

Postscript

Note that in general, quintic equations of the form x^5+x+a = 0x5+x+a=0 are not so easily (!) solved. They are normally not expressible in terms of ordinary square and cube roots or any kind of ordinary radical.

There is a special kind of radical called a Bring Radical, which represents the principal root of this quintic. That is:

BR(a)BR(a) is the principal root of x^5+x+a = 0x5+x+a=0

If a in RR then BR(a) in RR is the Real root.