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.7Β·6 min answerΒ·
Reviewed by: AI editorial process; not yet individually human-reviewed
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+ib.
Real and imaginary parts
Every complex number is written z=x+iy where x and y are real. We call x=Re(z) the real part and y=Im(z) the imaginary part. Note that Im(z) is the real number y, not iy. Two complex numbers are equal exactly when their real parts match and their imaginary parts match, which is the basis of equating coefficients.
Geometrically this is vector addition of the points (a,b) and (c,d) in the Argand plane.
Multiplication
Expand using the distributive law and replace i2 by β1:
A useful special case is squaring: (a+ib)2=(a2βb2)+i(2ab). Powers of i cycle with period four: i1=i, i2=β1, i3=βi, i4=1, so to simplify in you reduce n modulo 4.
The conjugate
The conjugate has the key property that
zzΛ=(x+iy)(xβiy)=x2+y2,
a non-negative real number equal to β£zβ£2. Conjugation distributes over the operations: z+wβ=zΛ+wΛ and zw=zΛwΛ. Also z+zΛ=2Re(z) and zβzΛ=2iIm(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: