Intuition The ONE core idea
A complex function is a rule that moves points around a flat sheet, and the "nice" ones (analytic) are the maps that, up close, only ever spin and zoom a tiny patch — never stretch it lopsided or flip it in a mirror. Every symbol below exists to make that single sentence precise and testable.
This page assumes you have seen nothing . We name and picture every ingredient the parent note leans on, in build-order, so that when you meet f ′ ( z 0 ) or u x = v y you have already earned each mark on the page.
Definition A point in 2D — the pair
( x , y )
Draw a flat sheet of paper. Choose a corner as origin O . Walk x steps right, then y steps up. Where you stand is the point ( x , y ) .
x = how far right (can be negative = left).
y = how far up (can be negative = down).
The picture: an arrow from O to that spot. Everything in this whole topic happens on this sheet.
We need this because a complex function eats a point of the sheet and spits out another point of the sheet. No sheet, no story.
i at all?
We want to treat a point of the plane as a single number we can add and multiply. Real numbers only fill a line. To get the second dimension we invent one new number i that stands for "turn 90° left."
Definition The imaginary unit
i
i is defined by the single rule i 2 = − 1 . Read it as an action : multiplying by i rotates a point a quarter-turn (90°) counter-clockwise about the origin.
Picture: the point 1 (one step right) becomes i (one step up) becomes − 1 (one step left) becomes − i (one step down) — four multiplications, one full circle.
Why we need it: it lets a 2D point be written as one algebraic object we can differentiate — that single-number-ness is the entire reason analytic functions are special.
z = x + i y
The point ( x , y ) written as a number: x steps right plus y steps up-(via i ).
x = the real part , written Re ( z ) .
y = the imaginary part , written Im ( z ) (note: y is a plain real number; the i just tags its direction).
The whole set of such numbers is C — the complex plane, i.e. our sheet.
Im ( z ) includes the i ."
Why it feels right: it's the "imaginary" part, so surely it carries i . The flaw: Im ( x + i y ) = y , a real number — the i is stripped off . Fix: real and imaginary parts are BOTH ordinary real numbers; i is only the label saying which axis.
For polar form, Euler's formula, and multiplication-as-rotation, see Complex numbers — polar form and Euler's formula — the parent uses e z = e x ( cos y + i sin y ) which lives there.
z ˉ = x − i y
Flip the point across the horizontal (real) axis: up becomes down, y → − y . Picture: a mirror image across the x -axis.
∣ z ∣ = x 2 + y 2
The straight-line distance from the origin O to the point z — the length of the arrow. By Pythagoras on the right triangle with legs x and y .
Why the topic needs both: the parent's Example 2 uses z ˉ (a mirror — orientation-reversing, so not nice), and Example 4 uses ∣ z ∣ 2 = x 2 + y 2 (the squared distance). The word "mirror" versus "spin" is the heart of what analytic forbids .
Intuition Splitting one map into two heightmaps
A complex function moves each input point ( x , y ) to an output point. That output is itself a pair — call its right-coordinate u and its up-coordinate v . Since the output depends on where you started , both u and v are functions of the two inputs x and y .
f ( z ) = u ( x , y ) + i v ( x , y )
f = the whole map: sheet → sheet.
u ( x , y ) = the real coordinate of the output — one real "heightmap" over the input plane.
v ( x , y ) = the imaginary coordinate of the output — a second heightmap.
Picture: two shaded terrains, u and v , sitting over the same ( x , y ) floor. The parent note glues them with the i .
Why: the Cauchy–Riemann equations are exactly a coupling between these two terrains . You cannot state them without first having u and v as separate objects.
u depends on two inputs. To measure a slope we must fix one and wiggle the other — otherwise "the" slope is ambiguous. A partial derivative freezes all-but-one variable.
Definition Partial derivative
u x = ∂ x ∂ u
Stand on the u -terrain. Freeze y . Take one tiny step in the x -direction, Δ x . Measure how much the height u rises, and divide:
u x = lim Δ x → 0 Δ x u ( x + Δ x , y ) − u ( x , y ) .
Picture: the slope of the slice you get by cutting the terrain with a plane held parallel to the x -axis (see figure, red edge). Similarly u y is the slope of the slice cut parallel to the y -axis.
Why: the CR equations u x = v y and u y = − v x are relationships between these four slopes . They are the topic's punchline; these are its letters.
For where these slopes assemble into a full local-linearisation matrix, see Jacobian and the multivariable chain rule .
"lim Δ z → 0 ( stuff ) " means: as the wiggle Δ z shrinks toward zero, the stuff homes in on one fixed value. That value is the limit.
Intuition The twist that makes complex analysis hard
and beautiful
On a line you can only shrink toward 0 from the left or right — two directions. On the plane Δ z = Δ x + i Δ y can shrink from infinitely many directions: along the x -axis, along the y -axis, along any diagonal, even spiralling in. For a complex derivative to exist, the ratio must land on the same number no matter the approach direction.
Definition The derivative
f ′ ( z 0 )
f ′ ( z 0 ) = lim Δ z → 0 Δ z f ( z 0 + Δ z ) − f ( z 0 ) ,
required to give the same value for every approach direction. That single demand is what the parent note squeezes down the two axes to force the Cauchy–Riemann equations out.
Why direction-independence? Only then does "divide by Δ z " behave like ordinary division — because Δ z is one complex number, so f ′ must be one complex number multiplying it. That is the spin-and-zoom rule of the opening intuition, in algebra.
Definition Matching parts
Two complex numbers are equal only when their real parts agree and their imaginary parts agree — they are two separate equations hiding in one. Picture: two points coincide only if they have the same right-coordinate AND the same up-coordinate.
Why: Step 3 of the parent sets u x + i v x = v y − i u y and then splits it into the two CR equations. Without "matching parts" that split is a mystery.
Imaginary unit i quarter turn
Complex number z = x + iy
Function f = u + i v two terrains
Partial derivatives u_x u_y v_x v_y
Limit and direction independence
Complex derivative f prime of z
Analytic functions the topic
Self-test: cover the right side and answer each before revealing.
What does the symbol i do to a point, geometrically? Rotates it 90° counter-clockwise about the origin (i 2 = − 1 ).
In z = x + i y , what kind of number is the imaginary part y ? An ordinary real number — the i is only a direction tag; Im ( z ) = y , not i y .
What does z ˉ do to a point, and why is that "bad" for analyticity? Mirrors it across the real axis (y → − y ) — a reflection reverses orientation, so it is not a spin-and-zoom.
What is ∣ z ∣ a picture of? The distance from the origin to
z , i.e. the length of the arrow,
x 2 + y 2 .
Why do we split f into two functions u and v ? The output is a 2D point; u is its right-coordinate terrain and v its up-coordinate terrain, both over the ( x , y ) floor.
What does the subscript in u x mean? Freeze y , wiggle only x , measure the slope of that slice of the u -terrain.
Why is a complex limit stricter than a real one? The wiggle Δ z can approach 0 from infinitely many directions, and the derivative must give the same value for all of them.
What rule lets one complex equation become two real equations? Two complex numbers are equal iff their real parts match AND their imaginary parts match.