Solving an equation in 4th degree

  • Thread starter Thread starter zorro
  • Start date Start date
  • Tags Tags
    Degree
AI Thread Summary
To solve the equation x^4 + x^3 + x^2 + x + 1 = 0, Ferrari's method is recommended for fourth-degree equations. The polynomial is identified as a cyclotomic polynomial, with roots that are evenly spaced around the unit circle in the complex plane. An alternative approach involves converting the equation into a fifth-degree polynomial, x^5 - 1 = 0, whose roots can be expressed as complex numbers e^{2πki/5} for k = 0 to 4. Another method discussed involves dividing by x^2 and using the substitution y = x + x^{-1}, simplifying the equation to y^2 + y - 1 = 0. This leads to finding two roots for y and subsequently four roots for x, showcasing the variety of solutions available.
zorro
Messages
1,378
Reaction score
0

Homework Statement


How to solve x4 + x3 + x2 + x + 1= 0 ?
 
Physics news on Phys.org
Yes, I tried it but it did not work. Ferrari's method looks good.
 
it IS good! :biggrin: (sure shot solution guaranteed)
 
x^4+ x^3+ x^2+ x+ 1 is a "cyclotomic" polynomial whose zeros are equally spaced around the unit circle in the complex plane.

One way to solve this is to convert it to a 5th degree equation (for which there is no general formula!). Multiplying x^4+ x^3+ x^2+ x+ 1= 0 by x- 1 gives (x- 1)(x^4+ x^3+ x^2+ x+ 1)= (x^5+ x^4+ x^3+ x)- (x^4+ x^3+ x+ 1)= x^5- 1= 0.

Now, the roots of x^5- 1= 0 are the complex numbers e^{2\pi ki/5} where k goes from 0 to 4. Obviously, k= 0 gives x= 1 which statisfies x- 1= 0 but not x^4+ x^3+ x^2+ 1= 0 so the roots of x^4+ x^3+ x^2+ x+ 1 are
e^{2\pi ki/5}= cos(\frac{2\pi k}{5})+ i sin(\frac{2\pi k}{5})
for k= 1, 2, 3, and 4.
 
I like HallsOfIvy's solution, but just for variety here is another approach.

Divide by x^2, yielding

x^2 + x + 1 + x^{-1} + x^{-2} = 0.

Now let y = x + x^{-1}.

With this substitution, the equation becomes

y^2 + y - 1 = 0.

Solve for y (two roots), then solve for x (four roots).
 
nice one awkward...HallsofIvy has an nice solution too(one i never thought of)...
 
Divide by LaTeX Code: x^2 , yielding

LaTeX Code: x^2 + x + 1 + x^{-1} + x^{-2} = 0 .

Now let LaTeX Code: y = x + x^{-1} .

With this substitution, the equation becomes

LaTeX Code: y^2 + y - 1 = 0 .

Solve for y (two roots), then solve for x (four roots).

That is a very ingenious solution. Thanks.
 

Similar threads

Replies
3
Views
4K
Replies
2
Views
2K
Replies
1
Views
3K
Replies
2
Views
275
Replies
9
Views
2K
Replies
3
Views
1K
Replies
1
Views
276
Back
Top