Intuition The one core idea
A complex number is just a point in a flat plane , and there are two honest ways to name that point: by its sideways-and-up steps (x + i y ) or by its distance-and-direction (r and θ ). Everything in this topic — modulus, argument, polar form — is just translating between those two descriptions.
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.
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 .
Definition The origin, and the two axes
The origin is the centre point where the two lines cross. It is our "you are here", the place we measure everything from.
The horizontal line is the real axis . Steps to the right are positive, steps to the left are negative.
The vertical line is the imaginary axis . Steps up are positive, steps down are negative.
Picture: two rulers taped together in a cross. Why the topic needs it: modulus is a distance measured from the origin , and argument is an angle measured from the horizontal axis — no origin and no axes means neither idea has any meaning.
x and y
x is a plain real number telling you how far right to walk from the origin. y is a plain real number telling you how far up to walk.
Picture: stand at the origin, walk x along the horizontal, then y straight up. You land on a dot. Why the topic needs it: these two numbers are the point. Every complex number is secretly this pair.
Notice both can be negative . If x = − 3 you walk left ; if y = − 4 you walk down . Hold onto that — the signs of x and y are the whole reason the argument is tricky later.
i , the imaginary unit
i is a special label with one rule: i 2 = − 1 . In pictures, multiplying by i rotates a point a quarter-turn (9 0 ∘ ) anticlockwise about the origin.
Picture: an arrow pointing right, spun to point straight up. Why the topic needs it: i is what lets us write the up-amount and the right-amount as one object instead of two separate numbers.
We do not need to fully understand why i 2 = − 1 here — that belongs to Complex Numbers - Cartesian form z = x + iy . We just need to know it exists and marks the vertical direction.
z = x + i y
z is the name of the entire point : "walk x right, then i y (i.e. y up)". The + i y part says "and y steps in the i -direction".
Picture: a single dot, or an arrow drawn from the origin to that dot. Why the topic needs it: the whole topic is about describing this one arrow two different ways.
Intuition Point versus arrow — same thing
We freely switch between calling z a dot and calling it an arrow from the origin to the dot . The dot tells you the location; the arrow adds a sense of "length and direction", which is exactly what modulus and argument measure. Use whichever picture helps.
Here is the picture that unlocks everything. Drop the dot z onto the plane, then draw:
the horizontal leg of length ∣ x ∣ ,
the vertical leg of length ∣ y ∣ ,
the slanted arrow from origin to dot.
Definition The reference right triangle
The arrow to z is the hypotenuse (longest, slanted side) of a right-angled triangle whose two shorter sides are the horizontal run x and the vertical rise y .
Picture: a right triangle standing on the horizontal axis. Why the topic needs it: modulus is the length of the hypotenuse, and argument is the angle at the corner sitting on the origin. Both come straight out of this one triangle.
a means "the non-negative number which, multiplied by itself, gives a ". So 9 = 3 because 3 × 3 = 9 .
Picture: turning the area of a square back into the length of its side.
Squaring x and y also quietly kills the minus signs (( − 3 ) 2 = 9 ), which is why a distance can never come out negative.
θ (theta), the direction angle
θ is the amount of turn from the positive real axis (pointing right) round to the arrow z . We turn anticlockwise for positive angles, clockwise for negative ones.
Picture: a wedge of "pac-man" opening from the rightward direction up to the arrow. Why the topic needs it: this angle is the argument. It captures the one thing distance alone cannot — which way the arrow points.
We measure angles in radians : a full circle is 2 π , a half-circle (pointing left) is π , a quarter-turn up is π /2 . Radians are just a unit for turning, like using metres instead of feet.
On our right triangle, name the sides relative to the corner angle θ :
adjacent = the leg next to θ (the horizontal run x ),
opposite = the leg across from θ (the vertical rise y ),
hypotenuse = the arrow, length r .
Definition Sine, cosine, tangent
cos θ = hypotenuse adjacent = r x , sin θ = hypotenuse opposite = r y , tan θ = adjacent opposite = x y .
Picture: each is a ratio of two sides of the same triangle. Why the topic needs it: these ratios are exactly how the angle θ decides the split between horizontal and vertical. Rearranging cos θ = x / r and sin θ = y / r gives x = r cos θ , y = r sin θ — the bridge from direction back to steps.
tan measures "steepness"
tan θ = y / x is rise over run : how much you go up for each step sideways. A steep arrow has big tan ; a flat one has small tan . This is why tan is the natural tool to recover an angle from x and y — it depends only on the two legs, not the hypotenuse.
arctan (inverse tangent)
arctan answers the question "which angle has this tangent?" It undoes tan . So arctan ( 1 ) = π /4 because tan ( π /4 ) = 1 .
Picture: feeding a slope-ratio into a machine and getting back the tilt-angle.
Common mistake The blind spot you must know before the parent note
arctan can only ever answer with an angle between − π /2 and + π /2 — that is, arrows pointing generally rightward . But tan θ = y / x gives the same ratio for an arrow and its exact opposite (turn it 18 0 ∘ and y / x is unchanged). So arctan ( y / x ) alone cannot tell left from right . The parent note fixes this using the signs of x and y to find the quadrant. Keep those signs sacred.
Definition The four quadrants
The two axes cut the plane into four regions, numbered anticlockwise starting from top-right:
QI : x > 0 , y > 0 (right-up)
QII : x < 0 , y > 0 (left-up)
QIII : x < 0 , y < 0 (left-down)
QIV : x > 0 , y < 0 (right-down)
Picture: four pie-slice regions labelled by the sign-pair of a point in each. Why the topic needs it: the argument's final value depends entirely on which quadrant z lives in, because that decides how much to add to or subtract from the reference angle.
z ˉ , the conjugate
z ˉ = x − i y flips the sign of the up-part only. Geometrically it reflects z across the real axis (up becomes down).
Picture: the arrow and its mirror image in the horizontal line. Why the topic needs it: the parent note's tidy identity ∣ z ∣ 2 = z z ˉ turns "length" into ordinary multiplication. Full details live in Conjugate of a complex number .
right triangle legs x and y
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.
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 x ) and the vertical line (up = positive y ), crossing at the origin.
What do x and y physically mean for z = x + i y ? How far right (x ) and how far up (y ) to walk from the origin to reach the point.
What is the one defining rule of i , and its picture? i 2 = − 1 ; multiplying by i rotates a point 9 0 ∘ anticlockwise.
Which theorem gives the straight-line distance from origin to z , and why not x + y ? Pythagoras,
x 2 + y 2 ;
x + y is the walk-around-two-sides length, not the diagonal cut.
Why does a modulus (distance) come out non-negative? Squaring
x and
y removes their signs, and
returns the non-negative root.
Define cos θ , sin θ , tan θ as side-ratios on the triangle. cos θ = x / r (adjacent/hyp), sin θ = y / r (opp/hyp), tan θ = y / x (opp/adj).
What question does arctan answer, and what is its blind spot? "Which angle has this tangent?"; it only returns ( − π /2 , π /2 ) , so it cannot tell an arrow from its 18 0 ∘ opposite.
Name the four quadrants by their sign-pairs ( x , y ) . QI ( + , + ) , QII ( − , + ) , QIII ( − , − ) , QIV ( + , − ) .
What does the conjugate z ˉ do geometrically? Reflects z across the real axis: x + i y → x − i y .
In one line, what are the two ways to name a point z ? By steps ( x , y ) as x + i y , or by distance-and-direction ( r , θ ) .
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θ .