Skip to main content
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.

Generated by Claude Opus 4.77 min answer

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. Common errors
  5. 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.

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.

2018 SACE Stage 22 marksLet z = x + iy be a complex number. Find all solutions of the equation z = conjugate(z), where conjugate(z) is the conjugate of z.
Show worked answer →

Write z = x + iy, so the conjugate is conjugate(z) = x - iy.

The equation z = conjugate(z) becomes x + iy = x - iy. [1 mark]

Equating imaginary parts gives iy = -iy, so 2iy = 0, hence y = 0. The real part x is unrestricted. [1 mark]

Therefore the solutions are all complex numbers with zero imaginary part, that is z = x where x is any real number. On the Argand plane these are exactly the points on the real axis.

2017 SACE Stage 22 marksA circle in the complex plane has centre A representing 10 + 25i and radius 20. Write down an equation, in terms of z, that describes exactly all points on the circumference of the circle.
Show worked answer →

A circle on the Argand plane is the set of points z whose distance from a fixed centre equals a fixed radius, and that distance is the modulus |z - centre|. [1 mark]

Here the centre A represents 10 + 25i and the radius is 20, so the circumference is the set of z satisfying |z - (10 + 25i)| = 20. [1 mark]

Equivalently, writing z = x + iy, this is (x - 10)^2 + (y - 25)^2 = 400. Either the modulus form or the Cartesian form earns full marks.