Worksheet A Topic 1.5 Polynomials And Complex Zeros

6 min read

You're staring at Worksheet A, Topic 1.Worth adding: 5. The title says "Polynomials and Complex Zeros" and your stomach does that little drop thing.

Been there. We've all been there.

The problems look innocent enough at first. *Find all zeros of f(x) = x⁴ - 5x² + 4.But * Okay, quadratic in disguise. Here's the thing — then you hit number 12: *Write a polynomial function of least degree with rational coefficients having zeros 3, 1 + 2i, and 1 - 2i. Done. Factor. Substitution. * And suddenly you're wondering why you signed up for precalc in the first place.

Here's the thing — this topic isn't actually harder than what you've done before. It's just weird in a specific way. That's why once you see the pattern, it clicks. And it stays clicked That alone is useful..

What Is Topic 1.5 Really About

Most textbooks slot this section right after you've learned synthetic division, the Rational Root Theorem, and how to factor polynomials over the real numbers. You're comfortable finding real zeros. You can sketch a decent graph. You know what multiplicity does to the x-intercept.

Then complex numbers walk back into the room.

Topic 1." *Has.Still, the core idea: every polynomial of degree n has exactly n complex zeros (counting multiplicity). Some are non-real complex numbers. In practice, 5 is where the Fundamental Theorem of Algebra stops being a vocabulary word and starts being a tool. Some are real. Consider this: not "might have. * Exactly n. But the total count never lies.

The Conjugate Pairs Rule — The Part Everyone Forgets

If your polynomial has real coefficients (and in this unit, they almost always do), non-real zeros show up in conjugate pairs.

2 + 3i is a zero? No exceptions. No negotiation. Zero's conjugate is zero. Consider this: this isn't a suggestion — it's a consequence of how complex conjugation distributes over addition and multiplication. And 2 - 3i is automatically a zero too. On top of that, the polynomial's coefficients are real, so evaluating at a conjugate gives the conjugate of the evaluation. Done.

This rule is the engine behind half the problems on Worksheet A. Miss it, and you'll write polynomials with complex coefficients by accident. Catch it, and you're basically done before you start The details matter here..

Why This Section Trips People Up

It's not the arithmetic. The arithmetic is just FOIL and distribution — stuff you've done since Algebra 1 Simple, but easy to overlook..

The trap is bookkeeping.

You're juggling three things at once: the degree of the polynomial, the conjugate pairs requirement, and the "least degree" or "rational coefficients" constraints. Drop one ball and the answer is wrong. Sometimes subtly wrong — the kind where you get 8/10 points and can't figure out where the other two went.

Real talk: most students don't struggle with finding zeros. They struggle with building polynomials from zeros. Also, the reverse direction. That's where the points live Practical, not theoretical..

How It Works — Step by Step

Let's walk through the two main problem types you'll see. Not with abstract rules — with the actual moves you make on paper.

Finding All Zeros (The "Forward" Direction)

Problem type: Find all zeros of f(x) = x⁴ - 13x² + 36

Step 1: Check for quadratic form.
See x⁴ and x²? Let u = x². Now you have u² - 13u + 36. Factor: (u - 4)(u - 9). Back-substitute: (x² - 4)(x² - 9). Keep going: (x - 2)(x + 2)(x - 3)(x + 3). Zeros: 2, -2, 3, -3. All real. Degree 4, four zeros. Check.

Step 2: If it doesn't factor nicely, use the Rational Root Theorem.
List possible rational zeros: factors of constant term over factors of leading coefficient. Test with synthetic division. When you find one, factor it out. Repeat on the quotient. Eventually you'll hit a quadratic that doesn't factor over the reals.

Step 3: Quadratic formula on the irreducible quadratic.
This is where complex zeros appear. x² + 4x + 13 = 0 gives x = -2 ± 3i. Write them as a conjugate pair. Count your zeros. Match the degree. Done Less friction, more output..

Pro tip: Always write the final answer as a set or list — {2, -2, -2 + 3i, -2 - 3i} — not as factored form unless the problem asks for it. Teachers dock points for this Worth knowing..

Writing Polynomials from Zeros (The "Reverse" Direction)

Problem type: Write a polynomial function of least degree with rational coefficients having zeros: 4, 1 + i, 1 - i

Step 1: Verify conjugate pairs are present.
1 + i and 1 - i? Good. If the problem gave you 1 + i but not 1 - i, you'd have to add it yourself. "Rational coefficients" (or "real coefficients") forces this. Don't skip this check.

Step 2: Write each zero as a factor.
Zero at 4 → factor (x - 4)
Zero at 1 + i → factor (x - (1 + i)) = (x - 1 - i)
Zero at 1 - i → factor (x - 1 + i)

Step 3: Multiply the conjugate pair FIRST.
This is the move that saves you.
(x - 1 - i)(x - 1 + i)
Let u = x - 1. Then (u - i)(u + i) = u² - i² = u² + 1 = (x - 1)² + 1
= x² - 2x + 1 + 1 = x² - 2x + 2

Notice: no i's left. Rational coefficients. Magic Practical, not theoretical..

Step 4: Multiply by the remaining factors.
(x - 4)(x² - 2x + 2)
= x³ - 2x² + 2x - 4x² + 8x - 8
= x³ - 6x² + 10x - 8

Step 5: Check the leading coefficient.
"Least degree" usually implies leading coefficient 1 unless specified otherwise. If the problem says "with leading coefficient 3," multiply your final polynomial by 3. Don't forget And that's really what it comes down to. Which is the point..

Multiplicity — The Silent Points Killer

Write a polynomial of least degree with zeros: 2 (multiplicity 2), -1 + i, -1 - i

Multiplicity 2 means the factor (x - 2) appears twice. So your factor list is:
(x - 2), (x - 2), (x + 1 - i), (x + 1 + i)

Multiply the conjugate pair: (x + 1)² + 1 = x² + 2x + 2
Multiply the double factor: (x - 2)² = x² - 4x + 4
Now multiply those two quadratics:
(x² - 4x + 4)(x² + 2

x + 2) = x⁴ - 2x³ - 4x² + 8x + 8

Key insight: Multiplicity 2 contributes two factors, so this polynomial has degree 4, matching the total count of zeros (2 + 1 + 1 = 4).


Common Mistakes to Avoid

Mistake #1: Forgetting conjugate pairs
If given zero 3 + 2i and asked for rational coefficients, you must include 3 - 2i. Period.

Mistake #2: Miscounting multiplicities
Zero at -5 with multiplicity 3 means (x + 5)³, not (x + 5). Your polynomial degree increases accordingly Simple, but easy to overlook..

Mistake #3: Arithmetic errors in expansion
Always verify your final polynomial by substituting the original zeros back in And that's really what it comes down to..


The Fundamental Connection

Here's what you now know: finding zeros of polynomials and writing polynomials from zeros are inverse operations. In practice, factor a polynomial → find its zeros. Given zeros → construct the polynomial Less friction, more output..

The Complex Conjugate Root Theorem isn't just a rule—it's the bridge that keeps polynomials with real coefficients honest. Every imaginary zero must bring its conjugate, ensuring the imaginary parts cancel when you multiply out the factors.

This duality gives you complete control: you can dissect any polynomial into its zeros, or build any polynomial from its zeros. That's powerful.

Final check: Does your answer make sense? Count degrees, verify zeros, ensure coefficients match the requirements. Mathematics rewards precision.

What's Just Landed

Fresh Content

Others Went Here Next

More from This Corner

Thank you for reading about Worksheet A Topic 1.5 Polynomials And Complex Zeros. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home