Skip to main content
ExamExplained
NSW · Maths Extension 2
Maths Extension 2 study scene
§-Syllabus dot point
NSWMaths Extension 2Syllabus dot point

How are complex numbers represented, added, multiplied and divided, and how does the Argand plane give them geometric meaning?

Represent complex numbers in Cartesian and polar form, perform arithmetic, and interpret modulus, argument and conjugate geometrically on the Argand plane

A focused answer to the HSC Maths Extension 2 dot point on complex arithmetic. Cartesian and polar form, the Argand plane, modulus and argument, the conjugate, division by realising the denominator, and the geometry of addition (parallelogram) and multiplication (rotate and scale), with stage-by-stage Argand diagrams and verified worked examples.

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. Why complex numbers exist
  3. Cartesian arithmetic
  4. The Argand plane
  5. Modulus and argument
  6. The conjugate
  7. Polar (modulus-argument) form
  8. Addition is the parallelogram law
  9. Multiplication is rotate and scale
  10. Geometry of conjugation, negation and multiplying by i
  11. Powers of ii and the imaginary unit
  12. Equality and solving for real unknowns
  13. How exam questions ask about complex arithmetic

What this dot point is asking

NESA wants you to work fluently with complex numbers in both Cartesian form z=x+iyz = x + iy and polar (modulus-argument) form z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta). You must add, subtract, multiply and divide them, find the modulus, argument and conjugate, and read all of these geometrically on the Argand plane. This is the foundation dot point of the whole complex-numbers course: modulus-argument form, de Moivre's theorem, loci and complex polynomials are all written in this language, so the fluency built here is repaid in every later topic.

Why complex numbers exist

Real numbers run out when you try to solve x2=1x^2 = -1, because no real number squares to a negative. Defining a single new number ii with i2=1i^2 = -1 fixes this, and remarkably it fixes everything at once: once ii is allowed, every polynomial equation has a solution (the fundamental theorem of algebra). A complex number combines a real part and an imaginary part into z=x+iyz = x + iy, where x=Re(z)x = \operatorname{Re}(z) and y=Im(z)y = \operatorname{Im}(z) are both real. Note that Im(z)=y\operatorname{Im}(z) = y is the real coefficient of ii, not iyiy itself: the imaginary part of 2+3i2 + 3i is 33, not 3i3i.

The real numbers sit inside the complex numbers as the special case y=0y = 0, and the purely imaginary numbers are the case x=0x = 0. This is why the two axes of the Argand plane are the real axis and the imaginary axis: a complex number is genuinely two-dimensional, carrying twice the information of a real number.

Cartesian arithmetic

For z=a+biz = a + bi and w=c+diw = c + di:

z+w=(a+c)+(b+d)i,zw=(ac)+(bd)i.z + w = (a + c) + (b + d)i, \qquad z - w = (a - c) + (b - d)i.

Addition and subtraction work componentwise, exactly like adding vectors: combine the real parts, then combine the imaginary parts. Multiplication uses ordinary expansion together with i2=1i^2 = -1:

zw=(a+bi)(c+di)=(acbd)+(ad+bc)i.zw = (a + bi)(c + di) = (ac - bd) + (ad + bc)i.

You never have to memorise this formula; just expand the brackets and replace i2i^2 with 1-1. Division is performed by multiplying numerator and denominator by the conjugate of the denominator, which "realises" the denominator:

zw=a+bic+dicdicdi=(ac+bd)+(bcad)ic2+d2.\frac{z}{w} = \frac{a + bi}{c + di} \cdot \frac{c - di}{c - di} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2}.

The denominator c2+d2=w2c^2 + d^2 = |w|^2 is real and positive whenever w0w \neq 0, so the quotient lands cleanly in the form x+iyx + iy.

The Argand plane

