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

How do we add, multiply and divide numbers that involve the square root of minus one, and how do we picture them?

Complex numbers extend the reals with i where i squared equals minus one, and are represented as points or vectors on the Argand plane.

Cartesian form of complex numbers, addition, subtraction, multiplication, the complex conjugate, division by rationalising the denominator, and the Argand plane representation with modulus.

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. Arithmetic in Cartesian form
  3. The Argand plane
  4. Powers of i and equality of complex numbers
  5. Loci on the Argand plane
  6. Common errors
  7. Why it matters

What this dot point is asking

The equation x2=1x^2=-1 has no real solution, so mathematicians define the imaginary unit ii with i2=1i^2=-1. A complex number in Cartesian (rectangular) form is z=a+biz=a+bi, where a=Re(z)a=\operatorname{Re}(z) is the real part and b=Im(z)b=\operatorname{Im}(z) is the imaginary part.

Arithmetic in Cartesian form

Addition and subtraction act componentwise:

(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 and i2=1i^2=-1:

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

Division removes ii from the denominator by multiplying numerator and denominator by the conjugate of the denominator:

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 Argand plane

The Argand plane represents each complex number z=a+biz=a+bi as the point (a,b)(a,b), with the horizontal axis real and the vertical axis imaginary. Equivalently zz is the position vector from the origin to that point.

This geometric picture makes operations visual:

  • Addition of z1z_1 and z2z_2 follows the parallelogram (tip-to-tail vector) rule.
  • The conjugate zˉ\bar z is the reflection of zz in the real axis.
  • The modulus z=a2+b2|z|=\sqrt{a^2+b^2} is the distance from the origin to the point, the length of the vector. Note z2=zzˉ|z|^2=z\bar z.

Powers of i and equality of complex numbers

The powers of ii cycle with period four: i1=ii^1=i, i2=1i^2=-1, i3=ii^3=-i, i4=1i^4=1, and then the pattern repeats. To simplify a high power, divide the exponent by 44 and use the remainder; for example i27=i24i3=1(i)=ii^{27}=i^{24}\cdot i^3=1\cdot(-i)=-i. Two complex numbers are equal only when both their real parts and their imaginary parts match, so an equation between complex numbers gives two simultaneous real equations - the technique behind the first worked exam question above and behind solving for unknowns in complex equations generally.

Loci on the Argand plane

Because zw|z-w| is the distance between the points zz and ww, modulus equations describe geometric shapes. zc=r|z-c|=r is a circle of radius rr centred at cc; za=zb|z-a|=|z-b| is the perpendicular bisector of the segment joining aa and bb, since it is the set of points equidistant from both. Recognising a modulus condition as a distance lets you translate between the algebra of complex numbers and the geometry of the plane, which is exactly what the circle question above tests.

Common errors

Why it matters

Cartesian arithmetic and the Argand plane are the foundation for the rest of Topic 2. Multiplication and division become far simpler once you convert to polar form and apply De Moivre's theorem, and the geometric view is essential when finding roots of complex numbers.

Exam-style practice questions

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

SACE 20222 marksCalculator-free. Let z=x+iyz = x + iy be a complex number. Find all solutions of the equation z=zˉz = \bar{z}, where zˉ\bar{z} is the conjugate of zz.
Show worked answer →

Write z=x+iyz = x + iy, so zˉ=xiy\bar{z} = x - iy.

The equation z=zˉz = \bar{z} becomes x+iy=xiyx + iy = x - iy. [1 mark]

Equating imaginary parts: iy=iyiy = -iy, so 2iy=02iy = 0, hence y=0y = 0; the real part xx is unrestricted. [1 mark]

Therefore the solutions are all z=xz = x with xx real - exactly the points on the real axis of the Argand plane.

SACE 20212 marksCalculator-free. A circle in the complex plane has centre AA representing 10+25i10 + 25i and radius 2020. Write an equation, in terms of zz, describing all points on the circumference.
Show worked answer →

A circle is the set of points zz whose distance from a fixed centre equals the radius, and that distance is the modulus zcentre|z - \text{centre}|. [1 mark]

With centre 10+25i10 + 25i and radius 2020, the circumference is z(10+25i)=20|z - (10 + 25i)| = 20. [1 mark]

Equivalently, with z=x+iyz = x + iy, this is (x10)2+(y25)2=400(x - 10)^2 + (y - 25)^2 = 400. Either form earns full marks.

SACE 20233 marksCalculator-free. Given z1=2+3iz_1 = 2 + 3i and z2=1iz_2 = 1 - i, express z1z2\dfrac{z_1}{z_2} in the form a+bia + bi.
Show worked answer →

Multiply numerator and denominator by the conjugate of the denominator, 1+i1 + i:

2+3i1i1+i1+i=(2+3i)(1+i)(1i)(1+i).\frac{2 + 3i}{1 - i}\cdot\frac{1 + i}{1 + i} = \frac{(2 + 3i)(1 + i)}{(1 - i)(1 + i)}.

Numerator: (2+3i)(1+i)=2+2i+3i+3i2=2+5i3=1+5i(2 + 3i)(1 + i) = 2 + 2i + 3i + 3i^2 = 2 + 5i - 3 = -1 + 5i. Denominator: 12+12=21^2 + 1^2 = 2.

So z1z2=1+5i2=12+52i\dfrac{z_1}{z_2} = \dfrac{-1 + 5i}{2} = -\dfrac{1}{2} + \dfrac{5}{2}i.

Marks: one for multiplying by the conjugate, one for the numerator, one for the simplified form.

ExamExplained