How do you solve 0 = 4x^3 + 2x-10=4x3+2x1?

1 Answer
Mar 10, 2016

Check there are no rational roots, then use Cardano's method to find the Real and two Complex roots.

Explanation:

Let f(x) = 4x^3+2x-1f(x)=4x3+2x1

By the rational root theorem, any roots of 4x^3+2x-1 = 04x3+2x1=0 will be expressible in the form p/qpq for integers pp and qq where pp is a divisor of the constant term -11 and qq a divisor of the coefficient 44 of the leading term.

So the only possible rational roots are:

+-1/4±14, +-1/2±12, +-1±1

We find f(x) != 0f(x)0 for all of these values, so f(x) = 0f(x)=0 has no rational roots.

Use Cardano's method, substituting x = u + vx=u+v to get:

4u^3 + 4v^3 + 2(6uv+1)(u+v) - 1 = 04u3+4v3+2(6uv+1)(u+v)1=0

Add the constraint v = -1/(6u)v=16u to eliminate the term in (u+v)(u+v) to get:

0 = 4u^3 - 4/(6u)^3 - 1 = 4u^3 - 1/(54u^3) - 10=4u34(6u)31=4u3154u31

Multiply through by 54u^354u3 to get:

216(u^3)^2-54(u^3)-1 = 0216(u3)254(u3)1=0

Use the quadratic formula to find:

u^3 = (54+-sqrt(54^2+4*216))/(2*216)u3=54±542+42162216

=(54+-sqrt(3780))/432=54±3780432

=(54+-6sqrt(105))/432=54±6105432

=(27+-3sqrt(105))/216=27±3105216

Due to the symmetry of the derivation in uu and vv, we can take one of these roots as u^3u3 and the other as v^3v3 to find the Real root:

x_1 = 1/6(root(3)(27+3sqrt(105))+root(3)(27-3sqrt(105)))x1=16(327+3105+3273105)

and Complex roots:

x_2 = 1/6(omega root(3)(27+3sqrt(105))+omega^2 root(3)(27-3sqrt(105)))x2=16(ω327+3105+ω23273105)

x_3 = 1/6(omega^2 root(3)(27+3sqrt(105))+omega root(3)(27-3sqrt(105)))x3=16(ω2327+3105+ω3273105)

where omega = -1/2+sqrt(3)/2iω=12+32i is the primitive Complex cube root of 11.