The Argand plane represents z=x+iyz = x + iy as the point (x,y)(x, y) or, equivalently, the position vector (arrow) from the origin to that point. The horizontal axis is the real axis and the vertical axis the imaginary axis. Every fact about a complex number has a picture here: the modulus is a length, the argument is an angle, the conjugate is a reflection, addition is a parallelogram, and multiplication is a rotation combined with a scaling. Sketching the point before doing algebra is the single habit that prevents the most common Extension 2 mistakes, especially picking the wrong quadrant for an argument.

A complex number on the Argand plane with its modulus, argument and conjugate The point z = 3 + 2i is plotted on the Argand plane. The vector from the origin to z has length r (the modulus) and makes an angle theta (the argument) with the positive real axis. The conjugate 3 minus 2i is the reflection of z in the real axis. Re Im 1 2 3 2i -2i θ r z = 3 + 2i z̅ = 3 - 2i

Modulus and argument

The modulus is the distance from the origin:

z=x2+y2.|z| = \sqrt{x^2 + y^2}.

The argument argz=θ\arg z = \theta is the angle measured anticlockwise from the positive real axis to the vector representing zz. It satisfies tanθ=yx\tan\theta = \dfrac{y}{x}, but you must choose the quadrant using the signs of xx and yy. The principal argument is taken in (π,π](-\pi, \pi].

Key identities, each of which has a clean geometric reading:

z2=zzˉ,zw=zw,arg(zw)=argz+argw.|z|^2 = z\bar z, \qquad |zw| = |z|\,|w|, \qquad \arg(zw) = \arg z + \arg w.

The first turns "modulus squared" into a product you can compute by multiplying out; the second and third are the algebra behind the rotate-and-scale picture of multiplication below.

The conjugate

The conjugate zˉ=xiy\bar z = x - iy is the reflection of zz in the real axis. Useful properties include z+w=zˉ+wˉ\overline{z + w} = \bar z + \bar w, zw=zˉwˉ\overline{zw} = \bar z\,\bar w, and z+zˉ=2Re(z)z + \bar z = 2\operatorname{Re}(z), while zzˉ=2iIm(z)z - \bar z = 2i\operatorname{Im}(z). The single most useful fact is

zzˉ=(x+iy)(xiy)=x2+y2=z2,z\bar z = (x + iy)(x - iy) = x^2 + y^2 = |z|^2,

a real number. This is exactly why multiplying by the conjugate realises a denominator: it converts a complex divisor into its squared modulus.

Polar (modulus-argument) form

Writing x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta where r=zr = |z| gives

z=r(cosθ+isinθ).z = r(\cos\theta + i\sin\theta).

In polar form, multiplication multiplies the moduli and adds the arguments, while division divides the moduli and subtracts the arguments. This makes polar form the natural setting for powers and roots, and it is developed fully in the modulus-argument-form and de Moivre dot points.

Addition is the parallelogram law

Because real and imaginary parts add separately, complex addition is vector addition: z+wz + w is found by the head-to-tail (triangle) rule or, equivalently, by completing the parallelogram on zz and ww. The sum is the diagonal of that parallelogram from the origin. The other diagonal, drawn from the head of ww to the head of zz, represents the difference zwz - w. Recognising this turns many "find the fourth vertex" or "show this is a rhombus" geometry questions into one-line vector statements.

The figure below builds z+wz + w for z=3+iz = 3 + i and w=1+2iw = 1 + 2i one move at a time, finishing with the full parallelogram.

Stage 1, plot the two numbers as vectors. Draw z=3+iz = 3 + i and w=1+2iw = 1 + 2i as arrows from the origin OO. Nothing has been combined yet; these are the two numbers we want to add.

Adding complex numbers on the Argand plane, stage 1 Addition of z = 3 + i and w = 1 + 2i on the Argand plane shown as vectors; the sum 4 + 3i is the diagonal of the parallelogram. Re Im 1 2 3 4 1i 2i 3i z w O Plot z and w as vectors from the origin O.

Stage 2, slide w to the head of z. A complex number is a free vector, so move a copy of ww until its tail sits at the head of zz. Walking along zz and then along ww lands you at the sum.

