x 4 − 4 x 3 + 5 x 2 − 4 x + 1 = 0
Find all the real values of x satisfying the equation above.
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.
Let the above polynomial be re-written as:
x 4 − 4 x 3 + 5 x 2 − 4 x + 1 = ( x 4 − 4 x 3 + 6 x 2 − 4 x + 1 ) − x 2 = ( x − 1 ) 4 − x 2 = 0 ;
or ( x − 1 ) 4 = x 2
or ( x − 1 ) 2 = ± x .
This now gives two separate quadratic equations:
x 2 − 3 x + 1 = 0 with roots x = [ 3 ± 5 ] / 2 ;
x 2 − x + 1 = 0 with roots x = [ 1 ± i ∗ 3 ] / 2 ;
Hence, x = [ 3 ± 5 ] / 2 are the only real roots.
Problem Loading...
Note Loading...
Set Loading...
divide each term by x^2 so we get x^2 - 4x + 5 - 4/x +1/x^2 = 0 now (x^2 +1/x^2) - 4( x +1/x) +5 = 0 now let x +1/x = y implies that x^2 +1/x^2 = y^2 - 2 now put in equation we get y^2 - 4 y +3 = 0 by solving we get y =3 , y=1 back substitute in x+1/x = y we have x^2-3x+1 = 0 using quadratic formula x = 3 plus minus sqrt 5 /2