Intuition The one core idea
A complex number is really just two ordinary numbers glued together , so it can be drawn as a single dot on a flat sheet of paper. Once it is a dot, all the algebra becomes pictures: distances, arrows, and angles.
This page is the toolbox. Before you can read the parent note comfortably, every squiggle it uses must first mean something to you. We build each symbol from nothing, anchor it to a picture, and say exactly why the topic needs it. Read top to bottom — each item leans on the one before it.
Before two axes, make sure one axis is solid.
Definition The real number line
A real number is any ordinary number: − 2 , 0 , 2 1 , 3 , 7.9 . We picture them as points on a single straight horizontal line, called the real number line . Going right = bigger, left = smaller, and the point 0 is the middle marker (the origin ).
Why the topic needs this: the whole Argand plane is built by taking two copies of this line and standing one of them upright. If you're shaky on "one number = one point on a line", the plane will feel like magic instead of arithmetic.
Figure s01 (below): a horizontal number line with ticks − 4 to 4 , the origin marked in orange, and arrows showing "smaller" to the left and "bigger" to the right — it drives home one number = one point .
Definition The imaginary unit
i
i is a brand-new symbol we invent with one rule :
i 2 = − 1
In plain words: i is "a thing that, when squared, gives − 1 ". No ordinary real number does that (any real squared is ≥ 0 ), so i lives off the real line.
i look like?
Think of i as a quarter-turn . Multiplying by i rotates a point 9 0 ∘ anticlockwise. Do it twice (i × i = i 2 ) and you've turned 18 0 ∘ , which flips + 1 into − 1 — exactly the rule i 2 = − 1 . That is why i has to point straight up, off the real line.
Why the topic needs it: i is the reason we need a second axis at all. It is the label on the vertical direction.
Im ( z ) is y , not i y
For z = 3 + 4 i , the imaginary part is Im ( z ) = 4 , a plain real number — not 4 i . The i is the direction tag ; the size is 4 .
Why the topic needs it: two independent numbers ( x , y ) = two coordinates = one dot on a plane. This single line is the seed of everything.
Reveal-test:
Real part of z = − 5 + 2 i − 5
Imaginary part of z = − 5 + 2 i 2 (not 2 i )
Definition An ordered pair as a location
( x , y ) is an ordered pair : "go x steps horizontally, then y steps vertically". Ordered means the order matters — ( 3 , 4 ) and ( 4 , 3 ) are different spots. We name that landing spot the point P ( x , y ) .
Figure s02 (below): the axes with a teal arrow going 3 across, then a plum arrow going 4 up, landing on the orange dot P ( 3 , 4 ) — the picture of "an ordered pair is a recipe for a location".
Why the topic needs it: the parent note says "z is the point P ( x , y ) ". That sentence is empty unless you know an ordered pair is a recipe for a location .
Definition Position vector
O P (read "vector O-P") is the arrow drawn from the origin O to the point P . An arrow carries two facts at once:
how far it reaches (its length), and
which way it points (its direction).
Intuition Two ways to see the same
z
A dot and an arrow to that dot are the same information . The parent uses "point P " when it wants a location, and "vector O P " when it wants to add or rotate. Same z , two costumes.
Why the topic needs it: addition of complex numbers is drawn as arrows stacking tip-to-tail. That trick only exists if you already read z as an arrow. See Vectors — Position Vectors and Addition .
Drop a straight line from P ( x , y ) down to the horizontal axis. You've just built a right triangle .
Figure s03 (below): the same P ( 3 , 4 ) with the orange hypotenuse O P , the teal horizontal leg x , the plum vertical leg y , the little right-angle square, and the angle θ marked at the origin — this is the master picture the whole topic reads from.
Definition The three parts of the triangle
The horizontal leg has length x (the adjacent side).
The vertical leg has length y (the opposite side).
The hypotenuse is the arrow O P itself.
The right angle (9 0 ∘ ) sits where the vertical line meets the horizontal axis.
This triangle is the single most important picture on this whole page. The modulus, the argument, and the polar form all read directly off it.
We are about to measure the length of the arrow, so we first need the symbol that means "length".
Definition The modulus bars
∣ z ∣
∣ z ∣ (read "mod z" or "the modulus of z ") means the size of z : its straight-line distance from the origin. For a plain real number x , ∣ x ∣ is just its distance from 0 (so ∣ − 3∣ = 3 , ∣3∣ = 3 ). Complex modulus is the exact same idea, now measured across the plane. Because it is a distance, ∣ z ∣ ≥ 0 always.
Now that ∣ z ∣ has a meaning, we can compute it.
Definition The square-root symbol
n asks: "which non-negative number, squared, gives n ?" So 25 = 5 (not − 5 , because always hands back the non-negative answer).
this tool, and why the non-negative root?
We want the straight-line distance from O to P — the modulus ∣ z ∣ . That distance is the hypotenuse of our triangle. Pythagoras is the one theorem that turns "two perpendicular legs" into "the length of the slanted side" — precisely the question we're asking. It gives
∣ z ∣ 2 = x 2 + y 2 .
To undo the square we take a square root. But ∣ z ∣ is a length , so it can't be negative — that is exactly why we use (which by Section 7's definition returns the non-negative root) rather than ± :
∣ z ∣ = x 2 + y 2 ≥ 0.
Why the topic needs it: modulus = distance = hypotenuse. No Pythagoras, no modulus formula.
Reveal-test:
Value of 9 3 (never − 3 )
Why do we keep only the non-negative root for ∣ z ∣ ? ∣ z ∣ is a length; lengths cannot be negative
Definition Radians — measuring angle by arc
An angle can be measured in degrees (a full turn is 36 0 ∘ ) or in radians . In radians, a full turn is 2 π , a half turn is π , and a quarter turn is 2 π . So π ≈ 3.14159 is just the "number of radius-lengths of arc" in a half circle.
Mnemonic Degree ↔ radian anchors
Quarter = 9 0 ∘ = 2 π , Half = 18 0 ∘ = π , Three-quarter = 27 0 ∘ = 2 3 π , Full = 36 0 ∘ = 2 π .
Why the topic needs it: the argument is an angle, and the principal range ( − π , π ] is stated in radians. You must read π as "half a turn" fluently.
The argument of z , written arg z (or θ ), is the angle the arrow O P makes with the positive real axis , measured anticlockwise. Modulus told you how long the arrow is; the argument tells you which way it points.
Definition Principal argument and the range
( − π , π ]
One direction can be named by many angles: turning θ or θ + 2 π or θ − 2 π all point the same way. To get one unambiguous answer we agree to keep the angle in the half-open range ( − π , π ] — this choice is called the principal argument .
Anticlockwise (upper half) angles are positive , up to π .
Clockwise (lower half) angles are negative , down to just above − π .
Why π is included but − π is not: the negative real axis is one direction, and + π and − π name the very same spot. We must pick exactly one to avoid a tie, and the convention keeps the inclusive end at + π . That single kept boundary is the "branch cut" — the one place where the angle jumps.
Why the topic needs it: every statement about "the angle of z " in the parent note is really a statement about arg z , and answers must land inside ( − π , π ] .
Reveal-test:
What does arg z measure? the anticlockwise angle of
O P from the positive real axis
Which of + π , − π is a valid principal argument? + π (the range is ( − π , π ] , so − π is excluded)
Definition Tangent — steepness of the arrow
On our right triangle, the tangent of the angle θ is
tan θ = adjacent opposite = x y .
What it measures: how steep the arrow rises. A flat arrow (along the real axis) has tan θ = 0 ; a near-vertical arrow has a huge tan θ . So the ratio y / x secretly encodes the angle.
Common mistake The special case
x = 0 — a vertical arrow
If x = 0 the arrow is straight up or straight down, and tan θ = 0 y is undefined (you cannot divide by zero). Geometrically the "steepness" is infinite. So you never plug x = 0 into the ratio; instead read the angle straight off the picture:
x = 0 , y > 0 (straight up): arg z = + 2 π .
x = 0 , y < 0 (straight down): arg z = − 2 π .
x = 0 , y = 0 : that is z = 0 , whose direction is undefined (a zero-length arrow has no direction).
Definition Arctan — the reverse question
tan − 1 ( ⋅ ) (also written arctan ) is the inverse question : "which angle has this tangent?" If tan θ = x y , then θ = tan − 1 ( x y ) — it undoes tan.
Common mistake arctan can only see two quadrants — and here is the concrete fix
A calculator's tan − 1 only ever returns an angle in ( − 2 π , 2 π ) — that's just the right half of the plane (quadrants I and IV, where x > 0 ). But z can point anywhere. Because tan repeats every half-turn (π ), the same ratio x y belongs to two opposite directions.
The safe recipe: first find the reference angle α = tan − 1 x y (always a positive angle in ( 0 , 2 π ) ), then adjust by quadrant:
Quadrant
signs of ( x , y )
arg z
I
x > 0 , y > 0
α
II
x < 0 , y > 0
π − α
III
x < 0 , y < 0
− ( π − α )
IV
x > 0 , y < 0
− α
Notice quadrants II and III (both x < 0 ) are exactly where plain tan − 1 gets the wrong half of the plane — you must add or subtract π there. The worked cases live in Complex Numbers — Modulus and Argument .
Why the topic needs it: the argument formula tan θ = y / x and its correct inversion are the reason a naive arctan gives wrong answers in half the plane.
Definition Sine and cosine on the triangle
With hypotenuse r = ∣ z ∣ :
cos θ = hyp adjacent = r x , sin θ = hyp opposite = r y .
Rearranged, this rebuilds the coordinates from angle + length :
x = r cos θ , y = r sin θ .
Modulus r tells you how long the arrow is; argument θ tells you which way . cos and sin are the two "shadows" of a unit arrow onto the horizontal and vertical axes. Multiply those shadows by r and you recover x and y — that is the polar form z = r ( cos θ + i sin θ ) . See Polar Form of Complex Numbers .
Reveal-test:
cos θ in terms of triangle sidesadjacent over hypotenuse = x / r
sin θ in terms of triangle sidesopposite over hypotenuse = y / r
Definition Conjugate and negative
z ˉ = x − i y flips the sign of the imaginary part only. Picture: reflect the dot across the real axis (up becomes down).
− z = − x − i y flips both signs. Picture: rotate the dot 18 0 ∘ through the origin .
Why the topic needs it: the parent's "conjugate = reflection, − z = half-turn" claims are pure geometry once you can see these two moves.
How to read this diagram: each box is one foundation from this page; arrows mean "feeds into". Follow the flow and you see the number line and i combine into z ; z becomes a point, then a triangle; the triangle plus Pythagoras plus the modulus bars build ∣ z ∣ ; the triangle plus radians plus arctan build arg z ; and modulus + argument + the sin/cos shadows assemble the polar form that the topic runs on. If the diagram fails to render, the same chain is written out in the "feeds into" words below it.
Imaginary unit i squared equals minus one
Right triangle legs x and y
Pythagoras a2 plus b2 equals c2
tan theta equals y over x
Conjugate and negation moves
Feeds into (text backup): number line + i → z → point/vector → right triangle → (with Pythagoras, modulus-bars, square-root) modulus; triangle + radians + tan + arctan → argument; triangle → sin/cos shadows; modulus + argument + shadows → polar form → the Argand-plane topic; point → conjugate/negation → topic.
Test yourself — if any line stumps you, reread that section before the parent note.
I can place any real number on the number line yes — one number is one point, right is bigger
I can state the one rule defining i i 2 = − 1 ; i is a 9 0 ∘ turn, off the real line
I can name the real and imaginary parts of z = x + i y Re ( z ) = x , Im ( z ) = y (a real number, no i )
I can turn ( x , y ) into a dot and an arrow O P go x across, y up; the arrow is O to that dot
I can draw the right triangle inside any z horizontal leg
x , vertical leg
y , hypotenuse
O P I know what the modulus bars mean before computing ∣ z ∣ = distance of the dot from the origin, always ≥ 0
I can state Pythagoras and get the modulus x 2 + y 2 = ∣ z ∣ 2 , so
∣ z ∣ = x 2 + y 2 (non-negative root)
I know why we keep only the non-negative root ∣ z ∣ is a length;
returns the non-negative value
I can convert 18 0 ∘ and a quarter turn to radians 18 0 ∘ = π , 9 0 ∘ = 2 π
I can define arg z and its principal range anticlockwise angle from positive real axis; range ( − π , π ]
I know why + π is kept but − π is dropped both name the negative real axis; the convention keeps + π
I can write tan θ from the triangle opposite over adjacent = y / x
I know what to do when x = 0 don't divide; read arg z = ± 2 π (up = + , down = − ); z = 0 has no direction
I know the quadrant fix for II and III x < 0 , so add (π − α ) or subtract − ( π − α ) from the reference angle α
I can recover x , y from r and θ x = r cos θ , y = r sin θ
I can picture conjugation and negation z ˉ reflects across real axis; − z rotates 18 0 ∘
3.5.03 Argand plane — geometric representation (Hinglish)
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