zorro
- 1,378
- 0
Homework Statement
How to solve x4 + x3 + x2 + x + 1= 0 ?
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).