HomeLearning HubA Level MathsP3 9: Complex numbers
P3 9 · P3

Complex numbers

Pure Mathematics 3 · Paper 3 only

This topic is on Paper 3 only. If you are sitting AS Level with Paper 2, you do not need it.

🎯What you need to be able to do

  • Add, subtract, multiply and divide complex numbers in Cartesian form.
  • Use the conjugate, and divide by realising the denominator.
  • Find the modulus and argument, and convert between Cartesian and polar form.
  • Represent complex numbers and their sums on an Argand diagram.
  • Solve polynomial equations with real coefficients, using the conjugate root property.
  • Multiply and divide in polar form, and interpret this geometrically.
  • Sketch loci defined by \( |z - a| = r \), \( |z - a| = |z - b| \) and \( \arg(z - a) = \theta \).

📚The mathematics

Cartesian form

Define \( \mathrm{i} \) by \( \mathrm{i}^{2} = -1 \). A complex number is \( z = x + \mathrm{i}y \), with real part \( x \) and imaginary part \( y \) — note the imaginary part is \(y\), a real number, not \( \mathrm{i}y \).

Addition and subtraction work componentwise. Multiplication expands as normal, then uses \( \mathrm{i}^{2} = -1 \):

\[ (3 + 2\mathrm{i})(1 - 4\mathrm{i}) = 3 - 12\mathrm{i} + 2\mathrm{i} - 8\mathrm{i}^{2} = 3 - 10\mathrm{i} + 8 = 11 - 10\mathrm{i} \]

The conjugate \( z^{*} = x - \mathrm{i}y \) flips the sign of the imaginary part. Its key property is that

\[ zz^{*} = x^{2} + y^{2} = |z|^{2} \]

which is always real. That is what makes division work: multiply numerator and denominator by the conjugate of the denominator, exactly as you would rationalise a surd.

Modulus and argument

\( |z| = \sqrt{x^{2}+y^{2}} \)
\( \arg z = \theta \), where \( \tan\theta = \dfrac{y}{x} \)
\( z = r(\cos\theta + \mathrm{i}\sin\theta) \)

The argument is conventionally given in the range \( -\pi < \theta \le \pi \), and it is measured from the positive real axis.

Always place the number on an Argand diagram before quoting an argument. Your calculator’s \( \arctan \) only returns values in the first and fourth quadrants, so for \( z = -3 + 4\mathrm{i} \) it gives \( -53.1^{\circ} \) when the true argument is \( 126.9^{\circ} \). The modulus is safe; the argument needs the picture. A quick sketch showing which quadrant the point lies in prevents the error entirely.

Polar form and multiplication

Multiplication and division are far simpler in polar form:

\( |z_1z_2| = |z_1||z_2| \)
\( \arg(z_1z_2) = \arg z_1 + \arg z_2 \)
\( \left|\dfrac{z_1}{z_2}\right| = \dfrac{|z_1|}{|z_2|} \)
\( \arg\!\left(\dfrac{z_1}{z_2}\right) = \arg z_1 - \arg z_2 \)

Geometrically, multiplying by a complex number is a rotation combined with a stretch: rotate by its argument, scale by its modulus. Multiplying by \( \mathrm{i} \), which has modulus 1 and argument \( \tfrac{\pi}{2} \), is therefore a pure rotation through a right angle — a fact worth carrying, because it explains a lot of Argand diagram geometry.

Adding complex numbers, by contrast, follows the parallelogram rule, exactly like adding vectors.

Roots of polynomials

If a polynomial has real coefficients, its non-real roots occur in conjugate pairs. So being told that \( 2 + 3\mathrm{i} \) is a root immediately gives you \( 2 - 3\mathrm{i} \) as well, and those two combine into a real quadratic factor:

\[ \left(z - (2+3\mathrm{i})\right)\left(z - (2-3\mathrm{i})\right) = z^{2} - 4z + 13 \]

Rather than expanding brackets with \( \mathrm{i} \) in them, build the quadratic from the sum and product of the pair: the sum of the roots is 4 and the product is \( 4 + 9 = 13 \), giving \( z^{2} - (\text{sum})z + (\text{product}) \). It is faster and there is nothing to sign-error.

