Category 1: Cartesian Form, Arithmetic & the Argand Diagram
Every complex number has the form z=a+bi where a=Re(z) is the real part and b=Im(z) is the imaginary part. The key rule is i2=−1. The Argand diagram is a 2D plane where the horizontal axis is the real axis and the vertical axis is the imaginary axis — every complex number corresponds to one unique point. Arithmetic follows ordinary algebra, substituting i2=−1 wherever it appears.
Formula booklet entries for this section: Modulus ∣z∣=a2+b2 (memorise), conjugate z∗=a−bi (memorise), z⋅z∗=∣z∣2 (memorise).
1.1 The Argand Diagram
Structure of the Argand Diagram
Every complex number $z = a + bi$ maps to point $(a, b)$ on the Argand diagram. Dashed lines show the real and imaginary components.
z=a+bi is plotted at the point (a,b)
Re(z)=a gives the horizontal axis position
Im(z)=b gives the vertical axis position
Review Set 14A — Q1
On an Argand diagram, illustrate the complex numbers: (a) 3−2i (b) −1+5i
Answer:
3−2i→ plot at (3,−2): 3 right, 2 down [Quadrant 4]
−1+5i→ plot at (−1,5): 1 left, 5 up [Quadrant 2]
1.2 Modulus and Argument
The modulus∣z∣ is the distance from the origin to point z (Pythagoras). The argumentarg(z) is the angle from the positive real axis to the line Oz, measured counter-clockwise. The principal argument is always in (−π,π]. You must sketch the point first — this reveals the quadrant, which determines which formula to apply.
Angle Convention — Counter-Clockwise from Positive Real Axis
Angles are always measured counter-clockwise from the positive real axis. Clockwise angles are negative.
Counter-clockwise from the positive real axis = positive angle
Clockwise from the positive real axis = negative angle
The principal argument is always in the range (−π,π]
Q1 and Q2 give positive arguments; Q3 and Q4 give negative arguments
Modulus and Argument — formulas
∣z∣=a2+b2[Pythagoras — always positive]
arg(z) — FIRST sketch the point to find its quadrant, THEN apply:
Quadrant / Position
Condition
Formula
Result range
Q1
a>0,b>0
arg=arctan(ab)
(0,2π)
Q2
a<0,b>0
$\arg = \pi - \arctan!\left(\frac{
b
Q3
a<0,b<0
$\arg = -\pi + \arctan!\left(\frac{
b
Q4
a>0,b<0
$\arg = -\arctan!\left(\frac{
b
+Re axis
b=0,a>0
arg=0
−Re axis
b=0,a<0
arg=π
+Im axis
a=0,b>0
arg=2π
−Im axis
a=0,b<0
arg=−2π
Quadrant map — which formula to use for arg(z)
Sketch the point first to identify the quadrant, then apply the corresponding formula. The reference angle is always arctan(|b/a|), then shift by the quadrant rule.
Key Steps:
Calculate ab — the ratio of absolute values
Take arctan of that ratio — this is the reference angle (always positive)
Apply the sign/shift above based on which quadrant your point is in
Worked Solution — Modulus and argument, four cases
All four share the same modulus: ∣z∣=52+22=25+4=29
Step a:z=5+2i→ Q1 →arg=arctan(52)≈0.381 rad (positive real, positive imag)
Step b:z=−5+2i→ Q2 →arg=π−arctan(52)≈2.761 rad (negative real, positive imag)
Step c:z=−5−2i→ Q3 →arg=−π+arctan(52)≈−2.761 rad (negative real, negative imag)
Step d:z=−2−5i→ Q3 →arg=−π+arctan(25)≈−1.951 rad (note ∣b/a∣=5/2, not 2/5)
Never just type arctan(b/a) into your calculator without sketching first. For −5+2i, the calculator gives a negative angle — but the argument is positive because the point is in Q2. The sketch takes 5 seconds and saves the mark.
Worked Solution — Mixed operations including high power
z=4+i, w=2−3i, z∗=4−i, w∗=2+3i
Step a:
iz=i(4+i)=4i+i2=−1+4i (multiply out, i2=−1)
2w∗=2(2+3i)=4+6i
2w∗−iz=(4+6i)−(−1+4i)=5+2i (subtract)
Step b:
w−z∗=(2−3i)−(4−i)=−2−2i
∣w−z∗∣=4+4=8=22 (Pythagoras)
Step c:
∣z100∣=∣z∣100=(17)100=1750 (∣z∣=16+1=17)
Step d:
w−z=−2−4i→ Q3
arg(w−z)=−π+arctan(24)=−π+arctan(2)≈−2.034 rad (Q3 formula)
Key modulus facts: ∣z∗∣=∣z∣, ∣iz∣=∣z∣, ∣−z∣=∣z∣. All follow from ∣z⋅w∣=∣z∣∣w∣ because ∣i∣=∣−1∣=1.
Category 2: Polar & Exponential Form
Any complex number can be written as z=r(cosθ+isinθ)=rcisθ (polar form) or z=reiθ (Euler/exponential form), where r=∣z∣ and θ=arg(z). These forms make multiplication, division, and powers elegant: multiply moduli, add arguments. Converting accurately between Cartesian and polar — especially getting the quadrant right — is one of the highest-value skills in the entire topic.
Formula booklet entries for this section: Polar form z=rcisθ (given), Euler form z=reiθ (given), polar multiplication/division (given).
2.1 Converting Between Forms
All three forms and conversion rules
z=a+bi=r(cosθ+isinθ)=rcisθ=r⋅eiθ
Direction
Formulas
Cartesian → Polar
r=a2+b2, θ=arg(z) [use quadrant rules from Cat 1]
Polar → Cartesian
a=rcosθ, b=rsinθ
Key polar operations:
Operation
Formula
Rule
Multiply
z1⋅z2=r1r2⋅ei(θ1+θ2)
moduli MULTIPLY, arguments ADD
Divide
z2z1=r2r1⋅ei(θ1−θ2)
moduli DIVIDE, arguments SUBTRACT
Power
zn=rn⋅einθ
modulus to power n, argument ×n
Conjugate
z∗=r⋅e−iθ
same modulus, NEGATE argument
Geometric meaning of multiplication by r⋅eiφ:
ROTATE by angle φ AND SCALE distance from origin by factor r
Multiply by i=eiπ/2: rotate 90° anticlockwise, no scaling
The triangle connecting Cartesian and polar
The right triangle links Cartesian and polar forms. Hypotenuse $r = \sqrt{a^2+b^2}$; the angle $\theta$ is the argument measured from the positive real axis.
Conversion steps (Cartesian to Polar):
Draw the point (a,b) — identify the quadrant
Compute r=a2+b2
Compute reference angle =arctan(∣a∣∣b∣)
Adjust sign/shift for the quadrant (see Category 1)
Verify any polar conversion by substituting back: if z=rcisθ, then rcosθ should give a and rsinθ should give b. A 10-second check catches errors before they lose marks.
Watch: Complex Numbers — Fundamentals and Polar Form
Khan Academy · 10 min · Introduction to imaginary and complex numbers — what they are and how arithmetic works
Khan Academy · 12 min · Polar form, De Moivre's theorem, and dividing complex numbers in polar representation
Category 3: De Moivre’s Theorem & Powers
De Moivre’s theorem states (rcisθ)n=rncis(nθ). It works for all integer n (and rational n for roots). It has two key uses: (1) computing high powers of complex numbers quickly, and (2) proving trigonometric identities by expanding (cosθ+isinθ)n in two ways. The z+1/z technique — letting z=eiθ on the unit circle — is the standard approach for expressing cosnθ or sinnθ in terms of multiple angles, enabling powerful integrations.
Formula booklet entries for this section: De Moivre’s theorem (rcisθ)n=rncis(nθ) (given), z+1/z=2cosθ (memorise).
3.1 De Moivre’s Theorem — Statement and Direct Use
De Moivre’s Theorem — all three equivalent forms
(rcisθ)n=rncis(nθ)for n∈Z (and n∈Q for roots)
(cosθ+isinθ)n=cos(nθ)+isin(nθ)[special case: r=1]
(r⋅eiθ)n=rn⋅einθ[Euler form]
What de Moivre does geometrically:
Raise to power n→ scale modulus from r to rn, multiply argument by n
∣zn∣=∣z∣n and arg(zn)=n⋅arg(z) [adjust to (−π,π] if needed]
Review Set 14A — Q6
If (x+iy)n=X+Yi where n is a positive integer, show that X2+Y2=(x2+y2)n.
Worked Solution — De Moivre modulus proof
Step 1: Write z=x+iy in polar form: z=r⋅eiθ where r=x2+y2 — convert to polar
Step 2: By de Moivre: zn=rn⋅einθ=X+Yi — apply theorem
Step 3: Read off Cartesian parts: X=rncos(nθ), Y=rnsin(nθ) — real and imag parts
Step 4:X2+Y2=r2ncos2(nθ)+r2nsin2(nθ)=r2n(cos2(nθ)+sin2(nθ)) — sum of squares
Let z=eiθ (unit circle). Then z+1/z=2cosθ and z−1/z=2isinθ. Raising these to powers and expanding with the binomial theorem gives identities for cosnθ and sinnθ as combinations of cos(kθ) — essential for integration and proof questions.
The z+1/z technique — key identities
Let z=eiθ, so z=cosθ+isinθ and ∣z∣=1.
z+z−1=2cosθ[de Moivre n=1 and n=−1, add]
z−z−1=2isinθ[de Moivre n=1 and n=−1, subtract]
zn+z−n=2cos(nθ)[generalised — use this to GROUP pairs]
zn−z−n=2isin(nθ)[generalised]
Strategy:(z+z−1)n=(2cosθ)n=2ncosnθ
Expand left side by binomial, group zk+z−k pairs →2cos(kθ)
This converts cosnθ into a sum of cosines of multiples of θ
How the z+1/z technique works — visual flow
The $z + 1/z$ technique: set $z = e^{i\theta}$, expand by binomial, group symmetric pairs, then apply $z^n + z^{-n} = 2\cos(n\theta)$.
Oxford Key — Q14a
Express cos5θ in terms of cos(nθ) using the z+1/z technique.
Worked Solution — Full expansion step by step
Step 1: Set z=eiθ. Then (z+z−1)5=(2cosθ)5=32cos5θ — setup
Step 2: Expand (z+z−1)5 by binomial theorem (coefficients 1,5,10,10,5,1):
Step 5: Equate: 32cos5θ=2cos5θ+10cos3θ+20cosθ — set equal to right side
Step 6: Divide by 32:
cos5θ=161[cos5θ+5cos3θ+10cosθ]✓
Oxford Key — Q14b
Hence evaluate ∫cos5θdθ.
Worked Solution — Integration using the multiple-angle form
cos5θ=161(cos5θ+5cos3θ+10cosθ)[from Q14a above]
∫cos5θdθ=161∫(cos5θ+5cos3θ+10cosθ)dθ
Step 1:∫cos5θdθ=5sin5θ
Step 2:∫5cos3θdθ=35sin3θ (coefficient 5 stays)
Step 3:∫10cosθdθ=10sinθ
Step 4: Combine:
161[5sin5θ+35sin3θ+10sinθ]+C
Step 5: Simplify:
80sin5θ+485sin3θ+85sinθ+C
(verified by differentiation ✓)
Critical error to avoid: writing 16sin3θ for the middle term. The correct term is 161×35sin3θ=485sin3θ. The binomial coefficient 5 does NOT disappear — it stays in the numerator.
Oxford Key — Trig Identity
Use de Moivre’s theorem to prove cos(2θ)=cos2θ−sin2θ and sin(2θ)=2sinθcosθ.
Worked Solution — Double angle identities from de Moivre
For any n, this approach gives cos(nθ) and sin(nθ) as polynomials in cosθ and sinθ. For n=3: expand (cosθ+isinθ)3 using binomial (1,3,3,1), then equate real and imaginary parts.
Category 4: nth Roots of Complex Numbers & Roots of Unity
The equation zn=w always has exactly n solutions in C. These are called the nth roots of w. Using de Moivre in reverse gives a single formula for all of them. The roots are equally spaced at angles of n2π around a circle of radius ∣w∣1/n — they form a regular n-gon on the Argand diagram. The nth roots of unity (solutions of zn=1) always sum to zero, which is a key algebraic identity used in many exam proofs.
Formula booklet entries for this section: nth roots formula (given), sum of nth roots of unity = 0 (memorise).
4.1 The nth Root Formula
Finding all nth roots of w=r⋅eiθ
w1/n=r1/n⋅cis(nθ+2πk)for k=0,1,2,…,n−1
For each root:
Modulus:r1/n [same for ALL n roots]
Argument:nθ+2πk [increases by n2π for each step in k]
Geometry: all n roots lie on a circle of radius r1/n. They are equally spaced by n2π=n360°. The n roots form a regular n-gon on the Argand diagram.
Geometry of cube roots — regular triangle inscribed on circle
The three cube roots of any complex number lie equally spaced at $120°$ intervals on a circle of radius $r^{1/3}$. The general rule: $n$th roots form a regular $n$-gon with angular spacing $2\pi/n$.
Step-by-step process for finding nth roots:
Write the target number w in polar form: w=r⋅eiθ. Use quadrant rules for θ.
Compute the modulus of each root: r1/n
Compute the argument for each k=0,1,…,n−1: θk=nθ+2πk
Convert each root to Cartesian form if needed: ak=r1/ncos(θk), bk=r1/nsin(θk)
Verify: cube each root (or raise to power n) — all should give back w
Review Set 14A — Q9
Find the cube roots of −64i, giving answers in Cartesian form.
Worked Solution — Cube roots of −64i
Step 1:−64i lies on the negative imaginary axis: r=64, arg=−2π — polar form
Step 2: Write: −64i=64⋅ei(−π/2)
Step 3: Modulus of each root: 641/3=4 — cube root of 64
Step 4: Arguments: θk=3−π/2+2πk for k=0,1,2 — apply formula
k=0: θ=−6π
k=1: θ=−6π+32π=2π
k=2: θ=−6π+34π=67π→ use −65π (adjust to (−π,π])
Step 5: Convert to Cartesian:
k=0: 4⋅cis(−6π)=4(23−2i)=23−2i
k=1: 4⋅cis(2π)=4(0+i)=4i
k=2: 4⋅cis(−65π)=4(−23−2i)=−23−2i
Step 6: Verify: (23−2i)3=−64i ✓ (check by expansion)
Review Set 14A — Q16
Determine the cube roots of −27.
Worked Solution — Cube roots of −27
Step 1:−27 is on the negative real axis: r=27, arg=π
Step 2: Write: −27=27⋅eiπ
Step 3: Modulus of each root: 271/3=3
Step 4: Arguments: θk=3π+2πk for k=0,1,2
k=0: θ=3π→3⋅cis(3π)=3(21+2i3)=23+233i
k=1: θ=π→3⋅cis(π)=3(−1+0)=−3
k=2: θ=35π→3⋅cis(35π)=3(21−2i3)=23−233i
4.2 Roots of Unity — Definitions and Key Identity
The nth roots of unity are the n solutions to zn=1. They can all be written as ωk where ω=e2πi/n. A critical algebraic fact: the sum of all nth roots of unity equals zero. This follows from Vieta’s formulas on zn−1=0. For cube roots of unity, the non-real root ω satisfies ω3=1 and 1+ω+ω2=0 — these two identities are used to simplify almost every expression involving ω.
Roots of unity — all key identities
nth roots of unity: zk=e2πik/n for k=0,1,…,n−1
They lie equally spaced on the UNIT CIRCLE, forming a regular n-gon
Sum of ALL nth roots of unity =0 [Vieta on zn−1=0]
Cube roots of unity (ω3=1, ω=1):
ω=e2πi/3=−21+23i
Identity
Notes
1+ω+ω2=0
→ω+ω2=−1 — USE THIS CONSTANTLY
ω⋅ω2=ω3=1
product of roots
ω2=ω∗
they are complex conjugates of each other
ω2=1/ω
since ω3=1→ω2=ω−1
Powers cycle: ω3=1, ω4=ω, ω5=ω2, ω6=1, …
period 3
Review Set 14A — Q22
State the five fifth roots of unity and hence solve: (a) (2z−1)5=32 (b) z5+5z4+10z3+10z2+5z=0 (c) (z+1)5=(z−1)5
Worked Solution — Fifth roots of unity and applications
Fifth roots of unity: zk=e2πik/5 for k=0,1,2,3,4
=1,e2πi/5,e4πi/5,e6πi/5,e8πi/5
Their sum =0 (Vieta’s formulas on z5−1=0) ✓
Step a:(2z−1)5=32=25⋅1→(2z−1)5=25
2z−1=2⋅zk→z=21+2⋅e2πik/5 for k=0,1,2,3,4 — 5 solutions
Step b:z5+5z4+10z3+10z2+5z=0→z(z4+5z3+10z2+10z+5)=0 — factor out z
Remaining factor: note this is related to the (z+1)5 expansion.
z=0 is one solution; remaining 4 from z4+5z3+⋯=0
Step c:(z+1)5=(z−1)5→(z−1z+1)5=1 [divide both sides] — z=1
Let w=z−1z+1. Then w5=1, so w=e2πik/5 for k=0,1,2,3,4
w=1 (k=0) gives z−1z+1=1→ no solution. Use k=1,2,3,4.
For each k: z=w−1w+1 where w=e2πik/5 — 4 solutions
Oxford Key — Exam-Style
(1+i)10 — find its value. (Using de Moivre)
Worked Solution — (1+i)10 using de Moivre
Step 1: Write 1+i in polar: r=2, arg=4π→1+i=2⋅eiπ/4
Step 2:(1+i)10=(2)10⋅ei⋅10π/4 by de Moivre
Step 3:(2)10=25=32
Step 4:410π=25π=2π+2π→ equivalent angle =2π — reduce to (−π,π]
Step 5:=32(cos2π+isin2π)=32(0+i)=32i — final answer
The sum of all nth roots of unity =0. For IB proofs: factor zn−1=(z−1)(zn−1+⋯+z+1)=0, so the sum of ALL non-trivial roots equals −1, and including z=1 gives sum =0.
Category 5: Loci & Regions in the Complex Plane
A locus is the set of all complex numbers z satisfying a given geometric condition. The standard approach: write z=x+iy, translate the condition into an equation in x and y, then simplify to recognise a known curve. There are five standard loci; knowing their geometric meaning immediately tells you the shape before you start the algebra.
Formula booklet entries for this section: All locus formulas must be memorised — not in the formula booklet.
5.1 The Five Standard Loci
Condition
Locus (Geometric Shape) + Method
∣z−a∣=r
Circle, centre a, radius r. Method: ∣z−(p+qi)∣=r means the point z is distance r from (p,q). Example: ∣z−(2+3i)∣=5→ circle centred (2,3), radius 5.
∣z−a∣=∣z−b∣
Perpendicular bisector of the segment joining a to b. Meaning: z is equidistant from the two fixed points a and b. Method: set ∥x+iy−a∣2=∥x+iy−b∣2, expand, simplify.
arg(z−a)=θ
Ray starting at point a (but NOT including a), making angle θ with the positive real direction. Always state the constraint (e.g. x>Re(a)) to specify which ray.
∣z−a∣≤r
Closed disc — circle plus its interior. Draw a solid boundary. < means open disc — dashed boundary (point not included).
Re(z)=k or Im(z)=k
Vertical linex=k, or horizontal liney=k on the Argand diagram.
5.2 Worked Locus Examples
How to derive a locus — the general method
Always substitute $z = x + iy$ and work in real coordinates. The constraint (e.g. $x > \text{Re}(a)$) for a ray must always be stated explicitly.
Review Set 14A — Q14
Find the Cartesian equation of the locus of P(x,y) where z=x+iy and: (a) arg(z−i)=6π (b) z−2z+2=2
Worked Solution — Two loci derived from scratch
PART (a):arg(z−i)=6π
Step 1:z−i=x+(y−1)i — substitute z=x+iy
Step 2:arg=6π means tan(6π)=ReIm=xy−1 — tan of argument
Step 3:31=xy−1→x=3(y−1)→y=3x+1 — solve for y
Step 4: This is a RAY at angle 6π, starting from (0,1), going into x>0 — add constraint
PART (b):z−2z+2=2
Step 1:∣z+2∣=2∣z−2∣→∣z+2∣2=4∣z−2∣2 — square both sides
Step 5:x2−320x+4+y2=0→(x−310)2+y2=9100−936=964 — complete the square
Step 6:Circle: centre (310,0), radius =38 — final answer
For part (a): arg(z−a)=θ is a RAY, not a full line. You must state the direction constraint (here x>0) to eliminate the opposite ray. Omitting this constraint loses a mark.
Review Set 14A — Q18
Illustrate the region defined by: {z∣2≤∣z∣≤5 and −4π<argz≤2π}. Show all included boundary points.
Worked Solution — Region defined by modulus AND argument constraints
Condition 1:2≤∣z∣≤5→ the region BETWEEN two circles
∣z∣=2: inner circle (solid boundary — included because ≥)
∣z∣=5: outer circle (solid boundary — included because ≤)
Condition 2:−4π<arg(z)≤2π→ a sector (wedge)
arg=−4π: lower boundary (DASHED — not included because <)
arg=2π: upper boundary (SOLID — included because ≤)
Combined region: a sector of an annulus (ring)
Draw the two arcs and two radii, mark which boundaries are solid vs dashed.
Review Set 14A — Q21
P1P2P3 is an isosceles triangle where P1P3=3⋅P1P2. O is origin. OP1=z1, OP2=z2, OP3=z3. arg(z3−z1)=α. (a) Show arg(z3−z2)=α−2π (b) Find modulus and argument of z3−z2z3−z1
Worked Solution — Complex numbers as position vectors in geometry
Step 1:z3−z1 and z3−z2 are the vectors P1P3 and P2P3 respectively — interpret geometrically
Step 2:P1P3=3⋅P1P2 means ∣z3−z1∣=3∣z3−z2∣ — given length condition
Step 3:P1P2P3 isosceles: angle at P3=90° (since P1P3=3⋅P1P2 and isosceles) — geometry
Step 5:z3−z2z3−z1=3, arg=α−(α−2π)=2π — divide the complex numbers
So z3−z2z3−z1=3⋅eiπ/2=i3 — Cartesian form
A key technique: if you need to find the angle between two lines on the Argand diagram, DIVIDE the corresponding complex number differences. The argument of z1/z2 equals arg(z1)−arg(z2). This is equivalent to finding the angle at a vertex of a triangle.
Watch: De Moivre's Theorem, Powers, and Roots of Complex Numbers
Professor Dave Explains · 14 min · De Moivre's theorem explained with worked examples — polar form powers and nth roots
Khan Academy · 8 min · Dividing complex numbers in polar and exponential form — modulus and argument operations
This category covers multi-part IB exam questions that combine several earlier techniques. The IB Problem document contains two full exam questions (18 and 19 marks). These questions require you to connect polar form, conjugates, geometric reasoning, Vieta’s formulas, and algebraic manipulation in sequence. The questions from the IB Problem are labeled [IBP] throughout.
Formula booklet entries for this section: Vieta’s formulas (memorise), conjugate root theorem (memorise).
6.1 IB Problem Question 1 — Triangle Z1OZ2
The setup:Z1 and Z2 are points on an Argand diagram representing z1=r1eiα and z2=r2eiθ. O is the origin. The triangle Z1OZ2 is described anticlockwise with 0<α,θ<2π and 0<α−θ<π. z1 and z2 are roots of z2+az+b=0 where a,b∈R.
Diagram — triangle Z1OZ2 on the Argand diagram
Triangle $Z_1OZ_2$: both points lie in the upper half-plane with $0 < \theta < \alpha < 2\pi$. For the equilateral case in parts (c)–(e): $\alpha - \theta = \pi/3$ and $r_1 = r_2$.
IB Problem — Q1a [2 marks]
Show that z1z2∗=r1r2ei(α−θ) where z2∗ is the complex conjugate of z2.
Worked Solution — Product with conjugate in polar form
Step 1:z1=r1eiα and z2∗=r2e−iθ [conjugate negates argument] — write in polar
z2+az+12=0, a∈R. Given 0<α−θ<π, deduce only one equilateral triangle Z1OZ2 can be formed.
Worked Solution — Uniqueness of equilateral triangle
Step 1:b=12 (constant term of quadratic). From d: a2=3b=36, so a=±6
Step 2: Both values give a valid quadratic, but check which gives 0<α−θ<π
Step 3:a=−6: z2−6z+12=0→z=26±36−48=3±i3 — quadratic formula
z1=3+i3: r=23, α=6π. z2=3−i3: r=23, θ=−6π
α−θ=6π−(−6π)=3π. Is 0<3π<π? YES ✓
Step 4:a=6: z2+6z+12=0→z=2−6±i12=−3±i3
z1=−3+i3: α=65π. z2=−3−i3: θ=−65π (or 67π)
α−θ=65π−(−65π)=35π. Is 0<35π<π? NO — exceeds π — fails constraint
Step 5: Only a=−6 satisfies 0<α−θ<π. Exactly one equilateral triangle. ✓
6.2 IB Problem Question 2 — Cube Roots of Unity (ω)
The setup:ω is a non-real solution of z3=1, so ω3=1 and ω=1. This means ω satisfies ω2+ω+1=0, giving the fundamental identity 1+ω+ω2=0. Nearly every simplification in this question uses this identity. The second part involves p=1−3i and q=x+(2x+1)i with x∈R.
Cube root of unity — everything needed for Q2
Identity
Notes
ω3=1, ω=1
ω satisfies ω2+ω+1=0
1+ω+ω2=0
THE KEY IDENTITY (use this constantly)
ω+ω2=−1
direct consequence
ω⋅ω2=ω3=1
product
ω∗=ω2 and (ω∗)2=ω
they are complex conjugates
ω2=ω−1
since ω3=1→ω⋅ω2=1
Powers cycle (period 3)
ω3=1, ω4=ω, ω5=ω2, ω6=1, …
IB Problem — Q2a(i) [4 marks]
Determine the value of 1+ω+ω2.
Answer:
ω is a non-real root of z3=1.
Factor: z3−1=(z−1)(z2+z+1)=0
For ω=1: ω2+ω+1=0→1+ω+ω2=0
IB Problem — Q2a(ii) [4 marks]
Determine the value of 1+ω∗+(ω∗)2.
Worked Solution — Using ω∗=ω2
Step 1:ω∗=ω2 (conjugate of a non-real cube root of unity is the other one) — key fact
Step 2:1+ω∗+(ω∗)2=1+ω2+(ω2)2=1+ω2+ω4 — substitute
Step 3:ω4=ω3⋅ω=1⋅ω=ω — power cycle
Step 4:=1+ω2+ω=1+ω+ω2=0 ✓ — apply main identity
IB Problem — Q2b [4 marks]
Show that (ω−3ω2)(ω2−3ω)=13.
Worked Solution — Expand and simplify using 1+ω+ω2=0
Step 1: Expand: (ω−3ω2)(ω2−3ω)
=ω⋅ω2−3ω⋅ω−3ω2⋅ω2+9ω2⋅ω — FOIL
=ω3−3ω2−3ω4+9ω3 — collect terms
Step 2: Substitute ω3=1 and ω4=ω:
=1−3ω2−3ω+9⋅1
=10−3(ω+ω2) — factor
Step 3: Substitute ω+ω2=−1:
=10−3(−1)=10+3=13 ✓ — apply identity
IB Problem — Q2c [5 marks]
p=1−3i, q=x+(2x+1)i, x∈R. Find all values of x such that ∣p∣=∣q∣.
Step 6:0<x2−9x−10→0<(x−10)(x+1) — rearrange and factor
Step 7: Parabola (x−10)(x+1)>0 when x<−1 or x>10 — sign analysis
Step 8:Solution: x<−1 or x>10
For Q2d Step 7: sketch the parabola y=(x−10)(x+1). It opens upward, crosses zero at x=−1 and x=10. The expression is positive outside the roots — that is, for x<−1 or x>10.
6.3 Key Proof Techniques — Quick Reference
Situation
Method
Show result is REAL
Compute it directly and show Im=0. OR show z=z∗. OR show z=∣w∣2 for some w.
Show result is PURELY IMAGINARY
Show Re(z)=0, i.e. z+z∗=0.
Show result is ZERO
Use 1+ω+ω2=0 (cube roots) or sum of nth roots =0.
Find when zn is real
Write z=r⋅eiθ. Then zn=rn⋅einθ. Real when sin(nθ)=0, i.e. nθ=kπ.
Find when zn is purely imaginary
Real part zero when cos(nθ)=0, i.e. nθ=2π+kπ.
Vieta’s formulas for z2+az+b=0
Sum of roots =−a. Product of roots =b.
Perpendicular lines on Argand diagram
Re(z1z2∗)=0↔ angle between OZ1 and OZ2 is 2π.
Equilateral triangle
z1=z2⋅e±iπ/3. Gives z12+z22=z1z2 and a2=3b.
Conjugate pairs
If z=a+bi satisfies a polynomial with real coefficients, so does z∗=a−bi.
arg(z1/z2)=arg(z1)−arg(z2)
Use this to find angles in triangles on the Argand diagram.
De Moivre: scale modulusn, multiply argument by n.
z+1/z=2cosθ (∣z∥=1)
Technique for trig identities and integration.
r1/n⋅cis(nθ+2πk)
nth root: k=0 to n−1. Equally spaced on circle of radius r1/n.
Sum of nth roots of unity =0
Vieta on zn−1=0. For cube: 1+ω+ω2=0.
Vieta: z2+az+b=0
Sum of roots =−a. Product =b.
6.5 Common Mistakes — Final Checklist
Mistake
Correct Approach
Wrong quadrant for arg(z)
Always sketch the point. Q2 gives arg>π/2, Q3/Q4 give negative arg. Never blindly trust arctan(b/a).
Argument outside (−π,π]
After operations, check if arg is outside (−π,π]. If result is e.g. 7π/6, rewrite as −5π/6.
Missing constraint on arg(z−a)=θ
This is a RAY, not a full line. State e.g. 'x>Re(a)' to specify direction.
Integral middle term error
∫cos5θdθ middle term is 485sin3θ NOT 16sin3θ. The 5 from binomial stays.
Powers of i mistakes
i2=−1, i3=−i, i4=1. In expansions, track EVERY power of i.
Vieta sign error
z2+az+b=0: sum =−a (MINUS a), product =+b.
Forgetting ω+ω2=−1
Almost every ω simplification requires substituting ω+ω2=−1 or ω2=−1−ω.
Confusing locus types
For loci: ∣z−a∥=r is a CIRCLE (not a line). ∣z−a∥=∣z−b∣ is a PERPENDICULAR BISECTOR.
IB Mathematics AA HL — Complex Numbers | Categories 1-6 | Review 14A, Oxford Key, IB Problem
Formula Booklet — Complex Numbers
This section lists all formulas from the IB Math AA HL formula booklet that are relevant to complex numbers. Formulas marked GIVEN are provided in the exam. Formulas marked MEMORISE must be known from memory.
Modulus and Argument
Formula
Status
Notes
∣z∣=a2+b2
MEMORISE
Not in formula booklet
z=r(cosθ+isinθ)=rcisθ
GIVEN
Polar form
z=reiθ
GIVEN
Euler form
Operations in Polar Form
Formula
Status
Notes
z1z2=r1r2cis(θ1+θ2)
GIVEN
Multiplication
z2z1=r2r1cis(θ1−θ2)
GIVEN
Division
De Moivre’s Theorem
Formula
Status
Notes
(rcisθ)n=rncis(nθ)
GIVEN
Powers
nth roots: w1/n=r1/ncis(nθ+2πk)
GIVEN
k=0,1,…,n−1
Conjugate and Arithmetic
Formula
Status
Notes
z∗=a−bi
MEMORISE
Conjugate
z⋅z∗=∣z∣2
MEMORISE
Always real
z+z∗=2Re(z)
MEMORISE
Always real
z−z∗=2iIm(z)
MEMORISE
Always imaginary
Roots of Unity
Formula
Status
Notes
1+ω+ω2+⋯+ωn−1=0
MEMORISE
Sum of nth roots of unity
ωn=1
MEMORISE
Definition
Trig Identities via Complex Numbers
Formula
Status
Notes
z+z−1=2cosθ (when ∣z∣=1)
MEMORISE
Key technique
z−z−1=2isinθ (when ∣z∣=1)
MEMORISE
Key technique
Loci
Formula
Status
Notes
∣z−a∣=r → Circle
MEMORISE
Centre a, radius r
∣z−a∣=∣z−b∣ → Perpendicular bisector
MEMORISE
Of segment ab
arg(z−a)=θ → Ray
MEMORISE
From point a at angle θ
In the IB exam, you receive a formula booklet. Formulas marked GIVEN above are in it — you don't need to memorise them. But you DO need to know how and when to use them. Formulas marked MEMORISE are NOT in the booklet and must be learned.