How do we add, multiply, divide and conjugate complex numbers reliably in Cartesian form?
Perform complex arithmetic in Cartesian form and use conjugate properties to divide and simplify.
Adding, multiplying and dividing complex numbers in Cartesian form, conjugate properties, and realising denominators, with worked examples for TCE Mathematics Specialised Unit 3.
✦ Generated by Claude Opus 4.8·8 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
This dot point is the foundation that every later complex number skill stands on. Before you can use polar form, De Moivre or factorisation, you must be able to do arithmetic in Cartesian form without slips. The single idea that drives all of it is that i2=−1, so any power of i collapses to one of 1,i,−1,−i.
Powers of the imaginary unit
The powers of i cycle with period four: i1=i, i2=−1, i3=−i, i4=1, then repeat. To simplify a high power, divide the exponent by four and use the remainder. For example i23=i20⋅i3=(i4)5⋅i3=1⋅(−i)=−i.
Addition, subtraction and multiplication
For z=a+ib and w=c+id:
z+w=(a+c)+i(b+d),z−w=(a−c)+i(b−d).
Multiplication uses ordinary expansion, replacing i2 with −1:
zw=(a+ib)(c+id)=ac+iad+ibc+i2bd=(ac−bd)+i(ad+bc).
You do not need to memorise that final formula. It is faster and safer to expand the brackets each time and tidy up.
The conjugate
Conjugates obey clean rules that examiners love to test:
z+w=zˉ+wˉ,zw=zˉwˉ,(wz)=wˉzˉ.
Two further identities are worth knowing: z+zˉ=2Re(z) and z−zˉ=2iIm(z). These let you extract the real or imaginary part without separating z into pieces by hand.
Division by realising the denominator
To divide, multiply numerator and denominator by the conjugate of the denominator. This turns the denominator into a real number, after which you split into real and imaginary parts.
Equating real and imaginary parts
Two complex numbers are equal exactly when their real parts match and their imaginary parts match. This turns one complex equation into two real equations, a technique used constantly when solving for unknowns.
Why this matters
Fluent Cartesian arithmetic is what lets you switch to polar form with confidence and check polar answers by converting back. Practise division until realising the denominator is automatic, because it appears inside almost every harder complex number question.
Exam-style practice questions
Practice questions written in the style of TASC exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
TCE 20243 marksIf z=3−4i and w=2+i, determine the complex number v where v1=z1+wˉ1.
Show worked answer →
First find each reciprocal by multiplying by the conjugate. z1=3−4i1=(3−4i)(3+4i)3+4i=253+4i.
The conjugate of w is wˉ=2−i, so wˉ1=2−i1=(2−i)(2+i)2+i=52+i=2510+5i.
Add: v1=253+4i+2510+5i=2513+9i.
Therefore v=13+9i25=(13+9i)(13−9i)25(13−9i)=169+8125(13−9i)=25025(13−9i)=1013−9i. So v=1.3−0.9i. Markers reward realising each denominator with its conjugate and a correct final division.
TCE 20234 marksEvaluate (2+i)21−(2−i)21. Give your answer in polar form.
Show worked answer →
First square the denominators: (2+i)2=4+4i+i2=3+4i, and (2−i)2=3−4i (its conjugate).
Combine over a common denominator: 3+4i1−3−4i1=(3+4i)(3−4i)(3−4i)−(3+4i)=9+16−8i=−258i.
This is a purely imaginary number with modulus 258 and argument −2π. In polar form it is 258cis(−2π), or equivalently 258e−iπ/2. Markers reward using conjugate pairs to clear the denominator and correctly reporting both modulus and argument.