Skip to content
M
hscscience Ext 2 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 13 · L02 of 12 ~40 min ⚡ +90 XP available

Roots of Unity

The equation $z^n = 1$ looks innocent. Over the reals it has at most two solutions ($\pm 1$). Over the complex numbers it always has exactly $n$ — and they form a perfectly regular $n$-gon inscribed in the unit circle. From this geometric picture flow remarkable algebraic identities: the $n$ roots sum to zero, multiply to $\pm 1$, and factorise $z^n - 1$ completely. This is De Moivre's theorem in its most beautiful application.

Today's hook — Solve $z^3 = 1$ over the complex numbers. (You should find $3$ solutions, not just $z = 1$.) Plot them in the Argand plane. What do you notice about their geometric arrangement? What is their sum? Compare your reasoning after card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

Over the real numbers, $z^4 = 1$ has only two solutions: $z = 1$ and $z = -1$. Over the complex numbers, how many solutions are there? Use $z = r(\cos\theta + i\sin\theta)$ and De Moivre to find them all. Sketch them in the Argand plane.

auto-saved
02
The two moves for solving $z^n = 1$
+5 XP to read

Solving $z^n = 1$ is De Moivre's theorem run in reverse. Write $z = r(\cos\theta + i\sin\theta)$ and $1 = 1(\cos 0 + i\sin 0)$. Then $z^n = 1$ becomes $r^n = 1$ and $n\theta \equiv 0 \pmod{2\pi}$. Set $r = 1$ and let the argument take $n$ values, $\theta = 2\pi k / n$ for $k = 0, 1, \dots, n-1$.

The modulus-fixed, argument-distributed reading: (1) all roots lie on the unit circle ($r = 1$), (2) their arguments are equally spaced at intervals of $2\pi / n$, (3) the result is the $n$ vertices of a regular $n$-gon.

$z_k = \cos\tfrac{2\pi k}{n} + i\sin\tfrac{2\pi k}{n} = e^{2\pi i k/n}$ for $k = 0, 1, \dots, n-1$

Set up zⁿ = 1 Polar r=1, nθ=2πk n roots e^(2πik/n) Geometry: regular n-gon on unit circle
$z^n = 1 \;\Longleftrightarrow\; z = e^{2\pi i k/n}, \; k = 0, 1, \dots, n-1$
Exactly $n$ roots
A polynomial of degree $n$ over $\mathbb{C}$ has exactly $n$ roots (Fundamental Theorem of Algebra). $z^n - 1 = 0$ is degree $n$, so always $n$ solutions — counted with multiplicity, but here all distinct.
Sum is zero (for $n \geq 2$)
The $n$ roots form a regular $n$-gon centred at the origin. By symmetry their position vectors sum to zero. Algebraically: coefficient of $z^{n-1}$ in $z^n - 1$ is $0$, so sum of roots $= 0$.
Product is $(-1)^{n-1}$
By Vieta's, product of roots of $z^n - 1 = 0$ is $(-1)^n \cdot (\text{constant}/\text{leading}) = (-1)^n \cdot (-1)/1 = (-1)^{n-1}$. So the product is $+1$ for odd $n$, $-1$ for even $n$.
03
What you'll master
Know

Key facts

  • $n$th roots of unity: $z_k = e^{2\pi i k/n} = \cos\tfrac{2\pi k}{n} + i\sin\tfrac{2\pi k}{n}$, $k = 0, \dots, n-1$
  • All $n$ roots lie on the unit circle and form a regular $n$-gon
  • Sum of all $n$th roots of unity is $0$ (for $n \geq 2$)
  • Product of all $n$th roots of unity is $(-1)^{n-1}$
Understand

Concepts

  • Why exactly $n$ distinct roots exist (Fundamental Theorem of Algebra)
  • Why the geometric symmetry forces the sum to be zero
  • Why $z^n - 1 = (z - 1)(z^{n-1} + z^{n-2} + \dots + z + 1)$ encodes the roots
Can do

Skills

  • Solve $z^n = 1$ for any positive integer $n$ and list all roots
  • Plot $n$th roots of unity in the Argand plane
  • Use sum and product properties to evaluate expressions involving roots
