IB Maths AA HL Topic 1 β€” Number & Algebra Paper 1 & 2 HL only ~10 min read

Geometry of Complex Numbers

Every algebraic operation on complex numbers has a visual meaning on an Argand diagram. Adding two complex numbers? That’s tip-to-tail vector addition β€” the result is the diagonal of a parallelogram. Subtracting? Reverse the second arrow first. Multiplying? Scale and rotate. Conjugating? Flip across the horizontal axis. This note is about turning every operation you already know how to do algebraically into a picture you can read at a glance. Once you can see the geometry, exam questions about Argand diagrams stop being puzzles and start being obvious.

πŸ“˜ What you need to know

Addition β€” vectors tip-to-tail

Adding two complex numbers z and w looks exactly like adding two vectors. Travel along z, then continue along w from where z ended. The arrow from the origin to where you stop represents z + w.

Addition: parallelogram law
Re Im O z w z + w z + w is the diagonal of the parallelogram with vertices O, z, w, and z+w

Equivalently, you can think of adding w = a + bi to z as a translation β€” slide z across by a and up by b. Same result, different mental picture.

Addition is commutative: z + w = w + z. So you can travel along z first or w first β€” the destination is the same. That’s why the picture is a parallelogram, not just a triangle.

Subtraction β€” flip the second arrow

Subtracting w from z isn’t quite as simple as addition. The trick is: plot βˆ’w first (the reverse of w), then add it tip-to-tail to z.

Subtraction: travel along z, then along βˆ’w
Re Im O z w βˆ’w z βˆ’ w plot βˆ’w first, then z βˆ’ w is the diagonal from O to z + (βˆ’w)

Geometrically, subtracting w = a + bi from z is a translation by the vector with components βˆ’a and βˆ’b β€” exactly opposite to addition.

Order matters!   z βˆ’ w β‰  w βˆ’ z. The two are negatives of each other, so they point in opposite directions on the diagram.

Multiplication β€” scale and rotate

This is where complex numbers get really beautiful. When you multiply z1 by z2, the result is found by:

Scale
enlarge by |z2|
The length of z1 is multiplied by |z2|.
Rotate
turn by arg(z2)
Rotate counter-clockwise by the argument of z2.
Multiplying z₁ by zβ‚‚: scale by |zβ‚‚|, rotate by arg(zβ‚‚)
Re Im z₁  (r₁, θ₁) θ₁ zβ‚‚  (rβ‚‚, ΞΈβ‚‚) ΞΈβ‚‚ z₁·zβ‚‚ length r₁·rβ‚‚, angle θ₁+ΞΈβ‚‚ θ₁ + ΞΈβ‚‚ moduli multiply, arguments add β€” that’s all multiplication does geometrically

πŸ€” Why scale and rotate?

From the previous note, you already know |z1Β·z2| = |z1|Β·|z2| and arg(z1Β·z2) = arg(z1) + arg(z2). Geometrically, multiplying lengths is “scaling”, and adding arguments is “rotating”. So multiplication does both at once β€” the algebraic rule and the geometric picture are exactly the same fact.

Division reverses both moves: scale by 1/|z2| (a shrink) and rotate by βˆ’arg(z2) (clockwise).

Special cases β€” multiplying by real numbers and by i

Two special cases are worth committing to memory because they show up in nearly every Argand-diagram question.

Multiplying by a real number k

A real number has argument 0 (if positive) or Ο€ (if negative). So multiplying by k doesn’t rotate β€” it just scales:

Multiplying by a real number multiply z by k (real) β†’ scales by |k|
    same direction if k > 0,   flipped 180Β° if k < 0

Multiplying by i (or βˆ’i)

The number i has modulus 1 and argument Ο€/2. So multiplying by i doesn’t change the length β€” but rotates 90Β° counter-clockwise. Multiplying by βˆ’i rotates 90Β° clockwise.

Multiplying by i multiply by i β†’ rotate 90Β° counter-clockwise
multiply by βˆ’i β†’ rotate 90Β° clockwise
Quick check:   if z = 3 + 2i, then iz = i(3 + 2i) = 3i βˆ’ 2 = βˆ’2 + 3i. The point (3, 2) has rotated 90Β° counter-clockwise to (βˆ’2, 3) β€” exactly as predicted.

Conjugation β€” reflection in the real axis

You met this in the previous Argand-diagram note, but it’s worth repeating because it shows up everywhere. The conjugate z* of z = a + bi is a βˆ’ bi β€” the same horizontal position, with the imaginary part flipped.

Conjugate: reflection in the real axis
Re Im O z = a + bi z* = a βˆ’ bi mirror z* is z reflected across the horizontal (real) axis
Useful fact:   z Β· z* is always a positive real number β€” it equals |z|2. This sits on the positive real axis on the Argand diagram.

Worked examples

WE 1

Addition on an Argand diagram

Let z = 1 + 4i and w = 5 + 2i. On an Argand diagram, sketch z, w and z + w, and verify that the result is the diagonal of a parallelogram.

