Intuition The one core idea
Some equations have no answers on the ordinary number line, so we build a bigger canvas — a flat plane — where every point is a number and every polynomial equation of degree n has exactly n answers. This page hands you, one at a time, every symbol and picture you need before you solve a single equation on the parent page .
The parent note throws a lot of notation at you at once: i , z , z ˉ , α , P ( z ) , ∑ , cos θ + i sin θ , discriminants, ∏ . Below, each symbol is earned — plain words first, then a picture, then the reason the topic can't live without it. Read top to bottom; nothing is used before it is built.
Before anything complex, picture the real number line : a straight ruler stretching left (negative) and right (positive), with 0 in the middle.
A real number is any point on that endless horizontal ruler — whole numbers, fractions, π , 2 , everything you can mark as a single dot on one line.
The problem the whole topic solves. Ask: which real number, times itself, gives − 1 ? Squaring a positive gives positive; squaring a negative also gives positive; 0 2 = 0 . So no dot on the line answers x 2 = − 1 . The line has run out of room.
Intuition Running out is a feature, not a failure
Instead of saying "no solution," we ask: what if the answer lives off the line? That single move — stepping off the ruler — is the birth of complex numbers.
Definition The imaginary unit
i
== i == is a brand-new number defined by one rule:
i 2 = − 1 , equivalently i = − 1 .
Picture it as one step straight up from 0 , at a right angle to the ruler.
Why "one step up "? Because i is not on the line (it can't be — nothing on the line squares to − 1 ). So we draw a second ruler, vertical , crossing the first at 0 . i sits one unit up that vertical ruler.
right angle ?
Multiplying by i turns out to rotate by 9 0 ∘ . Start at 1 (one step right). Multiply by i : land at i (one step up). Multiply by i again: i ⋅ i = i 2 = − 1 (one step left). Again: − i (down). Again: back to 1 . Four multiplications = one full turn. That is exactly why the vertical direction is the natural home for i .
− 1 is just a made-up cheat with no meaning."
Why it feels right: you were told square roots of negatives don't exist. The fix: they don't exist on the line . We simply gave the plane a vertical axis and defined a consistent arithmetic on it. It is exactly as "made up" as negative numbers once were — and just as useful.
Now the horizontal ruler (reals) and the vertical ruler (i -direction) together make a flat plane . Any point in it is a complex number .
Definition Complex number
z
z = x + y i
where x , y are ordinary real numbers. x is the real part (how far right/left), y is the imaginary part (how far up/down). We write x = Re ( z ) , y = Im ( z ) .
Picture: z is the dot at coordinates ( x , y ) in the plane — or the arrow from 0 to that dot.
The letter z is just the traditional name for "a complex unknown," the way x names a real unknown. The topic solves equations for z .
Worked example Multiply to feel the rule
( 2 + 3 i ) ( 2 − 3 i ) = 4 − 6 i + 6 i − 9 i 2 = 4 − 9 ( − 1 ) = 4 + 9 = 13.
Notice the answer is a plain real number — this "twin trick" is the heart of the parent page.
z ˉ
The conjugate of z = x + y i is
z ˉ = x − y i .
Picture: reflect z straight down across the horizontal ruler. Real part stays, up becomes down.
Why the topic needs it: the parent's workhorse theorem says complex roots of real polynomials come in mirror-twin pairs p + q i and p − q i . The bar is the notation for "the twin." Two facts do all the proving (full detail in Complex Numbers — Conjugate and Modulus ):
Intuition Twins collapse to real
z + z ˉ = 2 x (imaginary parts cancel) and z z ˉ = x 2 + y 2 (also real). So a twin pair always builds a factor with real coefficients: ( z − α ) ( z − α ˉ ) = z 2 − 2 x z + ( x 2 + y 2 ) . That is how complex roots "hide" inside a real polynomial.
∣ z ∣
∣ z ∣ = x 2 + y 2 .
Picture: the length of the arrow from 0 to z — straight-line distance, by Pythagoras on the right triangle with legs x and y .
We need it for De Moivre work: to describe z by how far (∣ z ∣ = r ) and which direction (θ ) instead of by coordinates.
θ
The argument θ is the angle the arrow to z makes with the positive horizontal ruler, measured anticlockwise.
Combine length and angle. A point at distance r and angle θ has coordinates ( r cos θ , r sin θ ) , so:
Mnemonic "Cosine hugs the axis, Sine climbs."
cos θ gives the horizontal (real) part, sin θ gives the vertical (imaginary) part.
P ( z ) and root α
A polynomial of degree n is
P ( z ) = a n z n + a n − 1 z n − 1 + ⋯ + a 1 z + a 0 , a n = 0.
The a k are the coefficients (fixed numbers). A root α is a value with P ( α ) = 0 — where the machine outputs zero. α (alpha, Greek "a") is the traditional name for a root.
∑ and ∏ — shorthand for "add up" / "multiply up"
∑ k = 0 n a k z k = a 0 + a 1 z + ⋯ + a n z n ( sigma = add all terms )
∏ k = 1 n ( z − α k ) = ( z − α 1 ) ( z − α 2 ) ⋯ ( z − α n ) ( pi = multiply all terms )
Why the shorthand? Writing "… " is vague; ∑ and ∏ say exactly which terms and how many.
Intuition The whole plan in one sentence
The Fundamental Theorem of Algebra guarantees exactly n roots, so P factors completely into n linear pieces a n ∏ ( z − α k ) — the entire topic is just finding those α k .
For a quadratic a z 2 + b z + c , the discriminant is D = b 2 − 4 a c .
D > 0 : two distinct real roots (arrow tips land on the line).
D = 0 : one repeated real root.
D < 0 : a conjugate pair off the line — this is where complex numbers enter.
Why it matters: D appears in the quadratic formula z = 2 a − b ± D . When D < 0 , D = i − D — the i is forced by a negative discriminant, nothing else.
Complex number z = x + y i
Polar form r cos plus i sin
Discriminant b squared minus 4ac
Solving polynomial equations with complex roots
Give the plain meaning before revealing each answer — if you stumble, reread that section.
What is i and what one rule defines it? The imaginary unit; i 2 = − 1 (a step of length one straight up from 0 ).
What does z = x + y i picture as? The point (or arrow to) coordinates ( x , y ) in the complex plane.
What is Re ( z ) and Im ( z ) for z = x + y i ? Re ( z ) = x (horizontal), Im ( z ) = y (vertical).
What is the conjugate z ˉ of x + y i , and its picture? x − y i ; reflection of z down across the real axis.
What is ∣ z ∣ and how do you compute it? The arrow's length;
∣ z ∣ = x 2 + y 2 by Pythagoras.
Write z in polar form and say why we bother. z = r ( cos θ + i sin θ ) ; powers become easy (multiply lengths, add angles).
What does ∑ k = 0 n a k z k mean? Add all terms a 0 + a 1 z + ⋯ + a n z k .
What does ∏ k = 1 n ( z − α k ) mean? Multiply all factors ( z − α 1 ) ⋯ ( z − α n ) .
What is a root α of P ? A value with P ( α ) = 0 .
When does a real quadratic have complex roots? When the discriminant b 2 − 4 a c < 0 .
Which two conjugation rules power the Conjugate Root Theorem? z + w = z ˉ + w ˉ and z w = z ˉ w ˉ .