04
Key terms
$n$th root of unityA complex number $z$ satisfying $z^n = 1$. There are exactly $n$ such numbers for each positive integer $n$.
Primitive rootA root $\omega$ such that $\omega, \omega^2, \dots, \omega^n$ generate all $n$ roots. For prime $n$, every non-trivial root is primitive.
$\omega = e^{2\pi i / n}$Standard notation for the "first" primitive $n$th root of unity. The $n$ roots are $1, \omega, \omega^2, \dots, \omega^{n-1}$.
Argand planeCartesian plane where the horizontal axis is real and the vertical axis is imaginary. Complex numbers plot as points/vectors. $n$th roots of unity form a regular $n$-gon inscribed in the unit circle.
Sum of roots$1 + \omega + \omega^2 + \dots + \omega^{n-1} = 0$ for $n \geq 2$. Equivalently, the centroid of the regular $n$-gon is at the origin.
Product of roots$1 \cdot \omega \cdot \omega^2 \cdots \omega^{n-1} = \omega^{n(n-1)/2} = (-1)^{n-1}$. Equals $+1$ if $n$ is odd, $-1$ if $n$ is even.
MEX-N2NESA outcome (Complex Numbers II): solves problems involving $n$th roots of unity, including their geometric representation as vertices of a regular polygon on the unit circle.
05
Deriving the $n$th roots of unity
core concept

Theorem. For each positive integer $n$, the equation $z^n = 1$ has exactly $n$ complex solutions, namely $$z_k = \cos\frac{2\pi k}{n} + i\sin\frac{2\pi k}{n} = e^{2\pi i k/n}, \quad k = 0, 1, 2, \dots, n-1.$$

Derivation. Write $z = r(\cos\theta + i\sin\theta)$ and $1 = 1(\cos 0 + i\sin 0)$. By De Moivre, $z^n = r^n(\cos n\theta + i\sin n\theta)$, so $z^n = 1$ requires

  • $r^n = 1$, and since $r \geq 0$, $r = 1$.
  • $n\theta \equiv 0 \pmod{2\pi}$, i.e. $n\theta = 2\pi k$ for some integer $k$.

So $\theta = 2\pi k / n$. As $k$ ranges over $0, 1, \dots, n-1$ we get $n$ distinct values of $\theta$ in $[0, 2\pi)$; further integers $k$ recycle the same roots (e.g., $k = n$ gives $\theta = 2\pi$, the same as $k = 0$).

Geometric picture. All $n$ roots have modulus $1$, so they lie on the unit circle. Consecutive roots differ in argument by $2\pi/n$, so the chord between any two consecutive roots subtends the same angle at the centre. The roots therefore form the vertices of a regular $n$-gon, with one vertex at $z_0 = 1$.

Hook revisited — cube roots of unity: $z^3 = 1$ gives $z_k = e^{2\pi i k/3}$ for $k = 0, 1, 2$:

  • $z_0 = 1$
  • $z_1 = \cos\tfrac{2\pi}{3} + i\sin\tfrac{2\pi}{3} = -\tfrac{1}{2} + i\tfrac{\sqrt{3}}{2}$
  • $z_2 = \cos\tfrac{4\pi}{3} + i\sin\tfrac{4\pi}{3} = -\tfrac{1}{2} - i\tfrac{\sqrt{3}}{2}$

Their sum: $1 + (-\tfrac{1}{2} + i\tfrac{\sqrt 3}{2}) + (-\tfrac{1}{2} - i\tfrac{\sqrt 3}{2}) = 0$. ✓

Why algebra agrees with geometry. Factor $z^n - 1 = (z - 1)(z^{n-1} + z^{n-2} + \dots + z + 1)$. The roots of the second factor are the non-trivial $n$th roots of unity; substituting $z = 1$ into $z^{n-1} + \dots + 1$ gives $n$, but at the other roots the sum $1 + \omega + \omega^2 + \dots + \omega^{n-1} = 0$.

