Finding All the Roots
This is the unit that breaks people, and you were wrestling with the genuinely hard stuff today, not the easy stuff. It is all rust from an eight-month gap, not holes. Four problem types live here, and they lean on each other. Reps get the recipes back in the cookbook.
Which Problem Is This?
On the real exam these are multiple choice and worth about 10 to 15 percent, so two or three questions. The goal is handling them without panic, not perfection.
Type 1 · Quadratic Formula → Complex Roots
No factoring hunt needed here. The moment you see a quadratic and suspect the discriminant is negative, go straight to the formula.
Formula First, Then Tame the Negative
Worked Examples
When a negative shows up under the square root, don't try to square it away — pull the $-1$ out first: $\sqrt{-16}=\sqrt{16}\cdot\sqrt{-1}=4i$. The negative doesn't turn into a $\times(-1)$ inside the root. It turns into exactly one factor of $i$ that rides along outside.
One spot sign errors like to hide: the $\pm$ and the real part both get divided by $2a$, not just the imaginary part. Simplify the square root, then finish the division across the whole numerator before you call it done — especially on the last practice problem below, where $a=2$.
Practice - Solve for the Complex Roots
Before you touch the pencil, say which method you'd reach for. Then work it. Reveal to check.
Check it ›
$x=\dfrac{-6\pm\sqrt{36-52}}{2}=\dfrac{-6\pm4i}{2}=-3\pm2i$.
Check it ›
$x=\dfrac{4\pm\sqrt{16-52}}{2}=\dfrac{4\pm6i}{2}=2\pm3i$.
Check it ›
$x=\dfrac{-2\pm\sqrt{4-20}}{2}=\dfrac{-2\pm4i}{2}=-1\pm2i$.
Check it ›
$x=\dfrac{4\pm\sqrt{16-80}}{4}=\dfrac{4\pm8i}{4}=1\pm2i$. The $4$ in the denominator divides both the $4$ and the $8i$.
Type 2 · Rational Root Test → Synthetic Division
When nobody hands you a root, you generate a list of suspects, then test them one at a time.
List the Candidates, Then Test
Two things that bit you today: the multiply step is the one that gets skipped. Bring down, then multiply, then add. Every time. And watch the trend, if the running numbers keep ballooning, you have gone too high, back off to a smaller or a negative candidate.
One more thing worth naming: asking yourself "could this candidate list just not have a nice root left?" is a real strategy, not a sign you're behind — you asked exactly that today. Watching the remainder trend is how you'd know. On the actual exam these are multiple choice, so you won't need to prove a negative, but staying calm through that reasoning is what keeps a hard problem from turning into a panic.
Worked Example
Practice - Find Every Root
Say your first candidate before you write anything down. Then work it: list candidates, find the first root by synthetic division, factor or quadratic-formula the leftover. Reveal to check.
Check it ›
Candidates $\pm 1, 2, 3, 6$. $x = 1$ works, quotient $x^2 - 5x + 6 = (x-2)(x-3)$. Roots $\; x = 1, 2, 3$.
Check it ›
$x = 2$ works, quotient $x^2 + 4x + 3 = (x+1)(x+3)$. Roots $\; x = 2, -1, -3$.
Check it ›
Candidates include $\pm\tfrac{1}{2}, \pm\tfrac{3}{2}$. $x = 3$ works, quotient $2x^2 + 3x - 2 = (2x - 1)(x + 2)$. Roots $\; x = 3, \tfrac{1}{2}, -2$.
Check it ›
$x = 1$ works, quotient $x^2 + 4$. That has no real factors, so set $x^2 + 4 = 0 \Rightarrow x^2 = -4 \Rightarrow x = \pm 2i$. Roots $\; x = 1, \; 2i, \; -2i$. This is the bridge: rational-root problems can hand you complex roots at the end.
Check it ›
Candidates: factors of $6$ over factors of $2$ → $\pm1,\pm2,\pm3,\pm6,\pm\tfrac12,\pm\tfrac32$. Testing finds $x=2$ first:
Quotient $2x^3+7x^2+2x-3$. Testing again finds $x=-3$:
Quotient $2x^2+x-1=(2x-1)(x+1)$, giving $x=\tfrac12$ and $x=-1$.
All four roots: $x=2,\;-3,\;\tfrac12,\;-1$. Two rounds of testing — that's the stamina part, not a different method.
Type 3 · Multiplying Complex Conjugates
A conjugate pair is the same numbers with the middle sign flipped: $a + bi$ and $a - bi$. Multiply them and the $i$ disappears every time.
Difference of Squares, Then $i^2 = -1$
This is the cleaner method we switched to today, and it is the one to use from now on. Square each piece, and let the $i^2$ turn the subtraction into addition, rather than FOILing all four terms and chasing the sign.
Worked Examples
Practice - Multiply the Conjugates
Each answer should come out with no $i$ in it. Reveal to check.
Check it ›
$2^2 + 3^2 = 4 + 9 = 13$.
Check it ›
$5^2 + 1^2 = 25 + 1 = 26$.
Check it ›
$1^2 + 6^2 = 1 + 36 = 37$.
Check it ›
$x^2 - (3i)^2 = x^2 + 9$.
Check it ›
$(x - 2)^2 + 1 = x^2 - 4x + 4 + 1 = x^2 - 4x + 5$.
Type 4 · One Imaginary Root → Build the Quadratic or Cubic
They give you one complex root and ask for the polynomial. The trick is the one fact to re-cement: complex roots always come in conjugate pairs.
The Conjugate Is a Free Second Root
Worked Examples
Before you build anything, name the partner first: given $a+bi$, the conjugate $a-bi$ comes free. Write both down before you touch the factor — this is the exact step that slipped today.
Practice - Build the Polynomial
Leading coefficient $1$ unless it says otherwise. Reveal to check.
Check it ›
$(x - 3)^2 + 2^2 = x^2 - 6x + 9 + 4 = x^2 - 6x + 13$.
Check it ›
$(x + 1)^2 + 5^2 = x^2 + 2x + 1 + 25 = x^2 + 2x + 26$.
Check it ›
$(x - 5)^2 + 4^2 = x^2 - 10x + 25 + 16 = x^2 - 10x + 41$.
Check it ›
$(x - 0)^2 + 2^2 = x^2 + 4$.
Check it ›
Quadratic from $1 \pm 3i$: $(x - 1)^2 + 9 = x^2 - 2x + 10$. Times $(x - 5)$: $\;x^3 - 7x^2 + 20x - 50$.
No Labels This Time
Name the type, name your first move, then solve. Reveal to check yourself.
Check it ›
Type 1 — quadratic formula. $x=\dfrac{-4\pm\sqrt{16-116}}{2}=\dfrac{-4\pm10i}{2}=-2\pm5i$.
Check it ›
Type 2 — Rational Root Test. $x=1$ works, quotient $x^2-x-6=(x-3)(x+2)$. Roots $\;x=1,3,-2$.
Check it ›
Type 3 — difference of squares. $3^2+1^2=10$.
Check it ›
Type 4 — conjugate is free. $(x-3)^2+4^2=x^2-6x+9+16=x^2-6x+25$.
Capstone - Find Every Root From One Clue
This is the "this problem has it all" type from today: they give you one complex root of a cubic and ask for all three. It chains Type 4 with the long division you already drilled.
Check it ›
$\big(x^3 + 4x^2 - 10x + 12\big) \div \big(x^2 - 2x + 2\big) = x + 6$, remainder $0$. So $x + 6 = 0 \Rightarrow x = -6$.
All three roots: $\; x = 1 - i, \; 1 + i, \; -6$.
Practice - Find Every Root From One Clue
Before you reach for long division, say the chain out loud: conjugate, quadratic, divide. Then work it. Reveal to check.
Check it ›
Conjugate $2-i$. Quadratic: $(x-2)^2+1=x^2-4x+5$. Divide: $\big(x^3-7x^2+17x-15\big)\div\big(x^2-4x+5\big)=x-3$, remainder $0$. Roots: $\;x=2+i,\;2-i,\;3$.
Check it ›
Conjugate $-1-3i$. Quadratic: $(x+1)^2+9=x^2+2x+10$. Divide: $\big(x^3+6x^2+18x+40\big)\div\big(x^2+2x+10\big)=x+4$, remainder $0$. Roots: $\;x=-1+3i,\;-1-3i,\;-4$.
Check it ›
Conjugate $3+2i$. Quadratic: $(x-3)^2+4=x^2-6x+13$. Divide: $\big(x^3-7x^2+19x-13\big)\div\big(x^2-6x+13\big)=x-1$, remainder $0$. Roots: $\;x=3-2i,\;3+2i,\;1$.
Check it ›
Conjugate $1-2i$. Quadratic: $(x-1)^2+4=x^2-2x+5$. Divide: $\big(2x^3+2x+20\big)\div\big(x^2-2x+5\big)=2x+4$, remainder $0$. The leftover is $2x+4$, not just $x-r$ — set it to $0$: $2x+4=0 \Rightarrow x=-2$. Roots: $\;x=1+2i,\;1-2i,\;-2$.
Before You Leave - Add These to Your Sheet
Negative discriminant: $x=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a}$, then $\sqrt{-16}=\sqrt{16}\cdot\sqrt{-1}=4i$. Divide the whole numerator by $2a$ — real part and imaginary part both.
Rational roots: factors of the last term over factors of the leading coefficient, each $\pm$. Test with synthetic division (bring down, multiply, add), remainder $0$ is a root, and the leftover row is a polynomial one degree smaller.
Multiplying conjugates: $(a + bi)(a - bi) = a^2 + b^2$. Square each part, the $i^2$ flips the minus to a plus.
One complex root $a + bi$ given? Its conjugate $a - bi$ is a root for free. The quadratic factor is $(x - a)^2 + b^2$.