Adding complex numbers on the Argand plane, stage 2 Addition of z = 3 + i and w = 1 + 2i on the Argand plane shown as vectors; the sum 4 + 3i is the diagonal of the parallelogram. Re Im 1 2 3 4 1i 2i 3i z w w O Slide a copy of w to the head of z (head to tail).

Stage 3, the sum is the diagonal. Completing the parallelogram, the sum z+wz + w is the diagonal from OO to the far corner. Reading off coordinates, z+w=(3+1)+(1+2)i=4+3iz + w = (3 + 1) + (1 + 2)i = 4 + 3i, which matches adding the components directly.

Adding complex numbers on the Argand plane, stage 3 Addition of z = 3 + i and w = 1 + 2i on the Argand plane shown as vectors; the sum 4 + 3i is the diagonal of the parallelogram. Re Im 1 2 3 4 1i 2i 3i z w w z + w = 4 + 3i O Sum = diagonal from O: add components (3+1, 1+2).

Multiplication is rotate and scale

Multiplication has a strikingly different picture from addition. Since zw=zw|zw| = |z||w| and arg(zw)=argz+argw\arg(zw) = \arg z + \arg w, multiplying zz by ww scales the length of zz by the factor w|w| and rotates it anticlockwise by the angle argw\arg w. Multiplication does not slide points around as addition does; it spins and stretches them about the origin.

Below, z=2+iz = 2 + i is multiplied by w=1+iw = 1 + i. Since w=2|w| = \sqrt2 and argw=π4\arg w = \tfrac{\pi}{4} (4545^\circ), the result zwzw is zz rotated 4545^\circ anticlockwise and stretched by 2\sqrt2. Expanding confirms it: (2+i)(1+i)=2+2i+i+i2=1+3i(2 + i)(1 + i) = 2 + 2i + i + i^2 = 1 + 3i.

Multiplication as rotation and scaling on the Argand plane Multiplying z = 2 + i by w = 1 + i rotates the vector anticlockwise by the argument of w (45 degrees) and scales its length by the modulus of w (root 2), giving zw = 1 + 3i. Re Im 1 2 3 1i 2i 3i z zw = 1 + 3i rotate 45°, scale ×√2 O

Geometry of conjugation, negation and multiplying by i

Three transformations of z=x+iyz = x + iy appear constantly, and each is a rigid rotation or reflection about the origin:

  • Conjugation zzˉz \mapsto \bar z reflects the point in the real axis (it negates the imaginary part, and so negates the argument).
  • Negation zzz \mapsto -z rotates it by 180180^\circ about the origin.
  • Multiplying by ii rotates the point 9090^\circ anticlockwise without changing its distance from the origin, because i=1|i| = 1 and argi=π2\arg i = \tfrac{\pi}{2}.

Reading these geometrically is often faster than algebra: iziz is always perpendicular to zz, which is why zz and iziz form two adjacent sides of a square in many locus problems.

Conjugation, negation and multiplication by i on the Argand plane For z = 3 + 1.6i: the conjugate reflects z in the real axis, negation rotates z by 180 degrees about the origin, and multiplying by i rotates z by 90 degrees anticlockwise. Re Im z -z iz z̅ reflects, -z turns 180°, iz turns 90° anticlockwise.

Powers of ii and the imaginary unit

The imaginary unit ii satisfies i2=1i^2 = -1, and its powers cycle with period four: i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, i4=1i^4 = 1, then the pattern repeats. To simplify a high power such as i23i^{23}, divide the exponent by 44 and keep the remainder: 23=4(5)+323 = 4(5) + 3, so i23=i3=ii^{23} = i^3 = -i. This cyclic behaviour is just the rotate-by-9090^\circ picture above repeated: i=cosπ2+isinπ2i = \cos\tfrac{\pi}{2} + i\sin\tfrac{\pi}{2}, so each power turns the point a further quarter turn anticlockwise about the origin, returning to the start after four steps.

Equality and solving for real unknowns