Formula: $z_k = e^{2\pi i k / n}$ for $k = 0, 1, \dots, n-1$ (the $n$th roots of unity) · Geometry: $n$ vertices of a regular $n$-gon on the unit circle, one at $z = 1$ · Cube roots: $1,\; -\tfrac{1}{2} \pm i\tfrac{\sqrt{3}}{2}$ · Identity: $z^n - 1 = (z - 1)(z^{n-1} + z^{n-2} + \dots + z + 1)$

Pause — copy the $n$th roots of unity formula $z_k = e^{2\pi ik/n}$, the regular $n$-gon geometry, the cube roots, and the factorisation $z^n-1 = (z-1)(z^{n-1}+\cdots+1)$ into your book.

Quick check: The fifth roots of unity, plotted in the Argand plane, form which geometric figure?

06
Sum and product of the roots
core concept

We just saw that the $n$th roots of unity are $z_k = e^{2\pi ik/n}$ for $k = 0, \ldots, n-1$ — equally spaced on the unit circle with one root always at $z = 1$. That raises a question: what do Vieta's formulas say about the sum and product of these $n$ roots? This card answers it → the sum is 0 (for $n \geq 2$) and the product is $(-1)^{n-1}$, read from coefficients of $z^n - 1$.

Two identities about the $n$th roots of unity are essential for HSC questions:

  • Sum. $1 + \omega + \omega^2 + \cdots + \omega^{n-1} = 0$ for $n \geq 2$, where $\omega = e^{2\pi i / n}$.
  • Product. $1 \cdot \omega \cdot \omega^2 \cdots \omega^{n-1} = (-1)^{n-1}$.

Proof of the sum. The roots of $z^n - 1 = 0$ are exactly $1, \omega, \omega^2, \dots, \omega^{n-1}$. By Vieta's formulas, the sum of the roots equals minus the coefficient of $z^{n-1}$ divided by the leading coefficient. In $z^n - 1$ the coefficient of $z^{n-1}$ is $0$, so the sum is $0$.

Alternatively: $\sum_{k=0}^{n-1} \omega^k = \dfrac{\omega^n - 1}{\omega - 1} = \dfrac{1 - 1}{\omega - 1} = 0$ (geometric series, valid since $\omega \neq 1$).

Proof of the product. Vieta gives the product equal to $(-1)^n \cdot (\text{constant})/\text{leading} = (-1)^n \cdot (-1)/1 = (-1)^{n+1} = (-1)^{n-1}$.

$$\sum_{k=0}^{n-1} \omega^k = 0, \qquad \prod_{k=0}^{n-1} \omega^k = (-1)^{n-1} \quad \text{where } \omega = e^{2\pi i/n}$$
Useful trick. The sum identity often appears disguised: "Show that $\cos\tfrac{2\pi}{5} + \cos\tfrac{4\pi}{5} + \cos\tfrac{6\pi}{5} + \cos\tfrac{8\pi}{5} = -1$." Take the real part of $\omega + \omega^2 + \omega^3 + \omega^4 = -1$ (the sum of fifth roots of unity minus $z_0 = 1$).

Sum of $n$th roots of unity is $0$ (for $n \geq 2$) · Product of $n$th roots of unity is $(-1)^{n-1}$ · Proof via Vieta's: read off coefficients of $z^n - 1$ · Real and imaginary parts of the sum identity give trig identities

Pause — copy the sum-of-roots identity ($= 0$ for $n \geq 2$), the product identity ($= (-1)^{n-1}$), the Vieta derivation from $z^n-1$, and the trig identity consequence (Re and Im parts of sum) into your book.

Did you get this? True or false: the product of all sixth roots of unity equals $-1$.

PROBLEM 1 · CUBE ROOTS OF UNITY

Find all solutions of $z^3 = 1$. Verify their sum is $0$ and their product is $1$.

1
Write $z = \cos\theta + i\sin\theta$ (modulus must be $1$). $z^3 = 1$ requires $3\theta = 2\pi k$ for $k = 0, 1, 2$, giving $\theta = 0, \tfrac{2\pi}{3}, \tfrac{4\pi}{3}$.
$z^3 = 1$ has modulus $1$ on both sides, so $r = 1$. The argument equation $3\theta \equiv 0 \pmod{2\pi}$ then gives three distinct $\theta$ in $[0, 2\pi)$.
PROBLEM 2 · SIXTH ROOTS OF UNITY

