Welcome to The Capstone: Finding All Zeros of a Quartic — the grand finale of this chapter where everything comes together.
This is the capstone of the chapter. Every skill you have built comes together here:
You are given a degree-3 or degree-4 polynomial with some known zeros and must find all zeros.
The Strategy:
| Step | Action |
|---|---|
| 1 | Form a factor from the known zeros |
| 2 | Divide the polynomial |
| 3 | Factor the quotient |
🎯 The Capstone: Finding All Zeros of a Quartic
This is the culmination of everything you've learned in this chapter:
All of these skills come together here.
Let's see how ready you are for this challenge!!
Here's a key insight:
When two given zeros are conjugate surds (like and ), they form a quadratic factor with integer coefficients.
This is much better than dividing by two irrational linear factors — it keeps all the arithmetic rational and clean!
Diagnostic Question 🔍
Two zeros of a quartic are and .
What quadratic factor do they give?
For the conjugate pair and :
Sum = result
Notice how the terms cancel out: and add to zero.
This is exactly why conjugate pairs are so useful. The irrational parts always vanish when you add them.
Product =
This is a difference of squares: where and .
Quadratic factor:
Notice: all integer coefficients. No surds anywhere in the factor. This is why we form the quadratic from the conjugate pair instead of dividing by two irrational linear factors.
The Capstone: Finding All Zeros of a Quartic 🏆
This is the culmination of everything you've learned in this chapter.
Every skill you've built comes together here:
With the quadratic factor formed, we now divide the quartic by it. The quotient is another quadratic, which we then factor to find the remaining two zeros.
Given Information:
We have the quartic polynomial:
And we know that is a factor of this quartic.
Your task: Divide the quartic by this quadratic factor, then factor the resulting quotient to find the remaining two zerosgoal.
Your Challenge ✏️
Given that is a factor of :
What are all four zeros of this quartic polynomial?
Let's trace the division carefully.
Cycle 1:
Multiply:
Subtract from dividend:
Cycle 2:
Multiply:
Subtract:
Cycle 3:
Multiply:
Subtract: . Remainder . ✓ Confirmed.factor confirmed
Quotient:
To factor: , and we need a pair that sums to .
Think about it — what two numbers multiply to give negative 35 and add to give negative 2?
The pair is larger and smaller because and .
So:
Zeros from the quotient: and
So the quartic has four zeros in total:
All four zeros of the quartic:
irrational, irrational, integer, integer
Summary: We started with a degree-4 polynomial and found all four zeros:
This is the power of polynomial division — breaking a complex problem into manageable pieces!
🎯 The Capstone Challenge
We're at the final insight of this chapter. Every skill you've built comes together here:
Let me set up the scenario for you...
The Situation:
Suppose you've found that a quartic polynomial has two zeros: and .
Now you need to divide the quartic to find the remaining zeros.
You have two choices:
| Option | Approach |
|---|---|
| Option A | Divide by first, then divide the result by — two separate linear divisions |
| Option B | Form the quadratic factor (which has both zeros) and divide once |
Something to consider:
If you chose Option A and divided by first:
Then you'd have to divide that messy result by , again dealing with throughout.
This is why forming the quadratic factor with integer coefficients is the smarter approach.
Think about this strategically 🤔
Why is it better to form the quadratic factor and divide once, rather than dividing by and then by separately?
Let's compare the two approaches:
Option 1: Divide by , then divide the result by .
Problem: The first division has divisor . Every quotient term involves messy!. The second division compounds this with more surd terms. The arithmetic becomes extremely messy.
Option 2: Form from the conjugate pair. Divide once.
Advantage: The factor has integer coefficients integers!. The entire division involves only integers. The quotient has integer coefficients. Clean and fast.
This is always the strategy for conjugate pairs: Form the quadratic first, divide once. Never divide by two irrational linear factors sequentially.