Ext2 Complex Numbers Guide
Ext2 Complex Numbers Guide
Contents
1
Mathematics Extension 2 Complex Numbers
6 Roots of unity 11
6.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
6.2 Algebraic identities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
6.3 Using roots of unity to factor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
13 Practice questions 18
Set A: foundations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
Set B: polar form and powers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Set C: roots of unity and polynomials . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Set D: loci . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Set E: harder mixed problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2
Mathematics Extension 2 Complex Numbers
14 Solutions 21
19 Diagnostic mini-test 29
3
Mathematics Extension 2 Complex Numbers
This guide is designed to teach the complex numbers topic as it is used in NSW HSC Mathematics
Extension 2. It is not just a formula sheet. The goal is to build the mental models that make the exam
questions feel predictable.
Use it in three passes:
Key idea
The central idea of complex numbers is that algebra and geometry become the same thing. Addi-
tion is movement, multiplication is scaling and rotation, powers repeat angles, roots divide angles,
and equations often become geometry in the Argand plane.
x2 + 1 = 0
has no real solution, because no real square is negative. Complex numbers extend the real numbers by
defining a new number i such that
i2 = −1.
A complex number is written as
z = x + iy,
where x, y ∈ R. The real part is x and the imaginary part is y:
Re(z) = x, Im(z) = y.
Key idea
The word “imaginary” is historical, not a sign that the number is fake. Complex numbers are
as legitimate as negatives, fractions, irrational numbers, or vectors. They are especially useful
because they encode two-dimensional movement in one symbol.
4
Mathematics Extension 2 Complex Numbers
y
z = x + iy
x ℜ
This representation is why complex numbers feel like vectors. In Extension 2, whenever the algebra feels
ugly, ask: what is this saying geometrically?
Two complex numbers are equal exactly when their real and imaginary parts match:
a + bi = c + di ⇐⇒ a = c and b = d.
Worked example
1.4 Multiplication
Worked example
Common trap
Do not treat i like an unknown variable whose square stays as i2 . Every time i2 appears, replace
it with −1.
5
Mathematics Extension 2 Complex Numbers
z = x + iy
z̄ = x − iy
Important identities:
z + z̄ = 2 Re(z), z − z̄ = 2i Im(z),
z z̄ = x + y 2 .
2
Worked example
For z = 3 − 4i, p
|z| = 32 + (−4)2 = 5, z̄ = 3 + 4i.
Also,
z z̄ = (3 − 4i)(3 + 4i) = 9 + 16 = 25 = |z|2 .
To divide by a complex number, multiply numerator and denominator by the conjugate of the denomi-
nator:
a + bi c − di
· .
c + di c − di
This makes the denominator real because
(c + di)(c − di) = c2 + d2 .
6
Mathematics Extension 2 Complex Numbers
Worked example
5 + 2i
Write in the form x + iy.
1 − 3i
Exam strategy
In exam working, never leave a complex number in the denominator unless the question specifically
allows it. HSC markers expect final rectangular form a + bi or polar form r cis θ depending on
context.
The abbreviation is
z = r cis θ,
where
cis θ = cos θ + i sin θ.
Key idea
Rectangular form x + iy tells you the coordinates. Polar form r cis θ tells you the distance and
direction.
If θ is an argument of z, then
θ + 2kπ, k ∈ Z,
is also an argument. The principal argument, written Arg z, is usually taken in
−π < Arg z ≤ π.
Common trap
The biggest polar-form mistake is using tan θ = y/x blindly. The tangent ratio does not identify
the quadrant by itself. Always locate the point first.
Worked example
√
Write z = −1 + i 3 in polar form.
7
Mathematics Extension 2 Complex Numbers
First, q √
r= (−1)2 + ( 3)2 = 2.
√
The point (−1, 3) is in quadrant II. The reference angle is π/3, so
2π
θ= .
3
Therefore
2π
z = 2 cis .
3
If
z1 = r1 cis θ1 , z2 = r2 cis θ2 ,
then
z1 z2 = r1 r2 cis(θ1 + θ2 ).
This is the most important geometric rule in the topic.
Key idea
z1 r1
= cis(θ1 − θ2 ), z2 ̸= 0.
z2 r2
Worked example
Let z1 = 4 cis 5π π
6 and z2 = 2 cis 3 . Then
5π π 7π
z1 z2 = 8 cis + = 8 cis .
6 3 6
Also,
z1 5π π π
= 2 cis − = 2 cis = 2i.
z2 6 3 2
Euler’s formula is
eiθ = cos θ + i sin θ.
So
cis θ = eiθ .
This allows complex multiplication to behave like exponent laws:
8
Mathematics Extension 2 Complex Numbers
For integer n,
(cis θ)n = cis(nθ).
More generally, if z = r cis θ, then
z n = rn cis(nθ).
Key idea
Worked example
Find (1 + i)8 .
First write 1 + i in polar form:
√ π
1+i= 2 cis .
4
Then √ π
(1 + i)8 = ( 2)8 cis 8 · = 16 cis(2π) = 16.
4
Worked example
5.1 Solving z n = w
Let
w = R cis Θ.
To solve
z n = w,
write
z = r cis θ.
Then
rn = R, nθ = Θ + 2kπ.
Therefore
Θ + 2kπ
r = R1/n , θ= , k = 0, 1, 2, . . . , n − 1.
n
9
Mathematics Extension 2 Complex Numbers
Key idea
For an nth-root problem, there are usually n distinct roots. Their arguments are evenly spaced
by 2π
n around a circle.
Worked example
Solve z 3 = 8.
Write 8 = 8 cis 0. Then
1/3 0 + 2kπ
z=8 cis , k = 0, 1, 2.
3
So
2π 4π
z = 2 cis 0, 2 cis , 2 cis .
3 3
In rectangular form: √ √
z = 2, z = −1 + i 3, z = −1 − i 3.
Worked example
Solve z 4 = −16.
Write
−16 = 16 cis π.
Then
π + 2kπ
z = 2 cis , k = 0, 1, 2, 3.
4
Thus
π 3π 5π 7π
z = 2 cis , 2 cis , 2 cis , 2 cis .
4 4 4 4
The roots of z n = w lie on a circle centered at the origin with radius R1/n . They form a regular n-gon.
10
Mathematics Extension 2 Complex Numbers
6 Roots of unity
6.1 Definition
Key idea
The roots of unity are the corners of a regular polygon on the unit circle.
Worked example
ω 3 = 1, 1 + ω + ω 2 = 0.
Also,
ω 2 = ω̄,
because the two non-real cube roots are reflections in the real axis.
11
Mathematics Extension 2 Complex Numbers
The quadratic formula works exactly the same way over complex numbers:
√
2 −b ± b2 − 4ac
az + bz + c = 0 =⇒ z = .
2a
√ √
If the discriminant is negative, use −m = i m.
Worked example
Solve z 2 − 4z + 13 = 0.
√ √
4± 16 − 52 4 ± −36 4 ± 6i
z= = = = 2 ± 3i.
2 2 2
Key idea
Worked example
A monic cubic with real coefficients has roots 2, 1 + 3i, and 1 − 3i. Find the polynomial.
Hence
p(z) = (z − 2)(z 2 − 2z + 10) = z 3 − 4z 2 + 14z − 20.
Worked example
Solve z 4 + 4z 2 + 16 = 0.
Let w = z 2 . Then
w2 + 4w + 16 = 0.
So √
−4 ± 16 − 64 √
w= = −2 ± 2i 3.
2
These are
2π 4π
w = 4 cis or w = 4 cis .
3 3
Now solve z 2 = w for each.
12
Mathematics Extension 2 Complex Numbers
From z 2 = 4 cis 2π
3 ,
π 4π
z = 2 cis , 2 cis .
3 3
From z 2 = 4 cis 4π
3 ,
2π 5π
z = 2 cis , 2 cis .
3 3
The expression
|z − a|
means the distance from the point z to the point a in the complex plane.
Key idea
8.2 Circles
The locus
|z − a| = r
is the circle with centre a and radius r.
Worked example
The locus
|z − a| = |z − b|
is the set of points equidistant from a and b. It is the perpendicular bisector of the segment joining a
and b.
Worked example
13
Mathematics Extension 2 Complex Numbers
4x + 4y − 12 = 0,
x + y = 3.
8.4 Inequalities
|z − a| < r
means inside the circle.
|z − a| > r
means outside the circle.
Common trap
For < and >, use dotted boundaries if sketching by convention. For ≤ and ≥, include the boundary.
The expression
arg(z − a)
means the angle of the vector from a to z.
The locus
arg(z − a) = θ
is a ray starting at a, making angle θ with the positive real axis. The point a is excluded because arg(0)
is undefined.
The expression
z−a
arg
z−b
represents the angle between the vectors from b to z and from a to z, up to orientation. This often
describes a circle arc.
Key idea
z−a
arg = arg(z − a) − arg(z − b).
z−b
It measures an angle between two lines from z to fixed points a and b.
Worked example
Interpret
z−1 π
arg = .
z+1 2
The fixed points are 1 and −1. The condition says the angle subtended by the segment from −1
to 1 at z is a right angle. By the circle theorem, the locus is the circle with diameter from −1 to
1, excluding the endpoints. Therefore
x2 + y 2 = 1,
with z ̸= ±1, and the orientation selects one semicircle depending on convention.
14
Mathematics Extension 2 Complex Numbers
9.1 Translation
w =z+a
moves every point by the vector a.
w = az
where a = r cis θ, scales by r and rotates by θ about the origin.
w = az + b
means first multiply by a, then translate by b.
Worked example
w = z̄
reflects in the real axis. More generally,
w = az̄ + b
combines reflection, rotation, dilation, and translation.
If z = x + iy, then
z + z̄ z − z̄
x= , y= .
2 2i
This lets you convert between complex equations and Cartesian equations.
Worked example
15
Mathematics Extension 2 Complex Numbers
A common move is
|z − a|2 = (z − a)(z̄ − ā).
This is useful when the equation has both z and z̄.
Worked example
For roots of unity and polynomial roots, symmetry often saves time.
Exam strategy
16
Mathematics Extension 2 Complex Numbers
Worked example
Worked example
Worked example
Example 3. If z + 1
z = 2 cos θ, show that z = eiθ or z = e−iθ when z ̸= 0.
Multiply by z:
z 2 − 2z cos θ + 1 = 0.
Using the quadratic formula,
√
2 cos θ ± 4 cos2 θ − 4 p
z= = cos θ ± cos2 θ − 1.
2
Since cos2 θ − 1 = − sin2 θ,
z = cos θ ± i sin θ = e±iθ .
17
Mathematics Extension 2 Complex Numbers
Worked example
(1 + 2ω + 3ω 2 ) + (4 + 5ω + 6ω 2 ).
First combine:
5 + 7ω + 9ω 2 .
Use 1 + ω + ω 2 = 0, so ω 2 = −1 − ω:
5 + 7ω + 9(−1 − ω) = 5 + 7ω − 9 − 9ω = −4 − 2ω.
Worked example
Example 5. Find a polynomial with real coefficients of least degree having roots 3i and 1 − i.
Since coefficients are real, the conjugates must also be roots:
−3i, 1 + i.
Thus
p(z) = (z − 3i)(z + 3i)(z − 1 + i)(z − 1 − i).
Pair conjugates:
(z 2 + 9)((z − 1)2 + 1).
So
p(z) = (z 2 + 9)(z 2 − 2z + 2).
Expanding is optional unless requested:
13 Practice questions
Set A: foundations
18
Mathematics Extension 2 Complex Numbers
Set D: loci
31. Describe |z − 3| = 2.
32. Describe |z + 1 − i| ≤ 4.
33. Find the Cartesian equation of |z − 2i| = 5.
34. Find the Cartesian equation of |z − 1| = |z + 3|.
35. Find the Cartesian equation of |z − (1 + i)| = |z − (3 − i)|.
36. Describe arg(z − 2) = π4 .
z−1 π
37. Interpret arg = 2 geometrically.
z+1
38. Find the locus |z − i| = 2|z + i|.
39. Find the locus |z − 2|2 = Re(z).
40. Sketch the region satisfying 1 < |z| ≤ 3 and 0 ≤ arg z ≤ π2 .
19
Mathematics Extension 2 Complex Numbers
41. Solve z 4 + 16 = 0.
42. Solve z 4 − 4z 2 + 16 = 0.
1
43. Let z + z = 1. Find possible values of z.
44. If |z| = 1, prove that z̄ = z1 .
45. If z = x + iy, show that Im(z 2 ) = 2xy.
46. Find all z such that z 2 = z̄.
47. If z 3 = 1 and z ̸= 1, simplify 1
1−z + 1
1−z 2
.
48. Prove that the roots of z n = 1 form a regular n-gon.
49. Find the image of the circle |z| = 2 under w = (1 + i)z + 3.
50. The complex numbers a, b, c represent the vertices of a triangle. Explain the geometric meaning of
|a − b| = |a − c|.
20
Mathematics Extension 2 Complex Numbers
14 Solutions
Solutions to Set A
1. 11 + 5i.
2. 15 − 20i + 6i − 8i2 = 23 − 14i.
2 + i 3 + 2i 4 + 7i
3. · = = 4
+ 7
13 i.
3 − 2i 3 + 2i 13 13
Solutions to Set B
√ √
11. 3 + i = 2 cis π6 , so ( 3 + i)6 = 64 cis π = −64.
√
12. −1 + i = 2 cis 3π 4 , so (−1 + i)
10 = 32 cis 15π = 32 cis 3π = −32i.
2 2
13. z 4 = 81 cis 8π 2π
3 = 81 cis 3 .
14. 3 cis 4π 2π
6 = 3 cis 3 .
π/2+2kπ
15. 27i = 27 cis π2 , so z = 3 cis 3 , k = 0, 1, 2.
Solutions to Set C
21
Mathematics Extension 2 Complex Numbers
27. z 4 + z 2 + 1 = 0. Since (z 2 − 1)(z 4 + z 2 + 1) = z 6 − 1, roots are sixth roots of unity excluding ±1.
28. z = cis kπ
3 , k = 0, 1, 2, 3, 4, 5. Non-real roots correspond to k = 1, 2, 4, 5.
Solutions to Set D
Solutions to Set E
41. z 4 = −16 = 16 cis π, so z = 2 cis π+2kπ
, k = 0, 1, 2, 3.
4
√
42. Let w = z 2 . Then w2 − 4w + 16 = 0, so w = 2 ± 2i 3 = 4 cis(±π/3). Take square roots of each.
√
43. z 2 − z + 1 = 0, so z = 1±i 3
2 .
22
Mathematics Extension 2 Complex Numbers
A strong Extension 2 solution usually begins by choosing the correct representation. The same number
can be viewed in multiple ways:
z = x + iy = r cis θ = reiθ .
Each form makes different operations easy.
Worked example
Exam strategy
Argument routine:
1. Plot the point roughly.
2. Find the reference angle using special triangles or tangent.
23
Mathematics Extension 2 Complex Numbers
Worked example
√
Find the principal argument of z = − 3 − i.
The point is in quadrant III. The reference angle satisfies
1
tan α = √ ,
3
so α = π/6. The standard positive angle is
π 7π
θ=π+ = .
6 6
But the principal argument lies in (−π, π], so subtract 2π:
7π 5π
Arg z = − 2π = − .
6 6
When a problem asks you to prove a trig identity using complex numbers, expand and compare real or
imaginary parts.
Worked example
Worked example
24
Mathematics Extension 2 Complex Numbers
Worked example
The roots are six points on the circle radius 2, separated by angle π/3. They form a regular
hexagon.
Worked example
Solve
z + 2z̄ = 3 + i.
Let z = x + iy. Then z̄ = x − iy, so
Worked example
Solve
z z̄ + z + z̄ = 3.
Let z = x + iy. Then
z z̄ = x2 + y 2 , z + z̄ = 2x.
So
x2 + y 2 + 2x = 3.
Complete the square:
(x + 1)2 + y 2 = 4.
This is not a finite set of values; it is the circle centre (−1, 0) radius 2.
25
Mathematics Extension 2 Complex Numbers
Worked example
Describe
z−2
= 1.
z+2
Since modulus of a quotient is quotient of moduli,
|z − 2|
= 1.
|z + 2|
So
|z − 2| = |z + 2|.
This means z is equidistant from 2 and −2, so the locus is the perpendicular bisector of the
segment joining (−2, 0) and (2, 0):
x = 0.
Also z ̸= −2, but −2 is not on x = 0 anyway.
Worked example
Describe
z−i
= 2.
z+i
This becomes
|z − i| = 2|z + i|.
Let z = x + iy:
x2 + (y − 1)2 = 4(x2 + (y + 1)2 ).
Expand:
x2 + y 2 − 2y + 1 = 4x2 + 4y 2 + 8y + 4.
So
3x2 + 3y 2 + 10y + 3 = 0.
Divide by 3:
10
x2 + y 2 + y + 1 = 0.
3
Complete the square:
2
2 5 16
x + y+ = .
3 9
The locus is a circle centre 0, − 35 and radius 43 .
26
Mathematics Extension 2 Complex Numbers
1. Describe |z + 2 − 3i| = 5.
2. Convert |z − 1| = 2|z + 2| to Cartesian form.
3. Describe arg(z + 3) = π/6.
4. Interpret arg z−2
z+2 = π/2.
27
Mathematics Extension 2 Complex Numbers
These are harder than basic fluency questions and are closer to the style where Extension 2 complex
numbers becomes powerful.
(1 − a)(1 − aω)(1 − aω 2 ) = 1 − a3 .
5. If |z| = 1, simplify
z+1
z−1
by finding the nature of its real part.
6. Solve z 3 = z̄.
7. Find the image of the line Re(z) = 2 under w = iz + 1.
8. Find the image of the circle |z − 1| = 2 under w = (2 − i)z + 3i.
9. Prove that if z1 , z2 , z3 are the cube roots of a complex number w ̸= 0, then z1 + z2 + z3 = 0.
10. Let z ̸= 1 and z 5 = 1. Evaluate
1 + 2z + 3z 2 + 4z 3 + 5z 4 .
Challenge solutions
1. Since z = cis θ = eiθ , z n = einθ and z −n = e−inθ . Their sum is 2 cos nθ.
2. Square z + z −1 = 2x: z 2 + 2 + z −2 = 4x2 , hence z 2 + z −2 = 4x2 − 2.
3. The numbers 1, ω, ω 2 are roots of t3 − 1 = 0, so (t − 1)(t − ω)(t − ω 2 ) = t3 − 1. Put t = 1/a and
rearrange, or recognise the product as the factorisation of 1 − a3 .
4. The fixed points are 1 + i and 1 − i. A right angle subtended by this vertical segment gives the
circle with diameter between them: (x − 1)2 + y 2 = 1, with endpoints excluded and orientation
selecting a semicircle.
5. For |z| = 1, write z = eiθ . Then
28
Mathematics Extension 2 Complex Numbers
S = −4 − 3z − 2z 2 − z 3 .
using z 5 = 1, z ̸= 1.
19 Diagnostic mini-test
6. Solve z 2 + z̄ = 0.
7. Find a monic polynomial with real coefficients and roots 2 + i and 1 − 2i.
8. Show that if |z| = 1, then z + z̄ is real and lies between −2 and 2.
z−1
9. Interpret geometrically z+i = 3.
Diagnostic answers
√
1. z = 2 cis(−2π/3), so z 5 = 32 cis(−10π/3) = 32 cis(2π/3) = −16 + 16 3i.
√
2. 8 + 8i 3 = 16 cis π/3, so z = 2 cis π/3+2kπ
4 , k = 0, 1, 2, 3.
7. Include conjugates: 2 − i and 1 + 2i. Polynomial ((z − 2)2 + 1)((z − 1)2 + 4).
29
Mathematics Extension 2 Complex Numbers
30
Mathematics Extension 2 Complex Numbers
Exam strategy
Final exam habit: before starting algebra, write one sentence translating the question. Example:
“|z − 2i| = 3 means points distance 3 from (0, 2).” This prevents most complex-number mistakes.
31