Skip to main content
ExamExplained
WA · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
WASpecialist MathematicsSyllabus dot point

How do the four arithmetic operations work once we admit the number i with i squared equal to negative one?

Perform addition, subtraction, multiplication and division of complex numbers in Cartesian form using the conjugate

WACE Specialist Unit 3 complex arithmetic in Cartesian form: adding, subtracting, multiplying and dividing z=x+iyz = x + iy, the conjugate, the realising trick for division, and powers of ii, with full worked SCSA-style calculations.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Cartesian form and the imaginary unit
  3. Addition, subtraction and multiplication
  4. Division by realising the denominator
  5. Solving quadratics with complex roots
  6. Equating real and imaginary parts
  7. Why this matters

What this dot point is asking

SCSA Unit 3 opens the complex numbers by defining the imaginary unit ii with the single rule i2=1i^2 = -1. Once that is admitted, every quadratic and indeed every polynomial has a root. This dot point asks you to carry out the four arithmetic operations on numbers of the form z=x+iyz = x + iy fluently in the calculator-free section, where the conjugate is the central tool.

Cartesian form and the imaginary unit

Write z=x+iyz = x + iy, where x=Re(z)x = \operatorname{Re}(z) is the real part and y=Im(z)y = \operatorname{Im}(z) is the imaginary part. Both xx and yy are real numbers. The defining property is i2=1i^2 = -1, from which the powers of ii cycle with period four:

i1=i,i2=1,i3=i,i4=1,i5=i,i^1 = i, \quad i^2 = -1, \quad i^3 = -i, \quad i^4 = 1, \quad i^5 = i, \dots

To simplify any power ini^n, reduce nn modulo 44. For example i50=i2=1i^{50} = i^{2} = -1 because 50=4×12+250 = 4 \times 12 + 2.

Addition, subtraction and multiplication

Addition and subtraction act on the real and imaginary parts separately:

(a+bi)±(c+di)=(a±c)+(b±d)i.(a + bi) \pm (c + di) = (a \pm c) + (b \pm d)i.

Multiplication uses the distributive law, then collapses i2i^2 to 1-1:

(a+bi)(c+di)=ac+adi+bci+bdi2=(acbd)+(ad+bc)i.(a + bi)(c + di) = ac + adi + bci + bd\,i^2 = (ac - bd) + (ad + bc)i.

You never need to memorise that formula; expanding the brackets and substituting i2=1i^2 = -1 always works and is what markers want to see.

Division by realising the denominator

There is no ii in a denominator in a finished answer. To divide, multiply top and bottom by the conjugate of the denominator. Because zzˉ=x2+y2z\bar z = x^2 + y^2 is real, this clears the imaginary part below the line:

a+bic+di=(a+bi)(cdi)(c+di)(cdi)=(ac+bd)+(bcad)ic2+d2.\frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2}.

The denominator c2+d2c^2 + d^2 is the squared modulus of c+dic + di. Split the result into real and imaginary parts to finish.

Solving quadratics with complex roots

Cartesian arithmetic immediately lets you solve quadratics that have no real roots. For z24z+13=0z^2 - 4z + 13 = 0 the discriminant is Δ=1652=36<0\Delta = 16 - 52 = -36 < 0, so the quadratic formula gives

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

Here 36=361=6i\sqrt{-36} = \sqrt{36}\,\sqrt{-1} = 6i. The two roots 2+3i2 + 3i and 23i2 - 3i are conjugates of each other, which is no accident: when a quadratic has real coefficients, complex roots always occur in conjugate pairs. You can check the roots with the sum and product: the sum is 4=ba4 = -\tfrac{b}{a} and the product is (2+3i)(23i)=4+9=13=ca(2 + 3i)(2 - 3i) = 4 + 9 = 13 = \tfrac{c}{a}, both matching the coefficients.

Equating real and imaginary parts

Two complex numbers are equal exactly when their real parts are equal and their imaginary parts are equal. This turns one complex equation into two real equations. To find real aa and bb with (a+bi)(2i)=5+5i(a + bi)(2 - i) = 5 + 5i, expand the left side to (2a+b)+(2ba)i(2a + b) + (2b - a)i, then equate parts: 2a+b=52a + b = 5 and 2ba=52b - a = 5. Solving the pair gives a=1a = 1, b=3b = 3. This technique, sometimes called the method of equating coefficients, recurs throughout the complex-numbers topic and in the conjugate root theorem.

Why this matters

Cartesian arithmetic underpins everything later in the topic: solving quadratics with complex roots, the conjugate root theorem when factorising polynomials, and converting to polar form for de Moivre's theorem. A single careless sign on i2i^2 propagates through the whole question, so the discipline of writing i2=1i^2 = -1 explicitly at every multiplication pays off in the exam.

Exam-style practice questions

Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

WACE 20225 marksCalculator-free. Let z=3+2iz = 3 + 2i and w=14iw = 1 - 4i. (a) Find z+wz + w and zwzw. (b) Express zw\dfrac{z}{w} in the form a+bia + bi where a,bRa, b \in \mathbb{R}.
Show worked answer →

Calculator-free arithmetic across all four operations.

(a) Add componentwise: z+w=(3+1)+(24)i=42iz + w = (3 + 1) + (2 - 4)i = 4 - 2i. Multiply with the distributive law and i2=1i^2 = -1: zw=(3+2i)(14i)=312i+2i8i2=310i+8=1110izw = (3 + 2i)(1 - 4i) = 3 - 12i + 2i - 8i^2 = 3 - 10i + 8 = 11 - 10i.

(b) Realise the denominator by multiplying top and bottom by wˉ=1+4i\bar w = 1 + 4i. The denominator becomes wwˉ=12+42=17w\bar w = 1^2 + 4^2 = 17. The numerator is (3+2i)(1+4i)=3+12i+2i+8i2=3+14i8=5+14i(3 + 2i)(1 + 4i) = 3 + 12i + 2i + 8i^2 = 3 + 14i - 8 = -5 + 14i. So zw=5+14i17=517+1417i\dfrac{z}{w} = \dfrac{-5 + 14i}{17} = -\dfrac{5}{17} + \dfrac{14}{17}i.

Markers reward i2=1i^2 = -1 applied correctly, multiplying by the conjugate, and a final answer split into real and imaginary parts.

WACE 20204 marksCalculator-assumed. Given z=25iz = 2 - 5i, evaluate zzˉz\bar z and z+zˉz + \bar z, and hence state z|z|. Express i2023i^{2023} in simplest form.
Show worked answer →

A 4 mark question testing the conjugate and powers of ii.

The conjugate is zˉ=2+5i\bar z = 2 + 5i. Then zzˉ=(2)2+(5)2=4+25=29z\bar z = (2)^2 + (5)^2 = 4 + 25 = 29, which is real and equals z2|z|^2, so z=29|z| = \sqrt{29}. The sum z+zˉ=(25i)+(2+5i)=4=2Re(z)z + \bar z = (2 - 5i) + (2 + 5i) = 4 = 2\operatorname{Re}(z), again real.

For i2023i^{2023}, use the cycle i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, i4=1i^4 = 1, period 44. Since 2023=4×505+32023 = 4 \times 505 + 3, i2023=i3=ii^{2023} = i^3 = -i.

Markers reward zzˉ=z2z\bar z = |z|^2, the sum being twice the real part, and reducing the exponent modulo 44.

ExamExplained