The nth roots of unity are: = e^ for k = 0, 1, 2, ..., n-1.
Properties:
- They form vertices of a regular n-gon inscribed in the unit circle
- Sum of all nth roots = 0: + + ... + = 0
- Product of all nth roots = (-1)^(n+1)
- Sum of squares: + + ... + = 0 (for n >= 3)
- - 1 = (x - )(x - )...(x - )
- 1 + x + + ... + = = product of (x - ) for k = 1, ..., n-1
For JEE: The most commonly tested cases are n = 3 (cube roots) and n = 4 (fourth roots = {1, i, -1, -i}). For n = 6: sixth roots are {1, w, , -1, -w, -} where w = e^.
Application: To evaluate sums like sum of cos: it equals the real part of the sum of nth roots, which is Re(0) = 0.