Roots of UnityJEE Advanced

Solutions of zⁿ = 1 — interactive Mathematics simulation for IIT-JEE.

Concept

The nth roots of unity are the nn complex solutions of zn=1z^n = 1. Plotted on the Argand plane they sit equally spaced on the unit circle, forming a regular nn-gon with one vertex at 11.

Key formula

zk=e2πik/n=cos2πkn+isin2πkn,k=0,1,,n1z_k = e^{2\pi i k/n} = \cos\tfrac{2\pi k}{n} + i\sin\tfrac{2\pi k}{n}, \quad k = 0,1,\dots,n-1

Derivation

Writing z=eiθz = e^{i\theta}, the equation zn=1z^n=1 becomes einθ=1e^{in\theta}=1, so nθn\theta must be a multiple of 2π2\pi.

That gives θ=2πk/n\theta = 2\pi k/n for k=0,,n1k=0,\dots,n-1 — the nn distinct roots. They are powers of the primitive root ω=e2πi/n\omega = e^{2\pi i/n}, since zk=ωkz_k = \omega^k.

Scenarios to explore

  • Roots of Unity — The n solutions of zⁿ = 1 on the unit circle.

Real-world applications

  • Factorizing zn1z^n-1 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.