Then divide the original polynomial by that quadratic to find the remaining roots. The condition matters: if the coefficients are not all real, roots need not come in conjugate pairs and this method does not apply.

Loci in the Argand diagram

Three standard loci, each of which is a geometric statement about distance or direction:

  • \( |z - a| = r \) — the points at distance \(r\) from \(a\): a circle, centre \(a\), radius \(r\).
  • \( |z - a| = |z - b| \) — the points equidistant from \(a\) and \(b\): the perpendicular bisector of the segment joining them.
  • \( \arg(z - a) = \theta \) — the points in a fixed direction from \(a\): a half-line (a ray) starting at \(a\), at angle \( \theta \) to the positive real direction.

Read \( |z - a| \) as “the distance from \(z\) to \(a\)” and all three become obvious. Note that the third is a half-line, not a full line — the opposite direction has argument \( \theta + \pi \), not \( \theta \) — and that the starting point \(a\) is itself excluded, since \( \arg 0 \) is undefined. Mark that with an open circle.

Inequalities give regions: \( |z - a| \le r \) is the disc including its boundary, and \( |z - a| \ge |z - b| \) is the half-plane on the \(b\) side of the bisector. Shade, and state whether boundaries are included.

✏️Worked example

(a) Given \( z = 3 - 2\mathrm{i} \) and \( w = 1 + 4\mathrm{i} \), find \( zw \) and \( \dfrac{z}{w} \) in the form \( x + \mathrm{i}y \). (b) Find the modulus and argument of \( u = -2 + 2\mathrm{i} \). (c) Given that \( 1 - 2\mathrm{i} \) is a root of \( z^{3} - 3z^{2} + 7z - 5 = 0 \), find the other two roots.

(a) Expanding the product:

\[ zw = (3-2\mathrm{i})(1+4\mathrm{i}) = 3 + 12\mathrm{i} - 2\mathrm{i} - 8\mathrm{i}^{2} = 3 + 10\mathrm{i} + 8 = 11 + 10\mathrm{i} \]

For the quotient, multiply top and bottom by the conjugate of the denominator, \( 1 - 4\mathrm{i} \). The denominator becomes \( 1^{2} + 4^{2} = 17 \):

\[ \frac{z}{w} = \frac{(3-2\mathrm{i})(1-4\mathrm{i})}{17} = \frac{3 - 12\mathrm{i} - 2\mathrm{i} - 8}{17} = \frac{-5 - 14\mathrm{i}}{17} = -\frac{5}{17} - \frac{14}{17}\mathrm{i} \]

(b) \( |u| = \sqrt{(-2)^{2} + 2^{2}} = \sqrt{8} = 2\sqrt2 \).

For the argument, sketch first: \( -2 + 2\mathrm{i} \) has negative real part and positive imaginary part, so it lies in the second quadrant. The calculator gives \( \arctan\!\left(\dfrac{2}{-2}\right) = -\dfrac{\pi}{4} \), which is in the fourth quadrant and therefore wrong. Adding \( \pi \) moves it to the correct quadrant:

\[ \arg u = -\frac{\pi}{4} + \pi = \frac{3\pi}{4} \]

(c) The coefficients are real, so the conjugate \( 1 + 2\mathrm{i} \) is also a root. Their sum is 2 and their product is \( 1 + 4 = 5 \), so they give the quadratic factor \( z^{2} - 2z + 5 \).

Dividing \( z^{3} - 3z^{2} + 7z - 5 \) by \( z^{2} - 2z + 5 \) gives \( z - 1 \), so the third root is \( z = 1 \). The three roots are \( 1 - 2\mathrm{i} \), \( 1 + 2\mathrm{i} \) and \( 1 \).

Check it. For a cubic \( z^{3} + bz^{2} + \cdots \), the sum of the roots is \( -b \), here \( 3 \). Our roots sum to \( (1-2\mathrm{i}) + (1+2\mathrm{i}) + 1 = 3 \) ✓. And the product of the roots should be \( 5 \) for this cubic: \( (1-2\mathrm{i})(1+2\mathrm{i})(1) = 5 \) ✓. Two independent checks, neither requiring the division to be redone.
The argument needs the quadrant; the modulus does not. In (b), quoting \( -\dfrac{\pi}{4} \) straight from the calculator is the single most common error in this topic, and it is invisible unless you sketch. Draw the point, note the quadrant, and adjust: add \( \pi \) in the second quadrant, subtract \( \pi \) in the third. In (c), building the quadratic from the sum and product avoids expanding brackets containing \( \mathrm{i} \), where sign errors breed.

