Exercises — Applications — solving polynomial equations with complex roots
Before we start, two reminders of the notation we lean on the whole way:
Level 1 — Recognition
L1.1
State whether each is true or false, with a one-line reason. (a) has no solutions. (b) If is a root of a real-coefficient polynomial, so is . (c) A degree-5 polynomial with real coefficients could have exactly zero real roots.
Recall Solution
(a) False. No real solution, yes — but gives . Complex numbers always supply the answers. (b) True. Real coefficients force complex roots into conjugate pairs (Conjugate Root Theorem). (c) False. Complex roots come in pairs (an even count). Five roots cannot all pair up, so at least one is real.
L1.2
Which single tool from the toolbox fits each equation best? (a) (b) (c) , given is a root.
Recall Solution
(a) Quadratic formula — it is degree 2 with (as we will see) a negative discriminant. (b) De Moivre / Roots of Unity — the form means " equally spaced points on a circle." (c) Conjugate pairs + Polynomial Division. Here is what that recipe means in one concrete pass, so the name is not just a label:
- Pair: real coefficients ⇒ is also a root.
- Form the real quadratic: (sum , product ).
- Divide: carry out ÷ to peel off this factor, leaving another quadratic to solve. (The actual long division is done in full at L3.1 and L4.1 — this is just the shape of the plan.)
Level 2 — Application
L2.1
Solve .
Recall Solution
Coefficients . Discriminant (the number under the root): Negative, so roots are a conjugate pair. Using the complex quadratic formula: Check (Vieta): sum ✓; product ✓.
L2.2
Solve (note the leading coefficient is not ).
Recall Solution
. Discriminant . Check: sum ✓; product ✓.
L2.3
Build the real quadratic that has roots .
Recall Solution
A conjugate pair multiplies to a real quadratic (see Vieta's Formulas): Sum . Product
Level 3 — Analysis
L3.1
Given that is a root of , find all three roots.
Recall Solution
Step 1 — pair it. Real coefficients ⇒ is also a root. Step 2 — real quadratic factor. Sum ; product . So Step 3 — divide, by matching coefficients. We know the cubic equals . Write the unknown linear factor as times and force the product to reproduce the cubic term by term — this is the matching-coefficients method: two polynomials are equal only if the coefficient of each power of agrees.
- Leading term (): the product's top term is ; the cubic's top term is . Matching forces .
- Constant term (): the product's constant is ; the cubic's constant is . Matching forces . So the linear factor is . Confirm the middle coefficients by expanding (every power must still agree): The coefficient came out and the coefficient , both matching — so is correct. Roots: . Odd degree → one lonely real root, exactly as predicted.
L3.2
The cubic (real ) has roots and . Find .
Recall Solution
Step 1 — third root. Real coefficients ⇒ the conjugate is also a root. That is all three: . Step 2 — rebuild the polynomial (leading coefficient ): The conjugate pair gives (sum , product ). Then So . Vieta check: sum of roots ✓; product ✓.
L3.3
Show that if (with ) is a root of a real polynomial, then cannot be zero-forced away — i.e. explain in one sentence why and are genuinely distinct roots, and what happens as .
Recall Solution
Because , the root sits off the real axis and its mirror image sits on the other side, making them two distinct roots that merge into a single repeated real root at only in the limit when both dots slide onto the line.
Level 4 — Synthesis
L4.1
Solve given that is a root. (Parent's example — do it fully yourself.)
Recall Solution
Step 1 — pair. is also a root ⇒ factor . Step 2 — divide. Split off : Check: ✓. Step 3 — solve the leftover : discriminant , so All roots: — two conjugate pairs.
L4.2
Solve completely and draw where the roots sit. Then use the picture to argue the roots sum to .
Recall Solution
Write , so modulus , angle . By De Moivre's Theorem the three cube roots have modulus and angles for :
The figure below plots these as three amber position-vectors on the circle of radius ; read it as a force-balance diagram — it is the visual proof that the three roots cancel. Look at how the single root pointing right is exactly opposed by the two upper-left roots, whose sideways ( and ) components cancel each other while their leftward parts ( and ) add to , killing the .

L4.3
Solve . Give the four roots in form and locate them.
Recall Solution
Write , so , . Modulus of each root . Angles for : (i.e. ).
Since and of these are , each root is :
The figure below plots the four amber dots and lets you see the conjugate-pair symmetry directly — the two upper dots are exact mirror images (across the real axis) of the two lower dots, which is why has real coefficients. Notice each dot sits at a diagonal offset, so none lands on an axis (the starting angle was , not ).

Level 5 — Mastery
L5.1
A real quartic has roots and . Reconstruct and verify with Vieta.
Recall Solution
Step 1 — all four roots. Real coefficients force both conjugates in: roots are . Step 2 — two real quadratics. Pair : sum , product . Pair : sum , product . Step 3 — multiply. Expand term by term: So . Vieta checks: sum of roots ✓; product (since ) ✓.
L5.2
Prove that the sum of all solutions of is for every , and explain it with the roots-of-unity picture.
Recall Solution
Algebraic view. The solutions are the roots of , a polynomial whose coefficient is (there is no term). By Vieta's Formulas, sum of roots for all . Geometric view. Every solution equals times an -th root of unity. Those unit vectors are equally spaced by around the circle — a symmetric star. Summing them is like adding the position vectors of the corners of a regular -gon centred at the origin: by rotational symmetry (rotating the whole set by leaves it unchanged, but a nonzero sum would have to rotate too — contradiction), the total is . Scaling by keeps the sum zero.
L5.3
The polynomial (real , note no term) has a root . Find and and the real root, then confirm the "no term" ⇒ roots sum to .
Recall Solution
Step 1 — conjugate. is also a root. Their real quadratic: sum , product . Step 2 — the third root . Sum of all three roots must be (coefficient of is ). So Step 3 — build . The cubic is The terms cancel — good, that is the built-in check. So , real root . Vieta confirm: sum of roots ✓; product ✓.
Recall Master checklist (open only after attempting all)
- Negative discriminant → conjugate pair via (denominator !).
- One complex root given → pair first, form real quadratic, then divide.
- → modulus , angles , (all of them).
- Always Vieta-check: sum , product .
- Missing term ⇔ roots sum to .
Connections
- Parent: Applications — solving polynomial equations with complex roots
- Complex Numbers — Conjugate and Modulus
- De Moivre's Theorem
- Roots of Unity
- Vieta's Formulas
- Fundamental Theorem of Algebra
- Polynomial Division