Welcome! Today we're tackling Scaling to Integer Coefficients and the Verification Loop — a crucial skill for cleaning up your polynomial answers.
Many construction problems produce polynomials with fractional coefficients.
The standard presentation expects integer coefficients.
You need a systematic way to clear fractions without changing the zeros.
| What changes | What stays the same |
|---|---|
| Coefficients | Zeros |
| Appearance | Roots of the equation |
In this lesson, you will master:
Scaling: The Clean-Up Step 🧹
Scaling is the clean-up step after construction. The procedure is simple:
But the 'every term' part is critical — including terms that already have integer coefficients.
Given Information:
For , the denominators are 1, 6, and 2.
Multiply every term by 6LCM.
Your Turn ✏️
Scale to have integer coefficients.
Show your work: multiply each term by the LCM (which is 6) and write the final polynomial.
The scaling procedure:
Result:
We've successfully converted our fractional quadratic into one with integer coefficients!
⚠️ Common mistake: Multiplying only the fractional terms by 6, leaving unchanged.
This gives wrong!, which is a completely different polynomial.
When you scale, EVERY term gets multiplied — including the ones that already have integer coefficients.
| Term | Correct scaling | Wrong approach |
|---|---|---|
| Left as ❌ | ||
| ✓ | ||
| ✓ |
So always ask yourself — did I multiply EVERY term by the same number?
🤔 A Natural Question
When working with polynomials, we often need to multiply them by constants to clear fractions and get integer coefficients.
But here's something worth thinking about:
If you multiply a polynomial by 6, do the zeros change?
Understanding why they do (or don't) is important for mathematical confidence — and for knowing when scaling is safe.
Here's a key fact to keep in mind:
If , then for any constant (where ):
Scaling a polynomial by a non-zero constant preserves all its zeros.
Your Turn 📝
A student worries:
"If I multiply the polynomial by 6, won't it have different zeros?"
Explain why this concern is unfounded.
Here is why scaling is safe.
Let . Suppose is a zero of this polynomial, meaning .
Now create a new polynomial by scaling: .
What happens when we plug in ?
See? If , then is just , which is still zerokey!!
The zero stays a zero!
Let's evaluate at :
So is also a zero of . The zeros are identical.
This is the key principle: multiplying a polynomial by any non-zero constant preserves all its zeros.
This works because multiplying zero by any number gives zero. As long as the constant is not 0 (which would make the polynomial vanish entirely), scaling preserves all zeros.
Note: Scaling by a NEGATIVE constant also works. If you multiply by still works, the zeros are still the same. Only multiplying by would destroy information.
The Construction-Verification Loop 🔄
The final skill is the verification loop: after constructing a polynomial, factor it back and check that you recover the original zeros.
This circular check catches sign errorswatch out! and arithmetic mistakescareful! that would otherwise go unnoticed.
The Complete Loop:
This circular process is your built-in error-checking system.
Your Turn ✏️
Construct a quadratic polynomial whose zeros are and .
Complete the full verification loop:
Let's do the full loop.
Step 1: Zeros are and .
Finding Sum (S):
S
Finding Product (P):
P
denominator 2
Step 2: Construct.
Step 3: Scale. Denominators: 2 and 2. LCM = 2key.
Step 4: Factor the polynomial
We use the splitting the middle term method.
First, find
We need two numbers that:
The pair is: and ✓
Factoring by grouping:
(splitting as )
(grouping)
(factored) ✓
Step 5: Zeros. gives . gives .
These match the original zeros. Construction verified. ✓
If the zeros had NOT matched, there would be an error somewhere — most likely a sign error in the construction formula or a mistake in computing or .
Common culprits: