Find nth roots of unity and prove they form vertices of a regular polygon

hard JEE-ADVANCED JEE Advanced 2020 3 min read

Question

Find all the nnth roots of unity. Prove that these roots, when plotted on the Argand plane, form the vertices of a regular nn-sided polygon inscribed in the unit circle.

(JEE Advanced 2020, similar pattern)


Solution — Step by Step

Write 11 in polar form: 1=ei2kπ1 = e^{i \cdot 2k\pi} for any integer kk.

So zn=ei2kπz^n = e^{i \cdot 2k\pi}, which gives:

z=ei2kπ/n,k=0,1,2,,n1z = e^{i \cdot 2k\pi/n}, \quad k = 0, 1, 2, \ldots, n-1

Let ω=ei2π/n\omega = e^{i \cdot 2\pi/n}. Then the nn roots are 1,ω,ω2,,ωn11, \omega, \omega^2, \ldots, \omega^{n-1}.

For each root ωk=ei2kπ/n\omega^k = e^{i \cdot 2k\pi/n}:

ωk=ei2kπ/n=1|\omega^k| = |e^{i \cdot 2k\pi/n}| = 1

Every root has modulus 1, so all nn points lie on the unit circle centred at the origin.

The argument of ωk\omega^k is 2kπn\frac{2k\pi}{n}.

The angular gap between consecutive roots ωk\omega^k and ωk+1\omega^{k+1} is:

2(k+1)πn2kπn=2πn\frac{2(k+1)\pi}{n} - \frac{2k\pi}{n} = \frac{2\pi}{n}

This gap is constant for all consecutive pairs. Equal angular spacing on a circle means equal arc lengths, which means equal chord lengths.

Since all nn points lie on the same circle (radius 1) and are equally spaced at angles of 2πn\frac{2\pi}{n}, they form the vertices of a regular nn-sided polygon.

The first root is always at (1,0)(1, 0) — the point where the positive real axis meets the unit circle.


Why This Works

The nnth roots of unity are solutions to zn1=0z^n - 1 = 0, a polynomial of degree nn that must have exactly nn roots (counting multiplicity). De Moivre’s theorem gives us all nn roots explicitly in exponential form, and the geometry follows from the fact that multiplication by ω\omega is a rotation by 2π/n2\pi/n.

Think of it this way: starting from the point 11 on the unit circle, each multiplication by ω\omega rotates you by the same angle 2π/n2\pi/n. After nn rotations, you’re back to 11 (since ωn=1\omega^n = 1). This uniform rotation traces out a regular polygon.


Alternative Method — Distance calculation

To prove regularity without angles, compute the distance between consecutive roots:

ωk+1ωk=ωkω1=1ω1=ω1|\omega^{k+1} - \omega^k| = |\omega^k||\omega - 1| = 1 \cdot |\omega - 1| = |\omega - 1|

This distance is the same for every consecutive pair. For a convex polygon inscribed in a circle, equal consecutive side lengths implies regularity.

For n=3n = 3: equilateral triangle with vertices at 1,ω,ω21, \omega, \omega^2 where ω=ei2π/3=12+32i\omega = e^{i2\pi/3} = -\frac{1}{2} + \frac{\sqrt{3}}{2}i. For n=4n = 4: square with vertices 1,i,1,i1, i, -1, -i. Visualising these specific cases helps in MCQs where you need to quickly check properties of roots of unity.


Common Mistake

A subtle error: students write z=eikπ/nz = e^{i k\pi/n} instead of z=ei2kπ/nz = e^{i \cdot 2k\pi/n} — missing the factor of 2. This gives 2n2n roots instead of nn, half of which are roots of zn=1z^n = -1, not zn=1z^n = 1. The full angle for one revolution is 2π2\pi, not π\pi. Always start from 1=ei2kπ1 = e^{i \cdot 2k\pi} with the 2π2\pi clearly visible.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next