3.5.13 · D3Complex Numbers

Worked examples — Applications — solving polynomial equations with complex roots

3,501 words16 min readBack to topic

Three things we lean on constantly

Before the matrix, let's nail down the symbols and one polar habit that show up in almost every cell, so nothing is used before it's defined.

We'll use the symbol (Greek capital "delta") for the discriminant everywhere below.


The scenario matrix

Now the whole battlefield. A polynomial-with-complex-roots problem always lands in one of these cells:

Cell Case class What makes it special Example
A Quadratic, two real roots — no appears Ex 1
B Quadratic, one repeated real root (degenerate) Ex 2
C Quadratic, conjugate pair off the real line Ex 3
D Cubic (odd degree), one complex root given forced lone real root Ex 4
E Quartic, two conjugate pairs pair-and-divide twice Ex 5
F (here ): roots evenly spaced on a circle equal spacing Ex 6
G with complex (not on axis) starting angle Ex 7
H with on the negative real axis () intermediate case, roots tilt Ex 8
K Degenerate root of unity (, or repeated) / limiting behaviour what happens as cases collapse Ex 9
I Word problem (real-world quantity) translate → solve → interpret Ex 10
J Exam twist: complex coefficients Conjugate Root Theorem fails Ex 11

The three most confusable cells are A, B, C — they are the same equation shape (always with ), but the sign of the ==discriminant == decides everything. The next figure shows all three at once.

Figure — Applications — solving polynomial equations with complex roots

Cell A — two real roots ()


Cell B — repeated real root (, degenerate)


Cell C — conjugate pair off the axis ()


Cell D — cubic with one given complex root (forced real root)


Cell E — quartic, two conjugate pairs


Cell F — with : roots evenly spaced on a circle


Cell G — with complex (nonzero start angle)


Cell H — with on the negative real axis ()


Cell K — degenerate / limiting behaviour of


Cell I — word problem (real-world quantity)


Cell J — exam twist: complex coefficients (theorem fails!)


Recall Self-test: name the cell, then solve

Which cell is ? ::: Cell C (), roots . Which cell is ? ::: Cell B (), repeated root . Which cell is ? ::: Cell H ( on negative real axis, ), roots . Which cell is ? ::: Cell F-type / roots of unity — five points evenly spaced on the unit circle. Why can have non-conjugate roots? ::: Complex coefficients — Conjugate Root Theorem needs real coefficients (Cell J). As in , what happens to the roots? ::: They shrink to the origin and merge (Cell K, degenerate). What if in ? ::: It is not a quadratic; solve the linear .

Connections