Find all six solutions of $z^6 = 1$ in modulus–argument and Cartesian form. Plot them in the Argand plane and identify the polygon.

1
By the formula, $z_k = e^{2\pi i k / 6} = e^{\pi i k / 3}$ for $k = 0, 1, 2, 3, 4, 5$. Arguments: $0, \tfrac{\pi}{3}, \tfrac{2\pi}{3}, \pi, \tfrac{4\pi}{3}, \tfrac{5\pi}{3}$.
Six equally-spaced arguments around the unit circle, separated by $\pi/3 = 60^\circ$ — a regular hexagon.
PROBLEM 3 · USING THE SUM PROPERTY

Let $\omega = e^{2\pi i / 5}$. Show that $1 + \omega + \omega^2 + \omega^3 + \omega^4 = 0$, then deduce that $\cos\tfrac{2\pi}{5} + \cos\tfrac{4\pi}{5} + \cos\tfrac{6\pi}{5} + \cos\tfrac{8\pi}{5} = -1$.

1
$\omega$ is a fifth root of unity ($\omega^5 = 1$), and $\omega \neq 1$. Geometric series: $1 + \omega + \omega^2 + \omega^3 + \omega^4 = \dfrac{\omega^5 - 1}{\omega - 1} = \dfrac{0}{\omega - 1} = 0$.
Standard trick: when summing $n$th roots of unity, use the geometric series formula and exploit $\omega^n = 1$.

Fill the gap: The $n$th roots of unity are $z_k = e^{2\pi i k / n}$ for $k = 0, 1, \dots, $ , and their sum is for every integer $n \geq 2$.

Trap 01
Listing only the real roots
$z^n = 1$ over $\mathbb{R}$ has at most two solutions ($\pm 1$). Over $\mathbb{C}$ it has exactly $n$. The question is implicitly asking for all complex roots — list all $n$, not just the real ones.
Trap 02
Forgetting $k$ wraps mod $n$
The roots are $e^{2\pi i k/n}$ for $k = 0, 1, \dots, n-1$. Taking $k = n$ or higher gives the same roots again ($e^{2\pi i} = 1$). Always restrict $k$ to one complete set $\{0, 1, \dots, n-1\}$.
Trap 03
Misapplying the sum property to $n = 1$
The identity "sum of $n$th roots of unity is $0$" holds for $n \geq 2$. For $n = 1$ the only root is $1$ itself, and the sum is $1$, not $0$. Always check the small cases of the statement you're using.

Did you get this? True or false: among the eighth roots of unity, exactly two are real.

Work mode · how are you completing this lesson?
1

Find all four fourth roots of unity in Cartesian form. Sketch them in the Argand plane and identify the polygon they form.

2

Let $\omega = e^{2\pi i/7}$. Use the geometric series formula to show that $1 + \omega + \omega^2 + \omega^3 + \omega^4 + \omega^5 + \omega^6 = 0$.

3

Compute the product of all the sixth roots of unity directly (multiply them together) and confirm it equals $(-1)^{6-1} = -1$.

4

Use the sum of cube roots of unity (with $\omega = e^{2\pi i/3}$) to derive the real identity $\cos\tfrac{2\pi}{3} + \cos\tfrac{4\pi}{3} = -1$.

5

Factorise $z^4 - 1$ over $\mathbb{C}$ as a product of four linear factors, using the fourth roots of unity.

Odd one out: Three of these are fifth roots of unity. Which one is NOT?

11
Revisit your thinking

Earlier you solved $z^3 = 1$ over $\mathbb{C}$ and tried to spot the geometric pattern in the three roots.

