Find cube roots of unity and plot on Argand plane

medium CBSE JEE-MAIN 3 min read

Question

Find all the cube roots of unity and represent them on an Argand plane. Also verify that their sum is zero.

Solution — Step by Step

We need all complex numbers zz such that z3=1z^3 = 1.

Rewriting: z31=0z^3 - 1 = 0.

Factor: (z1)(z2+z+1)=0(z - 1)(z^2 + z + 1) = 0.

From z1=0z - 1 = 0: z=1z = 1.

So one cube root of unity is simply 1\mathbf{1} (the real number 1).

From z2+z+1=0z^2 + z + 1 = 0, use the quadratic formula:

z=1±142=1±32=1±i32z = \frac{-1 \pm \sqrt{1 - 4}}{2} = \frac{-1 \pm \sqrt{-3}}{2} = \frac{-1 \pm i\sqrt{3}}{2}

So the two complex cube roots of unity are:

ω=1+i32,ω2=1i32\omega = \frac{-1 + i\sqrt{3}}{2}, \quad \omega^2 = \frac{-1 - i\sqrt{3}}{2}
1+ω+ω2=1+1+i32+1i321 + \omega + \omega^2 = 1 + \frac{-1 + i\sqrt{3}}{2} + \frac{-1 - i\sqrt{3}}{2} =1+(1+i3)+(1i3)2=1+22=11=0= 1 + \frac{(-1 + i\sqrt{3}) + (-1 - i\sqrt{3})}{2} = 1 + \frac{-2}{2} = 1 - 1 = 0 \checkmark

Convert to polar form to understand the geometry. All cube roots of unity have modulus 1 (they lie on the unit circle):

  • 1=cos0°+isin0°1 = \cos 0° + i \sin 0° → at angle 0°
  • ω=cos120°+isin120°\omega = \cos 120° + i \sin 120° → at angle 120°120°
  • ω2=cos240°+isin240°\omega^2 = \cos 240° + i \sin 240° → at angle 240°240°

On the Argand plane, these three points form an equilateral triangle inscribed in the unit circle, with vertices equally spaced at 120°120° intervals.

Why This Works

The cube roots of unity are evenly distributed around the unit circle because the nn-th roots of unity always divide the unit circle into nn equal arcs. For n=3n = 3, we get three points separated by 360°/3=120°360°/3 = 120°.

The key algebraic properties to memorise:

  • ω3=1\omega^3 = 1
  • 1+ω+ω2=01 + \omega + \omega^2 = 0
  • ω2=ωˉ\omega^2 = \bar{\omega} (conjugates of each other)

Alternative Method — Using De Moivre’s Theorem

1=ei0=ei2π=ei4π1 = e^{i \cdot 0} = e^{i \cdot 2\pi} = e^{i \cdot 4\pi} (using periodicity of eiθe^{i\theta})

z3=1z=ei2πk/3 for k=0,1,2z^3 = 1 \Rightarrow z = e^{i \cdot 2\pi k/3} \text{ for } k = 0, 1, 2 k=0:z=e0=1k=0: z = e^0 = 1 k=1:z=ei2π/3=cos120°+isin120°=1+i32=ωk=1: z = e^{i \cdot 2\pi/3} = \cos 120° + i\sin 120° = \frac{-1+i\sqrt{3}}{2} = \omega k=2:z=ei4π/3=cos240°+isin240°=1i32=ω2k=2: z = e^{i \cdot 4\pi/3} = \cos 240° + i\sin 240° = \frac{-1-i\sqrt{3}}{2} = \omega^2

Common Mistake

Many students write down only two roots instead of three, thinking “cube root = one answer.” Remember: every non-zero complex number has exactly nn distinct nn-th roots. For cube roots, there are always 3 roots. The real root is 1; the complex roots are ω\omega and ω2\omega^2.

The property 1+ω+ω2=01 + \omega + \omega^2 = 0 is used constantly in JEE problems. If you see an expression involving 1+ω+ω21 + \omega + \omega^2, it equals zero. Similarly, 1ωω2=ω3=11 \cdot \omega \cdot \omega^2 = \omega^3 = 1 (product of roots = 1). These two facts alone solve dozens of JEE Main and Advanced problems.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next