This final lesson is where the separate techniques of the strand — arithmetic, conjugates, Argand geometry, modulus–argument form, polar multiplication, loci, De Moivre and roots of unity — stop being topics and become a toolkit. Real AQA Further Maths questions rarely test one idea in isolation; they hand you a multi-part problem that demands you choose the right representation, switch fluently between Cartesian and polar, and assemble two or three results into a single argument. The skill here is strategy: recognising which tool a sub-question is reaching for, executing it cleanly, and checking the answer. This lesson drills exactly that across the six most common exam archetypes.
Where this sits in AQA 7367
This is compulsory pure synthesis for Papers 1 & 2. By design it is the most AO3-heavy lesson of the strand (solve problems in mathematics, often in several steps and switching technique), while still drawing on AO1 routine execution and AO2 reasoning and proof. Every archetype below recombines earlier lessons: polynomial roots use the conjugate root theorem and division; the modulus–argument problems use polar multiplication and De Moivre; the loci problems use the four standard loci; the geometric proofs use roots of unity and rotation. Treat this as your exam-rehearsal lesson.
Core strategy: choose the representation, then execute and check
A reliable four-step habit underlies every problem:
Read for the required form — Cartesian (a+bi), modulus–argument, or exponential. The wording ("in the form a+bi", "find ∣z∣ and argz") tells you where to finish.
Choose the representation that suits the operation. Use Cartesian for addition, subtraction and equating real/imaginary parts; use polar for multiplication, division, powers and roots. Mixed problems often need a switch mid-solution.
Show every step — examiners award method marks for the structure (conjugate written, polar form stated, parts equated), not just the final number.
Check — substitute back, verify a modulus or argument, confirm conjugate pairs, or test that a root really satisfies the equation. A 30-second check routinely rescues a dropped accuracy mark.
If the sub-question involves…
Reach for…
a polynomial with a given complex root
conjugate root theorem + real quadratic factor + division
powers, products or quotients
modulus–argument form + De Moivre
"sketch the locus" / "find where they meet"
the four standard loci + simultaneous equations
a proof about a triangle/polygon
rotation by multiplication + roots of unity
cosnθ or cosnθ
De Moivre + binomial / z+1/z
sums/products of roots
symmetric functions (Vieta)
Worked examples (with mark scheme)
Example 1 — a quartic from one complex root (Type: polynomial equations)
The quartic z4+2z3+6z2+8z+8=0 has a root z=−1+i. Find all four roots.
Real coefficients ⇒ the conjugate z=−1−i is also a root. (M1 conjugate root.) These give the real quadratic factor
(z−(−1+i))(z−(−1−i))=(z+1)2−(i)2=(z+1)2+1=z2+2z+2.(M1 form quadratic factor)
Solving z2+4=0 gives z=±2i. So all four roots are −1+i,−1−i,2i,−2i. (A1 all four. Check the factorisation: (z2+2z+2)(z2+4)=z4+4z2+2z3+8z+2z2+8=z4+2z3+6z2+8z+8 ✓.)
Example 2 — combining modulus, argument and algebra
Given z=(1−i)2(1+3i)3, find ∣z∣ and argz, and express z in the form a+bi.
Work the numerator and denominator in polar form. Numerator:1+3i=2cis3π, so by De Moivre (1+3i)3=23cisπ=−8. Denominator:1−i=2cis(−4π), so (1−i)2=2cis(−2π)=−2i. (M1 each part to polar and powered.)
So z=−4i, giving ∣z∣=4 and argz=−2π. (M1 polar forms; M1 the division; A1 for −4i with modulus and argument. Cross-check via polar: ∣z∣=28=4, argz=π−(−2π)=23π≡−2π ✓.)
Example 3 — two loci and their intersection
On one Argand diagram, sketch C:∣z−2−2i∣=2 and L:arg(z−2−2i)=4π, and find their point of intersection.
C is a circle, centre (2,2), radius 2. L is the half-line from (2,2) (excluded) in the direction 4π. (M1 both loci.) On L, points have the form z=(2+t)+(2+t)i for t>0 (equal steps in the real and imaginary directions). Substitute into C:
So the intersection is z=(2+2)+(2+2)i. (M1 loci; M1 parametrise and substitute; A1 intersection. There is just one point because the ray starts at the centre and leaves the disc once.)
Example 4 — De Moivre to a trigonometric identity, then an application
Use De Moivre's theorem to show cos5θ=16cos5θ−20cos3θ+5cosθ.
By De Moivre, (cosθ+isinθ)5=cos5θ+isin5θ. Expand the left side (c=cosθ,s=sinθ):
(c+is)5=c5+5ic4s−10c3s2−10ic2s3+5cs4+is5.(M1 binomial; M1 powers of i)
Hence cos5θ=16cos5θ−20cos3θ+5cosθ. (M1 expansion; M1 simplify powers of i and take real part; A1 the identity after s2=1−c2.)
Example 5 — square root of a complex number (equate parts)
Find the square roots of 3+4i, i.e. solve w2=3+4i.
Let w=a+bi with a,b real. Then w2=a2−b2+2abi, so equating parts with 3+4i:
a2−b2=3,2ab=4⇒b=a2.(M1 set up two real equations)
Substitute b=2/a into the first: a2−a24=3, so a4−3a2−4=0, i.e. (a2−4)(a2+1)=0. (M1 form and solve the quadratic in a2.) Since a is real, a2=4, giving a=±2; then b=2/a gives b=±1 with the same sign. So the square roots are w=2+i and w=−2−i, i.e. ±(2+i). (A1 both roots.)(M1 equate parts; M1 the quadratic in a2 rejecting a2=−1; A1 for ±(2+i). Check: (2+i)2=4+4i+i2=3+4i ✓.)
Example 6 — a modulus relation (use ∣w∣2=wwˉ)
Show that ∣z1+z2∣2+∣z1−z2∣2=2(∣z1∣2+∣z2∣2) for all complex z1,z2 (the parallelogram law).
Use ∣w∣2=wwˉ and z1±z2=zˉ1±zˉ2:
∣z1+z2∣2=(z1+z2)(zˉ1+zˉ2)=∣z1∣2+z1zˉ2+zˉ1z2+∣z2∣2,(M1 expand the first)∣z1−z2∣2=(z1−z2)(zˉ1−zˉ2)=∣z1∣2−z1zˉ2−zˉ1z2+∣z2∣2.(M1 expand the second)
Adding, the cross terms ±(z1zˉ2+zˉ1z2) cancel, leaving 2∣z1∣2+2∣z2∣2, as required. (M1 each expansion via wwˉ; A1 the cancellation and conclusion. Geometrically: the sum of the squares of a parallelogram's diagonals equals the sum of the squares of its four sides.)
Specimen-style exam question
(specimen-style — not from any past paper)
The cubic z3+pz+q=0, with p,q real, has roots 2, −1+i3 and −1−i3.
(a) Find p and q. (b) Hence describe the three roots geometrically.
(a) Use the symmetric functions of the roots for z3+0⋅z2+pz+q=0. Sum of roots=2+(−1+i3)+(−1−i3)=0, consistent with the absent z2 term ✓. Sum of products in pairs:
and this sum equals p, so p=0. Product of roots=2((−1)2+(3)2)=2(1+3)=8; for a monic cubic αβγ=−q, so 8=−q, giving q=−8.
So the cubic is z3−8=0, i.e. p=0,q=−8.
(b)z3=8 has the three cube roots 2,2ω,2ω2 with ω=e2πi/3; here 2ω=−1+i3 and 2ω2=−1−i3. Geometrically the roots are the vertices of an equilateral triangle on the circle ∣z∣=2, equally spaced by 32π. (The "Hence" rewards recognising z3−8=0 as a roots-of-unity problem rather than re-deriving from scratch.)
Synoptic links
Conjugate root theorem & polynomial division (lesson 3) — the backbone of every "given a root, find the rest" problem.
Roots and coefficients / Vieta (further-algebra strand) — sums and products of roots, used in the specimen question.
De Moivre + binomial / z+1/z (lesson 8) — the route to cosnθ and cosnθ.
Loci (lesson 7) — circles, half-lines and bisectors, plus simultaneous solution for intersections.
Roots of unity (lesson 9) — equilateral-triangle and regular-polygon geometry.
Rotation by multiplication (lesson 6) — the engine of the geometric-proof archetype.