📝Practise

Work through these, then reveal the answer. Each question targets a different objective from the list above.

1. Express \( \dfrac{5 + \mathrm{i}}{2 - 3\mathrm{i}} \) in the form \( x + \mathrm{i}y \).
Multiply by the conjugate \( 2 + 3\mathrm{i} \). Denominator: \( 2^{2} + 3^{2} = 13 \). Numerator: \( (5+\mathrm{i})(2+3\mathrm{i}) = 10 + 15\mathrm{i} + 2\mathrm{i} + 3\mathrm{i}^{2} = 10 + 17\mathrm{i} - 3 = 7 + 17\mathrm{i} \). So the answer is \( \dfrac{7}{13} + \dfrac{17}{13}\mathrm{i} \).
2. Find the modulus and argument of \( z = -1 - \sqrt{3}\,\mathrm{i} \), giving the argument in radians.
\( |z| = \sqrt{1 + 3} = 2 \). Both parts are negative, so \(z\) is in the third quadrant. The calculator gives \( \arctan\!\left(\dfrac{-\sqrt3}{-1}\right) = \arctan\sqrt3 = \dfrac{\pi}{3} \), which is first-quadrant. Subtract \( \pi \) to reach the third quadrant while staying in the principal range: \( \arg z = \dfrac{\pi}{3} - \pi = -\dfrac{2\pi}{3} \).
3. Solve \( z^{2} - 6z + 25 = 0 \).
By the quadratic formula, \( z = \dfrac{6 \pm \sqrt{36 - 100}}{2} = \dfrac{6 \pm \sqrt{-64}}{2} \). Since \( \sqrt{-64} = 8\mathrm{i} \), \( z = \dfrac{6 \pm 8\mathrm{i}}{2} = 3 \pm 4\mathrm{i} \). The roots are a conjugate pair, as they must be for a real quadratic with negative discriminant.
4. Given that \( 3 + \mathrm{i} \) is a root of \( z^{3} - 7z^{2} + 16z - 10 = 0 \), find the other roots.
Real coefficients, so \( 3 - \mathrm{i} \) is also a root. Sum \( = 6 \), product \( = 9 + 1 = 10 \), giving the factor \( z^{2} - 6z + 10 \). Dividing the cubic by it gives \( z - 1 \), so the third root is \( z = 1 \). Check the sum of all three roots against the coefficient: \( (3+\mathrm{i}) + (3-\mathrm{i}) + 1 = 7 \), which matches \( -(-7) \) ✓.
5. Describe the locus \( |z - 3 + 2\mathrm{i}| = 4 \) and sketch it.
Rewrite in the standard form \( |z - a| = r \): \( |z - (3 - 2\mathrm{i})| = 4 \). So it is a circle of centre \( (3, -2) \) and radius 4. The sign trap is the \( +2\mathrm{i} \) in the question, which corresponds to a centre with negative imaginary part — always rearrange into \( z - a \) form before reading off the centre.
6. Describe the locus \( \left|z - 2\right| = \left|z + 4\mathrm{i}\right| \).
Rewrite as \( |z - 2| = |z - (-4\mathrm{i})| \): the points equidistant from \( (2, 0) \) and \( (0, -4) \). That is the perpendicular bisector of the segment joining those two points. Its midpoint is \( (1, -2) \), and the segment has gradient \( \dfrac{-4-0}{0-2} = 2 \), so the bisector has gradient \( -\tfrac12 \), giving \( y + 2 = -\tfrac12(x - 1) \), that is \( x + 2y + 3 = 0 \).

🔗Go deeper — other people’s work

These are external resources, not mine. If one stops working, tell me and everything above it on this page still stands.

  • 3Blue1Brown — complex numbers as rotations, which makes the polar form feel inevitable
  • GeoGebra — an interactive Argand diagram for exploring loci
  • Khan Academy — complex number arithmetic and the complex plane