Writing Polynomial Functions from Zeros- Notes
Understanding Zeros and Polynomial Functions
A polynomial function is an expression made up of terms with non-negative integer exponents. When you graph these functions, the zeros are the x-values where the graph crosses or touches the x-axis. These are also called roots or solutions.
Here's the hard truth: if you can't identify zeros and turn them into factors, you can't work with polynomials effectively. Period. This skill shows up constantly in algebra, calculus, and beyond.
The Zero-Factor Connection
This is the foundation everything else builds on:
- If c is a zero of a polynomial, then (x - c) is a factor
- If (x - c) is a factor, then c is a zero
This relationship works both ways. You can start with zeros and build the function, or start with a function and find the zeros. The process is just reversing the direction.
Writing Functions from Real Zeros
Given the zeros of a polynomial, you can reconstruct the function by following three steps:
- Take each zero and write it as a factor using the form (x - zero)
- Multiply all the factors together
- Simplify the result
That's it. No magic, no shortcuts that work every time. Just convert zeros to factors and multiply.
Example 1: Simple Case
Zeros: 2, 3, 5
Write each zero as a factor:
- Zero 2 → (x - 2)
- Zero 3 → (x - 3)
- Zero 5 → (x - 5)
Multiply: f(x) = (x - 2)(x - 3)(x - 5)
Expand if needed: f(x) = x³ - 10x² + 31x - 30
Example 2: With Repeated Zeros
Zeros: -1, -1, 4
The zero -1 appears twice. Write it twice as a factor:
f(x) = (x + 1)(x + 1)(x - 4)
Simplify: f(x) = (x + 1)²(x - 4)
Or expanded: f(x) = x³ - 2x² - 7x - 4
Handling Complex Zeros
When a polynomial has real coefficients and a complex zero, it must also have the complex conjugate as a zero. This matters because polynomials with real coefficients always come in conjugate pairs.
If 3 + 2i is a zero, then 3 - 2i must also be a zero.
This means you can only have an odd number of real zeros if all coefficients are real. Complex zeros always come in pairs.
Example with Complex Zeros
Zeros: 1, 2 + 3i, 2 - 3i
Write the factors:
- (x - 1)
- (x - (2 + 3i)) = (x - 2 - 3i)
- (x - (2 - 3i)) = (x - 2 + 3i)
Multiply the complex conjugate pair first:
(x - 2 - 3i)(x - 2 + 3i) = (x - 2)² - (3i)² = x² - 4x + 4 + 9 = x² - 4x + 13
Now include the real factor:
f(x) = (x - 1)(x² - 4x + 13)
Final answer: f(x) = x³ - 5x² + 17x - 13
Multiplicity and Its Effect
When a zero appears more than once, that's called its multiplicity. Multiplicity affects two things:
- Graph behavior at the x-axis — odd multiplicity means the graph crosses, even multiplicity means it touches and bounces back
- Final polynomial degree — add up all multiplicities to get the degree
A zero of 3 with multiplicity 2 gives you the factor (x - 3)². It contributes 2 to the degree count.
Step-by-Step: How to Write Polynomial Functions
Here's the practical process for any problem:
Step 1: List Your Zeros
Write out every zero you're given, including any repeats. Don't skip anything.
Step 2: Convert to Factors
Change each zero c to the factor (x - c). Watch your signs — if the zero is negative, the factor becomes (x + |c|).
Step 3: Check for Complex Pairs
If you're given a complex zero, make sure its conjugate is included. If you're missing it, add it. The polynomial must have real coefficients.
Step 4: Multiply the Factors
Multiply everything together. For simple problems, expand by hand. For complex ones, multiply conjugate pairs first to get a quadratic with real coefficients.
Step 5: Verify if Needed
Plug each zero back into your final function. You should get zero every time. If not, you made an error somewhere.
Common Mistakes to Avoid
- Sign errors — the zero c gives the factor (x - c), not (x + c). This trips up almost everyone at least once
- Forgetting complex conjugates — if you see i in a zero, you must include the conjugate
- Ignoring multiplicity — a zero listed twice means the factor appears twice
- Stopping too early — (x - 2)(x - 3) is correct but usually needs expanding
Quick Reference
| Zero (c) | Factor Form | Notes |
|---|---|---|
| 3 | (x - 3) | Standard case |
| -4 | (x + 4) | Sign flips |
| 0 | x | Just x, no number needed |
| 3 (multiplicity 2) | (x - 3)² | Repeat the factor |
| 2 + i | (x - 2 - i) | Also need (x - 2 + i) |
This is a mechanical process. Given zeros → write factors → multiply → simplify. The math checks out every time if you handle the signs correctly and include all complex conjugates.