Step 1: Compute z + w algebraically z + w = (1 + 5) + (4 + 2)i = 6 + 6i Step 2: Sketch all three vectors from the origin Re Im z = 1+4i w = 5+2i z+w = 6+6i z + w = 6 + 6i, the diagonal of the parallelogram βœ“ the dashed lines complete the parallelogram with vertices O, z, w, and z+w
WE 2

Subtraction on an Argand diagram

Let z = 3 + 5i and w = 4 βˆ’ 2i. Find z βˆ’ w and describe it as a translation of z.

Step 1: Compute the subtraction z βˆ’ w = (3 βˆ’ 4) + (5 βˆ’ (βˆ’2))i = βˆ’1 + 7i Step 2: Geometric interpretation subtracting w means translating z by the vector for βˆ’w βˆ’w = βˆ’4 + 2i, so translation is “4 left, 2 up” z βˆ’ w = βˆ’1 + 7i  (z translated 4 left and 2 up) starting at z = (3, 5), shifting by (βˆ’4, 2) lands at (βˆ’1, 7) β€” exactly the algebraic answer
WE 3

Multiplication as scale and rotate

The complex number z1 has modulus 3 and argument Ο€/4. The complex number z2 has modulus 2 and argument Ο€/6. Describe geometrically the effect of multiplying z1 by z2, and find the modulus and argument of z1z2.

Step 1: Multiplication = scale by |zβ‚‚|, rotate by arg(zβ‚‚) z₁ gets scaled by 2 (so length 3Β·2 = 6) z₁ gets rotated by Ο€/6 (counter-clockwise) Step 2: Compute new modulus and argument |z₁zβ‚‚| = |z₁|Β·|zβ‚‚| = 3 Β· 2 = 6 arg(z₁zβ‚‚) = Ο€/4 + Ο€/6 = 3Ο€/12 + 2Ο€/12 = 5Ο€/12 |z₁zβ‚‚| = 6,   arg(z₁zβ‚‚) = 5Ο€/12 no need to multiply (a+bi)(c+di) β€” the geometric rule does it in one line
WE 4

Multiplying by i β€” the 90Β° rotation

Let z = 4 + 3i. Compute iz, and describe the geometric relationship between z and iz.

Step 1: Compute iz iz = i(4 + 3i) = 4i + 3iΒ² = 4i βˆ’ 3 = βˆ’3 + 4i Step 2: Compare positions z is at point (4, 3) iz is at point (βˆ’3, 4) Step 3: Geometric description (4, 3) β†’ (βˆ’3, 4) is a 90Β° counter-clockwise rotation about the origin iz = βˆ’3 + 4i  (z rotated 90Β° counter-clockwise about O) multiplying by i is the cleanest rotation in mathematics β€” turn 90Β° to the left, no scale change
WE 5

Multiplying by a negative real number

Let z = 2 + 5i. Compute βˆ’3z and describe the geometric effect.

Step 1: Compute βˆ’3z βˆ’3z = βˆ’3(2 + 5i) = βˆ’6 βˆ’ 15i Step 2: Break into “scale” and “flip” parts multiply by 3 β†’ enlarge by factor 3 (length 3 times bigger) multiply by βˆ’1 β†’ rotate 180Β° about the origin (flip direction) βˆ’3z = βˆ’6 βˆ’ 15i  (enlarged Γ—3 and rotated 180Β°) a negative real number = positive multiplier Γ— (βˆ’1), so it’s “scale + 180Β° flip”
WE 6

All transformations at once

Let z = 3 + i. Find the values of 2z, iz, z* and zΒ·z*, and describe each transformation geometrically.

Step 1: 2z β€” pure scaling by 2 2z = 2(3 + i) = 6 + 2i  (length doubled, same direction) Step 2: iz β€” rotate 90Β° counter-clockwise iz = i(3 + i) = 3i + iΒ² = βˆ’1 + 3i  (turned left a quarter turn) Step 3: z* β€” reflect in real axis z* = 3 βˆ’ i  (flipped across the horizontal axis) Step 4: zΒ·z* = |z|Β² β€” lands on the positive real axis zΒ·z* = (3+i)(3βˆ’i) = 9 βˆ’ iΒ² = 9 + 1 = 10 2z = 6+2i,   iz = βˆ’1+3i,   z* = 3βˆ’i,   zΒ·z* = 10 notice zΒ·z* = |z|Β² = 3Β² + 1Β² = 10, sitting on the real axis as a positive number

πŸ’‘ Top tips

⚠ Common mistakes

Once you can see the algebra in the picture, complex numbers feel a lot more natural. Every operation has a clean geometric meaning, and the rest of the Further Complex Numbers section β€” polar form, exponential form, De Moivre’s theorem β€” leans heavily on this geometric picture. The next note formalises the modulus-and-argument view into polar form, which is the standard way to write complex numbers when multiplication and powers are the main concern.

Need help with the Geometry of Complex Numbers?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session β†’