bob1182006
- 491
- 1
Factor a 4th order polynomial (Solved)
Find the roots of:
x^5-1=0
Polynomial long division.
x^5-1 = (x-1)(x^4+x^3+x^2+x+1) = 0
x^4+x^3+x^2+x+1 = (x^2+1)^2+x^3+x-x^2
(x^2+1)^2+x^3+x-x^2 = (x^2+1)^2+x(x^2+1)-x^2
Stuck at this point, I just can't seem to factor out something useful.
I know all of the roots are complex but I need to be able to solve the problem without a computer.
Homework Statement
Find the roots of:
x^5-1=0
Homework Equations
Polynomial long division.
The Attempt at a Solution
x^5-1 = (x-1)(x^4+x^3+x^2+x+1) = 0
x^4+x^3+x^2+x+1 = (x^2+1)^2+x^3+x-x^2
(x^2+1)^2+x^3+x-x^2 = (x^2+1)^2+x(x^2+1)-x^2
Stuck at this point, I just can't seem to factor out something useful.
I know all of the roots are complex but I need to be able to solve the problem without a computer.
Last edited: