Skip to main content
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: real and imaginary parts, addition, subtraction, multiplication using i squared equals negative one, the conjugate, and division by realising the denominator, with worked examples.

Generated by Claude Opus 4.76 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. Real and imaginary parts
  3. Addition and subtraction
  4. Multiplication
  5. The conjugate
  6. Division by realising the denominator

What this dot point is asking

SCSA wants fluent calculator-free arithmetic in Cartesian form. You must identify real and imaginary parts, carry out all four operations, use the conjugate, and simplify a quotient to the form a+iba + ib.

Real and imaginary parts

Every complex number is written z=x+iyz = x + iy where xx and yy are real. We call x=Re⁑(z)x = \operatorname{Re}(z) the real part and y=Im⁑(z)y = \operatorname{Im}(z) the imaginary part. Note that Im⁑(z)\operatorname{Im}(z) is the real number yy, not iyiy. Two complex numbers are equal exactly when their real parts match and their imaginary parts match, which is the basis of equating coefficients.

Addition and subtraction

These act on the parts separately:

(a+ib)+(c+id)=(a+c)+i(b+d),(a+ib)βˆ’(c+id)=(aβˆ’c)+i(bβˆ’d).(a + ib) + (c + id) = (a + c) + i(b + d), \qquad (a + ib) - (c + id) = (a - c) + i(b - d).

Geometrically this is vector addition of the points (a,b)(a, b) and (c,d)(c, d) in the Argand plane.

Multiplication

Expand using the distributive law and replace i2i^2 by βˆ’1-1:

A useful special case is squaring: (a+ib)2=(a2βˆ’b2)+i(2ab)(a + ib)^2 = (a^2 - b^2) + i(2ab). Powers of ii cycle with period four: i1=ii^1 = i, i2=βˆ’1i^2 = -1, i3=βˆ’ii^3 = -i, i4=1i^4 = 1, so to simplify ini^n you reduce nn modulo 44.

The conjugate

The conjugate has the key property that

zzΛ‰=(x+iy)(xβˆ’iy)=x2+y2,z\bar z = (x + iy)(x - iy) = x^2 + y^2,

a non-negative real number equal to ∣z∣2|z|^2. Conjugation distributes over the operations: z+wβ€Ύ=zΛ‰+wΛ‰\overline{z + w} = \bar z + \bar w and zwβ€Ύ=zˉ wΛ‰\overline{zw} = \bar z\, \bar w. Also z+zΛ‰=2Re⁑(z)z + \bar z = 2\operatorname{Re}(z) and zβˆ’zΛ‰=2iIm⁑(z)z - \bar z = 2i\operatorname{Im}(z).

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:

a+ibc+id=(a+ib)(cβˆ’id)(c+id)(cβˆ’id)=(ac+bd)+i(bcβˆ’ad)c2+d2.\frac{a + ib}{c + id} = \frac{(a + ib)(c - id)}{(c + id)(c - id)} = \frac{(ac + bd) + i(bc - ad)}{c^2 + d^2}.

Then split into real and imaginary parts to land in the form a+iba + ib.