Two complex numbers are equal exactly when their real parts are equal and their imaginary parts are equal. This lets you turn one complex equation into two real simultaneous equations. For example, if (a+bi)(2i)=5+5i(a + bi)(2 - i) = 5 + 5i with a,ba, b real, expand the left side to (2a+b)+(2ba)i(2a + b) + (2b - a)i, then equate parts: 2a+b=52a + b = 5 and 2ba=52b - a = 5. Solving gives a=1a = 1, b=3b = 3. Splitting into real and imaginary parts is the standard route for finding square roots of a complex number and for any problem that supplies a Cartesian target.

How exam questions ask about complex arithmetic

The wording varies, but each phrasing maps to one routine:

  • "Express in the form x+iyx + iy" with a fraction: realise the denominator (multiply by the conjugate of the denominator), then simplify.
  • "Simplify z2z^2" or a product: expand the brackets and replace every i2i^2 with 1-1.
  • "Find z|z|" or "the modulus": compute x2+y2\sqrt{x^2 + y^2}; for a product or quotient, use zw=zw|zw| = |z||w| or z/w=z/w|z/w| = |z|/|w| as a shortcut.
  • "Find argz\arg z": sketch the point, find the reference angle from tan1y/x\tan^{-1}|y/x|, then fix the quadrant from the signs of xx and yy; give the principal value in (π,π](-\pi, \pi].
  • "Find the conjugate" or a symbol zˉ\bar z: change the sign of the imaginary part.
  • "On an Argand diagram, plot / show that ...": read addition as the parallelogram and multiplication by a unit number as a rotation; "multiply by ii" means rotate 9090^\circ.
  • "Find real aa and bb such that ...": equate real and imaginary parts to get two simultaneous equations.

Exam-style practice questions

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

2022 HSC2 marksExpress (3 - i)/(2 + i) in the form x + iy, where x and y are real numbers.
Show worked answer →

Realise the denominator by multiplying top and bottom by the conjugate 2 - i.

(3 - i)/(2 + i) = (3 - i)(2 - i) / ((2 + i)(2 - i)).

Numerator: (3 - i)(2 - i) = 6 - 3i - 2i + i^2 = 6 - 5i - 1 = 5 - 5i.

Denominator: (2 + i)(2 - i) = 4 - i^2 = 4 + 1 = 5.

So the expression equals (5 - 5i)/5 = 1 - i, giving x = 1 and y = -1.

Mark notes: 1 mark for multiplying by the conjugate to get a real denominator, 1 mark for the correct final form 1 - i.

2021 HSC2 marksThe complex numbers z = 5 + i and w = 2 - 4i are given. Find (conjugate of z)/w, giving your answer in Cartesian form.
Show worked answer →

The conjugate of z = 5 + i is z-bar = 5 - i. We need (5 - i)/(2 - 4i).

Multiply numerator and denominator by the conjugate of the denominator, 2 + 4i.

(5 - i)(2 + 4i) = 10 + 20i - 2i - 4i^2 = 10 + 18i + 4 = 14 + 18i.

(2 - 4i)(2 + 4i) = 4 - 16i^2 = 4 + 16 = 20.

So (conjugate of z)/w = (14 + 18i)/20 = 7/10 + (9/10)i.

Mark notes: 1 mark for forming the conjugate and multiplying out, 1 mark for the simplified Cartesian answer 7/10 + (9/10)i.

2024 HSC2 marksLet z = 2 + 3i and w = 1 - 5i. (i) Find z + (conjugate of w). (ii) Find z^2.
Show worked answer →

Part (i). The conjugate of w = 1 - 5i is w-bar = 1 + 5i.

z + w-bar = (2 + 3i) + (1 + 5i) = 3 + 8i.

Part (ii). Square z directly, using i^2 = -1.

z^2 = (2 + 3i)^2 = 4 + 12i + 9i^2 = 4 + 12i - 9 = -5 + 12i.

Mark notes: this was set as two 1 mark parts. 1 mark for z + (conjugate of w) = 3 + 8i, and 1 mark for z^2 = -5 + 12i. Add the real and imaginary parts separately and remember i^2 = -1 when expanding the square.

ExamExplained