Skip to main content
ExamExplained
TAS · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
TASSpecialist MathematicsSyllabus dot point

How does plotting complex numbers on the Argand diagram reveal the geometry of arithmetic?

Represent complex numbers and their operations geometrically on the Argand diagram.

Plotting complex numbers, geometric meaning of addition, multiplication, conjugates and modulus, and modulus and argument inequalities, for TCE Mathematics Specialised Unit 3.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

This dot point asks you to think of complex numbers as points or vectors in a plane rather than as algebraic symbols. The Argand diagram, named after Jean-Robert Argand, places the real part on the horizontal axis and the imaginary part on the vertical axis. Every algebraic operation then has a picture, and those pictures unlock the harder loci and proof questions.

Points and vectors

A complex number z=x+iyz = x + iy is plotted at the coordinates (x,y)(x, y). It is equally useful to think of zz as the vector arrow from the origin to that point. This vector viewpoint is what makes addition geometric.

Addition as the parallelogram rule

Adding z1z_1 and z2z_2 corresponds to adding their position vectors. If you draw z1z_1 and z2z_2 from the origin, then z1+z2z_1 + z_2 is the fourth corner of the parallelogram they span. Subtraction z1z2z_1 - z_2 is the vector that points from z2z_2 to z1z_1.

Multiplication as rotation and scaling

Multiplying by a complex number w=rcisϕw = r\operatorname{cis}\phi scales the modulus by rr and rotates by the angle ϕ\phi anticlockwise. In particular, multiplying by ii rotates a point exactly 9090^\circ anticlockwise without changing its distance from the origin, since i=cisπ2i = \operatorname{cis}\tfrac{\pi}{2}. This is the geometric reason arguments add when you multiply.

Conjugate and negative

The conjugate zˉ\bar z is the reflection of zz in the real axis: the real part stays, the imaginary part flips sign. The negative z-z is the reflection through the origin, a 180180^\circ rotation.

Modulus and the triangle inequality

The modulus z=x2+y2|z| = \sqrt{x^2 + y^2} is the length of the vector from the origin to zz. Because moduli behave like vector lengths, they satisfy the triangle inequality:

z1+z2z1+z2. |z_1 + z_2| \le |z_1| + |z_2|.

Equality holds only when z1z_1 and z2z_2 point in the same direction. This mirrors the geometric fact that one side of a triangle cannot exceed the sum of the other two.

Geometric proof of conjugate facts

Because the conjugate reflects in the real axis, the midpoint of the segment from zz to zˉ\bar z always lies on the real axis at Re(z)\operatorname{Re}(z), and the segment itself is vertical. This is the picture behind z+zˉ=2Re(z)z + \bar z = 2\operatorname{Re}(z). Drawing such relationships rather than only manipulating symbols often shortens a proof to one or two lines.

Rotation about a point

Multiplication by cisθ\operatorname{cis}\theta rotates a vector about the origin. To rotate a point zz by angle θ\theta about a different centre cc, first translate so the centre is at the origin, rotate, then translate back:

z=c+cisθ(zc). z' = c + \operatorname{cis}\theta\,(z - c).

This single formula handles every "rotate BB about AA by 9090^\circ" question. For a 9090^\circ anticlockwise turn, cisπ2=i\operatorname{cis}\dfrac{\pi}{2} = i, so z=c+i(zc)z' = c + i(z - c), which is fast enough to do by hand. The geometric reading of multiplication as rotate-and-scale is what makes these transformations one-liners instead of coordinate-geometry slogs.

Why this matters

Every locus and region question in the complex plane is solved fastest by translating it into geometry on the Argand diagram. Build the habit now of sketching zz, zˉ\bar z and key differences before reaching for algebra, and remember that multiplication encodes rotation while addition encodes translation.

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 20213 marksIf z1z_1 and z2z_2 are any two complex numbers, prove that z1+z22+z1z22=2z12+2z22|z_1 + z_2|^2 + |z_1 - z_2|^2 = 2|z_1|^2 + 2|z_2|^2.
Show worked answer →

Use the identity w2=wwˉ|w|^2 = w\bar{w}.

For the first term, z1+z22=(z1+z2)(zˉ1+zˉ2)=z1zˉ1+z1zˉ2+z2zˉ1+z2zˉ2|z_1 + z_2|^2 = (z_1 + z_2)(\bar{z}_1 + \bar{z}_2) = z_1\bar{z}_1 + z_1\bar{z}_2 + z_2\bar{z}_1 + z_2\bar{z}_2.

For the second term, z1z22=(z1z2)(zˉ1zˉ2)=z1zˉ1z1zˉ2z2zˉ1+z2zˉ2|z_1 - z_2|^2 = (z_1 - z_2)(\bar{z}_1 - \bar{z}_2) = z_1\bar{z}_1 - z_1\bar{z}_2 - z_2\bar{z}_1 + z_2\bar{z}_2.

Add the two expressions. The cross terms z1zˉ2z_1\bar{z}_2 and z2zˉ1z_2\bar{z}_1 cancel, leaving 2z1zˉ1+2z2zˉ2=2z12+2z222z_1\bar{z}_1 + 2z_2\bar{z}_2 = 2|z_1|^2 + 2|z_2|^2, as required.

Geometrically this is the parallelogram law: z1+z2z_1 + z_2 and z1z2z_1 - z_2 are the diagonals of the parallelogram with sides z1z_1 and z2z_2, and the sum of the squares of the diagonals equals twice the sum of the squares of the sides. Markers reward using w2=wwˉ|w|^2 = w\bar{w} and showing the cross terms cancel.

TCE 20224 marksThe complex numbers z1=3+4iz_1 = 3 + 4i and z2=1+2iz_2 = 1 + 2i are given. (a) Find z1z2|z_1 z_2| and arg(z1z2)\arg(z_1 z_2) to two decimal places. (b) On an Argand diagram, z1z_1, z2z_2 and z1+z2z_1 + z_2 are plotted with the origin OO. Show that the area of the triangle with vertices OO, z1z_1 and z2z_2 is 11.
Show worked answer →

(a) The modulus of a product is the product of the moduli: z1=9+16=5|z_1| = \sqrt{9 + 16} = 5 and z2=1+4=5|z_2| = \sqrt{1 + 4} = \sqrt{5}, so z1z2=5511.18|z_1 z_2| = 5\sqrt{5} \approx 11.18. The argument of a product is the sum of the arguments: arg(z1)=arctan430.927\arg(z_1) = \arctan\dfrac{4}{3} \approx 0.927 and arg(z2)=arctan21.107\arg(z_2) = \arctan 2 \approx 1.107, so arg(z1z2)2.03\arg(z_1 z_2) \approx 2.03 radians (both numbers are in the first quadrant, so no adjustment is needed).

(b) Treating z1=(3,4)z_1 = (3, 4) and z2=(1,2)z_2 = (1, 2) as position vectors, the triangle area is 12x1y2x2y1=123214=1264=12(2)=1\dfrac{1}{2}|x_1 y_2 - x_2 y_1| = \dfrac{1}{2}|3\cdot 2 - 1\cdot 4| = \dfrac{1}{2}|6 - 4| = \dfrac{1}{2}(2) = 1. Markers reward the modulus and argument product rules in (a) and the cross-product area formula in (b).

ExamExplained