How does de Moivre's theorem let us compute powers and roots of complex numbers, and what is the geometry of the nth roots of unity?
Use de Moivre's theorem to find powers and nth roots of complex numbers and to derive the roots of unity and their geometric arrangement
A focused answer to the HSC Maths Extension 2 dot point on de Moivre's theorem. Powers in polar form, finding all nth roots, the roots of unity arranged on a circle, and their sum, with rigorous verified worked examples.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
NESA wants you to use de Moivre's theorem to raise complex numbers to powers and to find all the th roots of a complex number. You must derive the th roots of unity, plot them as equally spaced points on the unit circle, and use their structure (for example, that they sum to zero).
De Moivre's theorem
If then for every integer ,
This follows from the fact that multiplication in polar form multiplies moduli and adds arguments; raising to the th power multiplies the modulus by itself times and adds the argument times. The theorem can be proved formally by induction for positive integers, then extended to negative integers via reciprocals.
A typical use is computing high powers. To find , write , so
Finding nth roots
To solve where , write the unknown as . Then gives (the positive real root), and for integer . The distinct solutions are
Values of outside this range repeat earlier roots. Geometrically the roots lie on a circle of radius , equally spaced by angle .
Roots of unity
The th roots of unity solve . Since , they are
Writing , every root is a power . They sit at the vertices of a regular -gon inscribed in the unit circle, with one vertex at .
A key property: the roots of unity sum to zero for . Because , the sum of all roots equals the negative of the coefficient of in , which is .
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2021 HSC3 marksUsing de Moivre's theorem and the binomial expansion of (cos q + i sin q)^5, or otherwise, show that cos 5q = 16 cos^5 q - 20 cos^3 q + 5 cos q.Show worked answer →
By de Moivre's theorem, (cos q + i sin q)^5 = cos 5q + i sin 5q.
Expand the left side with the binomial theorem (writing c = cos q, s = sin q):
(c + is)^5 = c^5 + 5c^4(is) + 10c^3(is)^2 + 10c^2(is)^3 + 5c(is)^4 + (is)^5.
Using i^2 = -1, i^3 = -i, i^4 = 1, i^5 = i, the real part is
c^5 - 10c^3 s^2 + 5c s^4.
Equating real parts: cos 5q = c^5 - 10 c^3 s^2 + 5 c s^4.
Now replace s^2 = 1 - c^2 and s^4 = (1 - c^2)^2 = 1 - 2c^2 + c^4:
cos 5q = c^5 - 10 c^3 (1 - c^2) + 5 c (1 - 2c^2 + c^4)
= c^5 - 10c^3 + 10c^5 + 5c - 10c^3 + 5c^5
= 16 c^5 - 20 c^3 + 5 c.
Hence cos 5q = 16 cos^5 q - 20 cos^3 q + 5 cos q.
Mark notes: 1 mark for applying de Moivre and the binomial expansion, 1 mark for taking the real part correctly, 1 mark for eliminating sin^2 q to reach the required cosine-only form.
2022 HSC2 marksWrite the complex number -sqrt(3) + i in exponential form. Hence, find the exact value of (-sqrt(3) + i)^10, giving your answer in the form x + iy.Show worked answer →
Modulus: |-sqrt(3) + i| = sqrt(3 + 1) = 2.
Argument: the point is in the second quadrant, with reference angle arctan(1/sqrt(3)) = pi/6, so arg = pi - pi/6 = 5pi/6.
Exponential form: -sqrt(3) + i = 2 e^(i 5pi/6).
Now apply de Moivre to the tenth power:
(-sqrt(3) + i)^10 = 2^10 e^(i 50pi/6) = 1024 e^(i 25pi/3).
Reduce the argument modulo 2pi: 25pi/3 - 8pi = 25pi/3 - 24pi/3 = pi/3.
So the value is 1024(cos pi/3 + i sin pi/3) = 1024(1/2 + i sqrt(3)/2) = 512 + 512 sqrt(3) i.
Mark notes: 1 mark for the exponential form 2 e^(i 5pi/6), 1 mark for raising to the power and reducing the argument to give 512 + 512 sqrt(3) i.
2022 HSC3 marksConsider the equation z^5 + 1 = 0. It is known that if z is a solution with z not equal to -1, then u = z + 1/z is a solution of u^2 - u - 1 = 0. Hence find the exact value of cos(3pi/5).Show worked answer →
The non-real solutions of z^5 + 1 = 0 lie on the unit circle at z = e^(i q). For such z, the conjugate 1/z = e^(-i q), so
u = z + 1/z = e^(i q) + e^(-i q) = 2 cos q.
The fifth roots of -1 (excluding z = -1) occur at q = pi/5, 3pi/5, 7pi/5, 9pi/5, which pair into conjugates giving the two distinct real values u = 2 cos(pi/5) and u = 2 cos(3pi/5).
Solving u^2 - u - 1 = 0 by the quadratic formula:
u = (1 +/- sqrt(1 + 4))/2 = (1 +/- sqrt(5))/2.
Since 3pi/5 is between pi/2 and pi, cos(3pi/5) is negative, so we take the negative root:
2 cos(3pi/5) = (1 - sqrt(5))/2, hence cos(3pi/5) = (1 - sqrt(5))/4.
Mark notes: 1 mark for recognising u = 2 cos q for roots on the unit circle, 1 mark for solving the quadratic, 1 mark for selecting the negative root to give cos(3pi/5) = (1 - sqrt(5))/4.