You found $z = 1,\, -\tfrac{1}{2} + i\tfrac{\sqrt 3}{2},\, -\tfrac{1}{2} - i\tfrac{\sqrt 3}{2}$ — the vertices of an equilateral triangle inscribed in the unit circle, with one vertex at $1$. Their sum is $0$ (centroid at the origin), product is $1$. This pattern generalises: the $n$th roots of unity are always vertices of a regular $n$-gon, summing to zero and multiplying to $(-1)^{n-1}$. Roots of unity are the gateway to factorising polynomials over $\mathbb{C}$, computing arbitrary roots ($\sqrt[n]{w}$), and the entire Fourier theory you'll meet at university.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Find all the solutions of $z^5 = 1$, giving each in the form $e^{i\theta}$ with $0 \leq \theta < 2\pi$. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Let $\omega$ be a non-real cube root of unity, so $\omega^3 = 1$ and $\omega \neq 1$. Show that $1 + \omega + \omega^2 = 0$ and use this to evaluate $(1 + \omega)(1 + \omega^2)$. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. Let $\omega = e^{2\pi i/7}$. Show that $1 + \omega + \omega^2 + \omega^3 + \omega^4 + \omega^5 + \omega^6 = 0$ and hence deduce that $\cos\tfrac{2\pi}{7} + \cos\tfrac{4\pi}{7} + \cos\tfrac{6\pi}{7} = -\tfrac{1}{2}$. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. $z = 1, i, -1, -i$ — the four fourth roots of unity, forming a square inscribed in the unit circle with vertices on the real and imaginary axes.

2. $\sum_{k=0}^{6}\omega^k = \dfrac{\omega^7 - 1}{\omega - 1}$. Since $\omega^7 = 1$, numerator $= 0$. Since $\omega \neq 1$, denominator $\neq 0$. Therefore the sum is $0$.

3. Product $= \prod_{k=0}^{5}\omega^k = \omega^{0+1+2+3+4+5} = \omega^{15}$. Since $\omega^6 = 1$, $\omega^{15} = \omega^{15 \bmod 6} = \omega^3 = e^{\pi i} = -1$. ✓

4. Sum of cube roots: $1 + \omega + \omega^2 = 0$. Real parts: $1 + \cos\tfrac{2\pi}{3} + \cos\tfrac{4\pi}{3} = 0$, so $\cos\tfrac{2\pi}{3} + \cos\tfrac{4\pi}{3} = -1$.

5. $z^4 - 1 = (z - 1)(z - i)(z + 1)(z + i)$. (Equivalently $(z^2 - 1)(z^2 + 1)$, which factors further over $\mathbb{C}$.)

Q1 (2 marks): $z^5 = 1$ means $z_k = e^{2\pi i k/5}$ for $k = 0, 1, 2, 3, 4$ [1]. Explicitly: $z = e^{0}, e^{2\pi i/5}, e^{4\pi i/5}, e^{6\pi i/5}, e^{8\pi i/5}$ [1].

Q2 (3 marks): $z^3 - 1 = (z - 1)(z^2 + z + 1)$. Since $\omega \neq 1$ and $\omega^3 = 1$, $\omega$ satisfies $z^2 + z + 1 = 0$, so $1 + \omega + \omega^2 = 0$ [1]. Hence $1 + \omega = -\omega^2$ and $1 + \omega^2 = -\omega$ [1]. Therefore $(1 + \omega)(1 + \omega^2) = (-\omega^2)(-\omega) = \omega^3 = 1$ [1].

Q3 (3 marks): $\sum_{k=0}^{6}\omega^k = \dfrac{\omega^7 - 1}{\omega - 1} = 0$ since $\omega^7 = 1, \omega \neq 1$ [1]. Take real part: $1 + \sum_{k=1}^{6}\cos\tfrac{2\pi k}{7} = 0$ [1]. Pair conjugates $\omega^k$ and $\omega^{7-k}$: $\cos\tfrac{2\pi k}{7} = \cos\tfrac{2\pi(7-k)}{7}$, so the sum over $k = 1, \dots, 6$ doubles the sum over $k = 1, 2, 3$. Hence $1 + 2(\cos\tfrac{2\pi}{7} + \cos\tfrac{4\pi}{7} + \cos\tfrac{6\pi}{7}) = 0$, giving $\cos\tfrac{2\pi}{7} + \cos\tfrac{4\pi}{7} + \cos\tfrac{6\pi}{7} = -\tfrac{1}{2}$ [1].

01
Boss battle · The Unity Geometer
earn bronze · silver · gold

Five timed questions on $n$th roots of unity, sum/product identities and regular-polygon geometry. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering quick roots-of-unity questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Roots of Unity?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →