Complex Numbers

Pure Mathematics

Complex numbers extend the real number system by introducing i=1i = \sqrt{-1}, so every complex number takes the form z=x+iyz = x + iy where x,yRx, y \in \mathbb{R}. The real part is Re(z)=x\operatorname{Re}(z) = x and the imaginary part is Im(z)=y\operatorname{Im}(z) = y. On the Argand diagram, zz is plotted as the point (x,y)(x, y), or equivalently as a position vector from the origin.

Syllabus note (important if you use older materials): since the 2025 revision of 9758, this topic is “Introduction to Complex Numbers” — everything happens in cartesian form. Polar (modulus-argument) form, exponential form reiθre^{i\theta} and Argand loci are no longer examined. Older notes, prelim papers and websites still cover them; skip those parts.

What you need to know

Worked example 1 — quadratic with complex roots

Problem. Solve z24z+13=0z^2 - 4z + 13 = 0 and show the roots on an Argand diagram.

Solution. The discriminant is (4)24(13)=36<0(-4)^2 - 4(13) = -36 < 0, so the roots are complex:

z=4±362=4±6i2=2±3i.z = \frac{4 \pm \sqrt{-36}}{2} = \frac{4 \pm 6i}{2} = 2 \pm 3i.

The two roots 2+3i2 + 3i and 23i2 - 3i are a conjugate pair — on the Argand diagram they are mirror images in the real axis, at the points (2,3)(2, 3) and (2,3)(2, -3).

Worked example 2 — finding a polynomial using conjugate-pair roots

Problem. A cubic polynomial p(x)p(x) has real coefficients. One root is z=1+2iz = 1 + 2i. Given that p(x)p(x) has a real root x=3x = 3, find p(x)p(x) as a product of real factors and state all three roots.

Because the coefficients are real, z=12iz^* = 1 - 2i is also a root. The quadratic factor from the conjugate pair is

(x(1+2i))(x(12i))=(x1)2+4=x22x+5.(x - (1+2i))(x - (1-2i)) = (x-1)^2 + 4 = x^2 - 2x + 5.

Including the real root x=3x = 3,

p(x)=(x3)(x22x+5).p(x) = (x - 3)(x^2 - 2x + 5).

The three roots are x=3x = 3, x=1+2ix = 1 + 2i, and x=12ix = 1 - 2i.

Worked example 3 — solving z2=3+4iz^2 = 3 + 4i in cartesian form

Problem. Find the complex numbers zz such that z2=3+4iz^2 = 3 + 4i.

Solution. Let z=x+iyz = x + iy with x,yx, y real. Then

z2=(x2y2)+2xyi=3+4i.z^2 = (x^2 - y^2) + 2xyi = 3 + 4i.

Equating real and imaginary parts:

x2y2=3,2xy=4.x^2 - y^2 = 3, \qquad 2xy = 4.

From the second equation y=2xy = \dfrac{2}{x} (note x0x \neq 0). Substituting into the first:

x24x2=3    x43x24=0    (x24)(x2+1)=0.x^2 - \frac{4}{x^2} = 3 \implies x^4 - 3x^2 - 4 = 0 \implies (x^2 - 4)(x^2 + 1) = 0.

Since xx is real, x2=4x^2 = 4, so x=±2x = \pm 2 and correspondingly y=±1y = \pm 1:

z=2+iorz=2i.z = 2 + i \quad \text{or} \quad z = -2 - i.

As a check, the two square roots are negatives of each other, as expected.

Worked example 4 — geometrical effect of multiplying by ii

Problem. Let z=3+2iz = 3 + 2i. Find iziz and describe the transformation that maps zz to iziz on the Argand diagram.

Solution.

iz=i(3+2i)=3i+2i2=2+3i.iz = i(3 + 2i) = 3i + 2i^2 = -2 + 3i.

The point (3,2)(3, 2) maps to (2,3)(-2, 3): this is a rotation of 9090^\circ anticlockwise about the origin. Note that iz=4+9=13=z|iz| = \sqrt{4+9} = \sqrt{13} = |z| — multiplication by ii preserves distance from the origin.

Common mistakes

Ask MathChat about Complex Numbers →