Visual walkthrough — Applications — solving polynomial equations with complex roots
Step 0 — The one thing you must already picture
Before anything else, we need a place to draw numbers. On a plain number line, every number is one dot. But we will meet numbers that refuse to sit on the line. So we give ourselves a whole flat sheet.
Look at the blue dot : walk right, then up. Its mirror image straight below the real axis is the orange dot — same right-walk, opposite up-walk. Hold onto that mirror idea; it is the whole secret.
If this notation for (the mirror-flip) is fuzzy, revisit Complex Numbers — Conjugate and Modulus.
Step 1 — The equation with "no answer"
WHAT. Take the simplest equation that stumps the number line:
WHY. We want to see why real numbers run out. Squaring is the operation . On the real line, is the height of a U-shaped curve (a parabola) that never dips below zero — because a length times itself is never negative.
PICTURE. The parabola floats entirely above the horizontal axis. It crosses nowhere. "Where does the curve hit zero?" has no answer among the dots on the line.
Step 2 — The mirror rule, made visible
WHAT. Claim: if a polynomial is built only from real coefficients and is a root, then its mirror-twin is automatically a root too.
WHY. This is the tool that turns one found root into two, which is what lets us break big polynomials apart. We need to know it always works — so we watch the machinery.
The one gadget we use is conjugation: the operation that flips a point vertically (up becomes down). Two of its habits are all we need:
PICTURE. Reflection across the real axis doesn't care whether you add/multiply first and flip after, or flip first and combine after — the mirror is a "well-behaved" map.
Now the actual proof, each symbol labelled where it stands:
Push the flip inside using the two habits above (a polynomial is only sums and products):
The crucial move: because the coefficients are real — a real number sits on the line, so flipping it up-to-down leaves it untouched. Combining, , so is a root.
Step 3 — Why a twin-pair collapses into a real quadratic
WHAT. Multiply a root by its twin's factor:
WHY. We want a factor with no visible so we can do ordinary division later. The magic is that a number plus its mirror, and a number times its mirror, are both real.
With :
So the pair becomes which is entirely real.
PICTURE. The two twin dots sit symmetrically about the real axis; their sum lands on the axis at , and their product is the squared length of the arrow to either dot.
These are exactly the sum/product relations of Vieta's Formulas for a quadratic. That is why the parent note could write "sum , product ."
Step 4 — Divide out the twin-pair (peel the polynomial)
WHAT. Given a bigger polynomial and a real quadratic factor we just built, split the polynomial:
WHY. Every factor we remove drops the degree by . By the Fundamental Theorem of Algebra a degree- polynomial has exactly roots; peel a pair, and a smaller polynomial with the remaining roots is exposed. We finish once the leftover is small enough to solve by eye or by the quadratic formula.
PICTURE. Think of it as long division of numbers, but with -columns. The known factor "goes into" a whole number of times because it truly divides it (both twins are genuine roots). See Polynomial Division.
Worked on the parent's cubic with twin-pair factor :
- Leading term: . So the leftover starts with .
- Constant term: the product of constants must give : , so the leftover ends in .
- Leftover .
Roots: . The lone real root is the odd-degree leftover that had no twin to pair with — exactly the prediction from Step 2.
Step 5 — The other engine: roots of spread on a circle
WHAT. Some polynomials aren't "one root given, factor the rest." They are pure power equations like . For these we switch to a picture of turning.
WHY this tool and not division? Division needs a known root. Here we have none — but we do have a circle. A complex number can be described by its length (distance from ) and its angle (direction), written . This is the natural language when a number is being raised to a power, because De Moivre's Theorem says: Raising to the -th power multiplies the length times over and multiplies the angle by . Powers are hard in form but trivial in "length & angle" form — that is why we reach for this tool.
Matching. To solve where has length and angle :
- lengths must match: ,
- angles must match: , because turning a full circle () lands on the same point. Dividing by :
The 's through give distinct directions, each apart — evenly spaced spokes. (When these are the Roots of Unity.)
PICTURE. : length , base angle , spokes every . Three dots on a radius- circle.
Their sum is — matching the missing term (Vieta). And notice are a conjugate twin-pair: the same mirror rule, now visible as up/down symmetry on the circle.
Step 6 — The edge cases, so nothing surprises you
The three parabolas show the three discriminant cases side by side: floating above (no real crossing → twins), just kissing the axis (repeated real), cutting through twice (two reals).
The one-picture summary
One board, both engines: on the left, a real polynomial's roots as dots — real ones on the axis, complex ones as up/down twin-pairs you pair-and-divide. On the right, a power equation's roots as evenly spaced spokes on a circle you read off with De Moivre. Every root of every real polynomial is one of these two pictures.
Recall Feynman: the whole walk in plain words
On the number line, some equations have no answer, because squaring never gives a negative. So we hand ourselves one new number, , that lives one step above the line, and now our numbers fill a whole flat sheet. Here's the beautiful accident: if an equation is written using only ordinary numbers, then reflecting the sheet up-to-down leaves that equation completely unchanged — so any answer sitting above the line must have a mirror-image partner sitting below. Answers come in twins. Multiply a twin-pair together and the imaginary parts cancel, leaving a plain real block you can divide out of the big equation like taking a bite; the equation gets smaller until you can finish by eye. And for a different flavour of problem — "what number, cubed, gives 8?" — we describe each number by how far it is from the centre and which way it points; raising to a power just stretches the distance and spins the angle, so the answers land as evenly spaced dots around a circle. Two pictures — mirror-twins on a line, spokes on a circle — and no equation is ever unsolvable again.
Connections
- Parent topic
- Complex Numbers — Conjugate and Modulus (the mirror map )
- De Moivre's Theorem (length-and-angle powers)
- Roots of Unity (spokes when )
- Vieta's Formulas (sum/product checks)
- Fundamental Theorem of Algebra (why exactly roots)
- Polynomial Division (peeling out a twin-pair factor)