Roots of UnityJEE Advanced
Solutions of zⁿ = 1 — interactive Mathematics simulation for IIT-JEE.
Concept
The nth roots of unity are the complex solutions of . Plotted on the Argand plane they sit equally spaced on the unit circle, forming a regular -gon with one vertex at .
Key formula
Derivation
Writing , the equation becomes , so must be a multiple of .
That gives for — the distinct roots. They are powers of the primitive root , since .
Scenarios to explore
- Roots of Unity — The n solutions of zⁿ = 1 on the unit circle.
Real-world applications
- Factorizing into linear factors.
- The Fast Fourier Transform uses roots of unity.
- Solving cyclotomic and symmetry problems.
JEE exam tips
- The sum of all nth roots of unity is 0 (for n ≥ 2); their product is (−1)ⁿ⁺¹.
- They are 1, ω, ω², …, ωⁿ⁻¹ with ωⁿ = 1.
- 1 + ω + ω² = 0 for the cube roots of unity.
Common mistakes
- Listing only the real roots and missing the complex ones.
- Forgetting k runs from 0 to n−1 (n roots, not n+1).
- Thinking the roots are randomly placed rather than equally spaced.
Exam traps to avoid
- A 'primitive' root generates all others; not every root is primitive (only when gcd(k,n)=1).
- Roots of zⁿ = a (a ≠ 1) lie on a circle of radius |a|^{1/n}, not the unit circle.
