Visual walkthrough — Argand plane — geometric representation
Step 1 — A complex number is a pair of numbers
WHAT we just did: noticed that one = two ordinary numbers.
WHY it matters: a single number lives on a line (one coordinate). Two numbers need two directions to hold them — that forces a plane, not a line. This is the seed of everything.
PICTURE: on the left, a plain number line can only place a single value. On the right, we add a second axis at a right angle so the two numbers of each get their own direction.

Step 2 — Turn the pair into a point
WHAT we did: converted the algebra symbol into a location , and named the starting corner .
WHY this rule and not another: it is the only rule where the two independent numbers never interfere — moving right doesn't change your height, moving up doesn't change your rightness. Independent numbers deserve perpendicular axes.
PICTURE: the origin marked at the crossing of the axes; the orange dot is . The blue arrow walks right; the green arrow then walks up. The dashed box shows the two walks are at right angles.

Step 3 — Draw the arrow and find its length
Draw now: connect the origin straight to the point .
WHAT the symbols do: is the arrow's length; and are the squared legs; the square root undoes the squaring to hand us back a plain length.
WHY Pythagoras and not, say, : we want the straight-line distance through the plane, not the distance walked along the two legs. Only Pythagoras gives the diagonal. Because it is a length, always, and only when and — i.e. when sits exactly on the origin . That is the first degenerate case, handled.
PICTURE: the right triangle with legs labelled and , hypotenuse labelled , and the tiny right-angle square at the corner where the legs meet.

More on this quantity: Complex Numbers — Modulus and Argument.
Step 4 — The tilt of the arrow: introducing the angle
WHAT we did: admitted the arrow needs a direction number too, and named that number .
WHY anticlockwise from the positive real axis: we must fix one reference direction and one spin-sense so everyone gets the same angle for the same point. Convention picks the positive real axis as "angle zero" and anticlockwise as "positive".
PICTURE: three arrows of equal length pointing different ways — each has its own angle , shown as a coloured wedge swept anticlockwise from the positive real axis.

Step 5 — Which tool measures a tilt? The tangent
WHY tangent and not sine or cosine? Sine needs the hypotenuse (); cosine needs it too (). But tangent uses only the two legs and we already walked — no length required. Since the tilt of the arrow is exactly "how much up per unit across", the leg-ratio is the steepness. That is the cleanest possible encoding of the angle.
PICTURE: the same triangle, but now with the wedge at the origin highlighted, the opposite leg in green, the adjacent leg in blue, and the ratio written on the arrow as "rise ÷ run".

Step 6 — Recovering safely: the quadrant fix
To go back from the ratio to the angle we use ("arctan") — it asks "which angle has this tangent?". But a calculator's only ever answers with an angle between and (that is, only the right half of the plane, quadrants I and IV).
WHAT we did: split the angle recovery into size () + quadrant (signs).
WHY: the tangent throws away sign information; the raw signs of put it back.
PICTURE: all four quadrants at once, one sample point in each (, , , ), each with its reference angle drawn against the nearest horizontal and its true argument written in.

Step 7 — One angle or many? The principal value
WHAT we did: admitted the argument is multi-valued — infinitely many angles name the one direction.
WHY we must choose: for a formula to give a single answer, we pick one representative from that family. The agreed choice is the principal argument: the unique angle lying in
Worked meaning: for the family includes , but also . Both point the same way, yet is bigger than , so it falls outside — we reject it. The principal value is the in-range twin, . That is exactly why the quadrant table in Step 6 keeps answers between and .
PICTURE: one fixed arrow with several sweep-wedges stacked on it — , , — all ending on the same arrow; the single wedge inside is highlighted as the principal value.

Step 8 — Assembling polar form
We now have both numbers the arrow needs: its length and its (principal) tilt . Read the legs back off the triangle using the length:
Substitute these into :
WHAT we did: rewrote purely in terms of length and angle.
WHY this is the payoff: every symbol is now geometric — no more raw . This polar form is exactly what makes multiplication become rotation-and-scaling (see Polar Form of Complex Numbers, Multiplication as Rotation and Scaling, and De Moivre's Theorem).
PICTURE: the arrow with marked along it and as its wedge; the horizontal shadow labelled , the vertical shadow labelled — showing and rebuilt from and .

Worked check — (the quadrant trap in action)
The one-picture summary
Everything collapses into a single diagram: the origin , the point , its arrow of length , its angle swept from the positive real axis, and the two shadows , that connect algebra to geometry.

Recall Feynman retelling — say it plainly
I start with a complex number, which is really just two ordinary numbers hiding together: one for right/left, one for up/down. Two numbers won't fit on a line, so I draw a flat map with two arrows-at-right-angles for axes. Where they cross is my starting corner, the origin . I drop a dot where the two numbers tell me to and call it , then draw a straight arrow from to — the little over-arrow just means "arrow from to ". That arrow has a length — I get it with Pythagoras because the right/left and up/down walks are the two legs of a right triangle — and that length is the modulus. The arrow also has a direction — how tilted it is — and I measure tilt with tangent, "up-leg over across-leg", because that ratio uses only the two things I walked. To turn the ratio back into a real angle I must peek at the signs of my two numbers, otherwise I can't tell top-left from bottom-right. And since spinning a full turn lands back on the same arrow, infinitely many angles name it; I keep the one between and , the principal value. If the arrow has zero length (that's ), it points nowhere, so its argument simply doesn't exist. Finally I rewrite my number as "length times a direction dial": — pure geometry.
Recall Quick self-test
- Why does a complex number force a plane, not a line?
- Which theorem gives and why not just ?
- Why tangent rather than sine/cosine for the tilt?
- Where does the naive break, and how do we repair it?
- Why do we pick a principal value, and what is its range?
- What is ?
Why a plane and not a line?
What is the origin ?
What does mean?
Why Pythagoras for ?
Why tangent for the argument?
Why does fail?
Why is the argument multi-valued and what fixes it?
What is ?
Polar form of ?
Connections
- Argand plane — geometric representation
- Complex Numbers — Modulus and Argument
- Polar Form of Complex Numbers
- Multiplication as Rotation and Scaling
- De Moivre's Theorem
- Vectors — Position Vectors and Addition
- Loci in the Complex Plane