3.5.4 · D1Complex Numbers

Foundations — Modulus - z - and argument arg(z)

2,084 words9 min readBack to topic

Before you can read the parent note on Modulus and Argument, you need every single symbol it throws at you to already feel obvious. This page builds them one at a time, from nothing, each one earning its place before the next appears.


0. The plane we draw everything on

Everything below lives on one picture: a flat sheet with a horizontal line and a vertical line crossing at a centre point. This is the Argand Diagram — but for now just think of it as ordinary graph paper.

Figure — Modulus  - z -  and argument arg(z)

1. The symbols and — sideways and up

Notice both can be negative. If you walk left; if you walk down. Hold onto that — the signs of and are the whole reason the argument is tricky later.


2. The symbol — the "turn upward" marker

We do not need to fully understand why here — that belongs to Complex Numbers - Cartesian form z = x + iy. We just need to know it exists and marks the vertical direction.


3. The symbol — a whole point in one letter


4. The symbols and as the sides of a right triangle

Here is the picture that unlocks everything. Drop the dot onto the plane, then draw:

  • the horizontal leg of length ,
  • the vertical leg of length ,
  • the slanted arrow from origin to dot.
Figure — Modulus  - z -  and argument arg(z)

5. The square root symbol and Pythagoras

Squaring and also quietly kills the minus signs (), which is why a distance can never come out negative.


6. The angle , and why we measure it anticlockwise

Figure — Modulus  - z -  and argument arg(z)

We measure angles in radians: a full circle is , a half-circle (pointing left) is , a quarter-turn up is . Radians are just a unit for turning, like using metres instead of feet.


7. The trio , , — how the angle sets the sides

On our right triangle, name the sides relative to the corner angle :

  • adjacent = the leg next to (the horizontal run ),
  • opposite = the leg across from (the vertical rise ),
  • hypotenuse = the arrow, length .

8. The undo-button , and its blind spot


9. Quadrants — the four neighbourhoods of the plane


10. The bar — the mirror-flip


How these feed the topic

origin and two axes

x and y as steps

i marks vertical

z = x + iy

right triangle legs x and y

Pythagoras gives length

Modulus r = mod z

sin cos tan ratios

theta the turn angle

arctan undoes tan

Argument arg z

quadrant from signs

conjugate z bar

Polar form r cos theta plus i sin theta

Once you own the top row of that map, the parent note reads like a story you already know: the length comes from Pythagoras, the direction comes from the angle, and polar form just staples the two together.


Equipment checklist

Test yourself — cover the right side and answer out loud.

What is the real axis and what is the imaginary axis?
The horizontal line (right = positive ) and the vertical line (up = positive ), crossing at the origin.
What do and physically mean for ?
How far right () and how far up () to walk from the origin to reach the point.
What is the one defining rule of , and its picture?
; multiplying by rotates a point anticlockwise.
Which theorem gives the straight-line distance from origin to , and why not ?
Pythagoras, ; is the walk-around-two-sides length, not the diagonal cut.
Why does a modulus (distance) come out non-negative?
Squaring and removes their signs, and returns the non-negative root.
Define as side-ratios on the triangle.
(adjacent/hyp), (opp/hyp), (opp/adj).
What question does answer, and what is its blind spot?
"Which angle has this tangent?"; it only returns , so it cannot tell an arrow from its opposite.
Name the four quadrants by their sign-pairs .
QI , QII , QIII , QIV .
What does the conjugate do geometrically?
Reflects across the real axis: .
In one line, what are the two ways to name a point ?
By steps as , or by distance-and-direction .

Ready? Head back to the parent topic and it will feel like every symbol was already an old friend. From here you can also branch into Polar and Trigonometric form of complex numbers and, later, Euler's formula e^{iθ} = cosθ + i sinθ.