x 3 + 6 x 2 + 4 x + 1 = 0
Find the only real solution of x in the equation above, correct to 3 places of decimals.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The proof is just Cardano's method for the cubic equation.
Start with y 3 + a y + b = 0 , then use the identity ( u + v ) 3 − 3 u v ( u + v ) − ( u 3 + v 3 ) = 0 . Compare it with the equation to get:
y = u + v 3 u v = − a u 3 + v 3 = − b
We can divide the second equation by 3 and cube it to get: ( u v ) 3 = − ( 3 a ) 3 . Then, by Vieta's formulas, u 3 and v 3 are roots of:
z 2 + b z − ( 3 a ) 3 = 0
By the quadratic formula we get:
z = − 2 b ± ( 2 b ) 2 + ( 3 a ) 3
So, we have the values for u and v (note that they are interchangeable):
u = 3 − 2 b + ( 2 b ) 2 + ( 3 a ) 3 v = 3 − 2 b − ( 2 b ) 2 + ( 3 a ) 3
Finally, y = 3 − 2 b + ( 2 b ) 2 + ( 3 a ) 3 + 3 − 2 b − ( 2 b ) 2 + ( 3 a ) 3
The expression inside the square root is − 1 0 8 Δ , where Δ is the discriminant for this equation. If Δ > 0 we have three real roots, if Δ = 0 we have at least two multiple roots, and if Δ < 0 we have one real root and two complex conjugate roots.
Problem Loading...
Note Loading...
Set Loading...
I could say that this is one hard problem if you don't tackle it with the help of a calculation engine.
We have x 3 + 6 x 2 + 4 x + 1 = ( x + 2 ) 3 − 8 ( x + 2 ) + 9 . Define y = x + 2 , so the equation becomes y 3 − 8 y + 9 = 0 . The surely real root z of a cubic equation z 3 + a z + b = 0 is (I left it to be proved by someone, or correcting it if it's wrong):
z = 3 ( 3 a ) 3 + ( 2 b ) 2 − 2 b − 3 ( 3 a ) 3 + ( 2 b ) 2 + 2 b
We have only one real root if and only if ( 3 a ) 3 + ( 2 b ) 2 > 0 (same, I left it to be proved by someone else, this is what I've found and my proof is just too long). We have it on our equation. Applying it on our equation gives this:
y = 3 1 8 4 1 7 − 8 1 − 3 1 8 4 1 7 + 8 1 ≈ − 3 . 2 7 8
Hence, x = y − 2 ≈ − 5 . 2 7 8 .
Note: I would suggest, if ( 3 a ) 3 + ( 2 b ) 2 < 0 , to take the cube root as the one with the imaginary part nearest possible to 0, but if b=0, sure we have z=0.