Skip to main content
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.

Generated by Claude Opus 4.78 min answer

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.

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.

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.

2021 TASC3 marksIf z1 and z2 are any two complex numbers prove that |z1 + z2|^2 + |z1 - z2|^2 = 2|z1|^2 + 2|z2|^2.
Show worked answer →

Use the identity |w|^2 = w times the conjugate of w, written w w-bar.

For the first term: |z1 + z2|^2 = (z1 + z2)(z1-bar + z2-bar) = z1 z1-bar + z1 z2-bar + z2 z1-bar + z2 z2-bar.

For the second term: |z1 - z2|^2 = (z1 - z2)(z1-bar - z2-bar) = z1 z1-bar - z1 z2-bar - z2 z1-bar + z2 z2-bar.

Add the two expressions. The cross terms z1 z2-bar and z2 z1-bar cancel, leaving 2 z1 z1-bar + 2 z2 z2-bar = 2|z1|^2 + 2|z2|^2, as required.

Geometrically this is the parallelogram law: z1 + z2 and z1 - z2 are the diagonals of the parallelogram with sides z1 and z2, and the sum of the squares of the diagonals equals twice the sum of the squares of the sides. Markers reward using w w-bar and showing the cross terms cancel.