How do you find all the zeros of x3x2+2x+1?

1 Answer
May 18, 2016

Use Cardano's method to find Real zero:

x1=131+343+9292+3439292

and Complex zeros.

Explanation:

Premultiply by 33 to cut down on arithmetic involving fractions:

0=33(x3x2+2x+1)

=27x327x2+54x+27

=(3x1)3+15(3x1)+43

Let t=3x1 and solve:

t3+15t+43=0

Using Cardano's method, let t=u+v

u3+v3+3(uv+5)(u+v)+43=0

Let v=5u to eliminate the term in (u+v)

u353u3+43=0

Multiply through by u3 to get a quadratic in u3:

(u3)2+43(u3)125=0

Use the quadratic formula to find:

u3=43±432+(4125)2

=43±1849+5002

=43±23492

=43±9292

The derivation was symmetric in u and v, so we can use one of these roots for u3 and the other for v3 to find the Real root of our cubic equation in t is:

t1=343+9292+3439292

and Complex roots:

t2=ω343+9292+ω23439292

t3=ω2343+9292+ω3439292

where ω=12+32i is the primitive Complex cube root of 1.

Then x=13(t+1), hence zeros of the original cubic in x:

x1=131+343+9292+3439292

x2=131+ω343+9292+ω23439292

x3=131+ω2343+9292+ω3439292