De Moivre's theorem — find cube roots of unity and plot on Argand plane

medium JEE-MAIN JEE Main 2022 3 min read

Question

Using De Moivre’s theorem, find all three cube roots of unity. Plot them on the Argand plane and verify that they form an equilateral triangle.

(JEE Main 2022, similar pattern)


Solution — Step by Step

We need to solve z3=1z^3 = 1.

Write 11 in polar form: 1=cos0+isin0=ei01 = \cos 0 + i\sin 0 = e^{i \cdot 0}.

But 11 can also be written as ei2kπe^{i \cdot 2k\pi} for any integer kk. So:

z3=ei2kπz^3 = e^{i \cdot 2k\pi}

Taking the cube root:

z=ei2kπ/3=cos2kπ3+isin2kπ3z = e^{i \cdot 2k\pi/3} = \cos\frac{2k\pi}{3} + i\sin\frac{2k\pi}{3}

For k=0,1,2k = 0, 1, 2 (we need exactly 3 distinct roots):

k=0k = 0: z0=cos0+isin0=1z_0 = \cos 0 + i\sin 0 = 1

k=1k = 1: z1=cos2π3+isin2π3=12+i32z_1 = \cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3} = -\frac{1}{2} + i\frac{\sqrt{3}}{2}

k=2k = 2: z2=cos4π3+isin4π3=12i32z_2 = \cos\frac{4\pi}{3} + i\sin\frac{4\pi}{3} = -\frac{1}{2} - i\frac{\sqrt{3}}{2}

The cube roots of unity are conventionally written as 1,ω,ω21, \omega, \omega^2 where:

ω=12+i32=ei2π/3\omega = -\frac{1}{2} + i\frac{\sqrt{3}}{2} = e^{i \cdot 2\pi/3} ω2=12i32=ei4π/3\omega^2 = -\frac{1}{2} - i\frac{\sqrt{3}}{2} = e^{i \cdot 4\pi/3}

Note that ω2\omega^2 is the conjugate of ω\omega, i.e., ω2=ωˉ\omega^2 = \bar{\omega}.

All three roots lie on the unit circle (z=1|z| = 1). They are separated by equal angles of 2π/3=120°2\pi/3 = 120°.

The distance between any two adjacent roots:

1ω=1+12i32=32i32=94+34=3|1 - \omega| = \left|1 + \frac{1}{2} - i\frac{\sqrt{3}}{2}\right| = \left|\frac{3}{2} - i\frac{\sqrt{3}}{2}\right| = \sqrt{\frac{9}{4} + \frac{3}{4}} = \sqrt{3}

Similarly, ωω2=3|\omega - \omega^2| = \sqrt{3} and 1ω2=3|1 - \omega^2| = \sqrt{3}.

All three sides are equal (3\sqrt{3}), confirming an equilateral triangle inscribed in the unit circle.


Why This Works

De Moivre’s theorem states: (cosθ+isinθ)n=cosnθ+isinnθ(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta. To find nnth roots, we reverse this: divide the angle by nn and add multiples of 2π/n2\pi/n to get all nn distinct roots.

The nnth roots of unity are always equally spaced on the unit circle, separated by angles of 2π/n2\pi/n. For n=3n = 3, this gives three points at 120°120° apart — hence the equilateral triangle.


Alternative Method — Key properties to remember

1+ω+ω2=01 + \omega + \omega^2 = 0 ω3=1\omega^3 = 1 ωω2=ω3=1\omega \cdot \omega^2 = \omega^3 = 1

These three properties are used constantly in JEE problems.

For JEE, the property 1+ω+ω2=01 + \omega + \omega^2 = 0 is tested in almost every paper — either directly or inside a larger problem. If you see a sum like a+bω+cω2a + b\omega + c\omega^2, remember you can manipulate it using ω2=1ω\omega^2 = -1 - \omega. Also, ω3=1\omega^3 = 1 means powers of ω\omega cycle with period 3: ω100=ω99ω=(ω3)33ω=ω\omega^{100} = \omega^{99} \cdot \omega = (\omega^3)^{33} \cdot \omega = \omega.


Common Mistake

Students sometimes write ω=12+i32\omega = \frac{1}{2} + i\frac{\sqrt{3}}{2} (positive real part). The correct value is ω=12+i32\omega = -\frac{1}{2} + i\frac{\sqrt{3}}{2} (negative real part). The angle is 120°120°, not 60°60° — the cosine of 120°120° is 1/2-1/2, not +1/2+1/2. Getting this sign wrong propagates through every calculation involving ω\omega.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next