Question 694174

Complex_Numbers/694174 (2012-12-13 21:23:13): find all 12 solutions to x^12=1
Already know 1 and -1 are solutions, but I'm not sure how to factor the equation.
-----
x^12-1 = 0
-----
((x^4)^3-1) = 1
----
(x^4-1)((x^4)^2 + x^4 + 1) = 0
---
(x^2+1)(x^2-1)((x^4)^2+x^4+1) = 0
-----
(x+i)(x-i)(x-1)(x+1)(factors of the quadratic) = 0
At this point you have zeroes at -i,i,1,-1
------
Working with the quadratic:
x^4 = [-1 +- sqrt(1-4*1)]/2
---
x^4 = [(-1/2) +- (i/2)sqrt(3)]
----
That gives you an additional 8 roots
-----
Comment: Normally you would use DeMoivre's Method to 
find the 12 roots.
x = cis[(90+360n)/12] where n = 0,1,2,3,4,....,10,11
--------------------
Cheers,
Stan H.