Introduction to Complex Zeros
Welcome! So far in Unit 1, you have looked at polynomial functions and their rates of change. You might have noticed that some polynomials don't seem to have enough "answers" (zeros) when you look at their graphs. For example, a parabola that floats above the x-axis never actually touches it. Does that mean it has no zeros? In the world of Real Numbers, yes. But in AP Precalculus, we dive deeper into the Complex Number System to find the "hidden" zeros of every polynomial.Prerequisite Quick Review: What is \(i\)?
Before we find complex zeros, let's remember what a complex number looks like.
A complex number is written in the form \(a + bi\), where \(a\) is the real part and \(bi\) is the imaginary part. The most important thing to remember is the definition of the imaginary unit:
\(i = \sqrt{-1}\) which implies \(i^2 = -1\)
If you see a negative number under a square root, like \(\sqrt{-9}\), you can rewrite it as \(\sqrt{9} \cdot \sqrt{-1}\), which simplifies to \(3i\).
The Fundamental Theorem of Algebra
This sounds fancy, but it is actually a very simple and powerful rule. It tells us exactly how many zeros to expect for any polynomial function.The Rule: A polynomial function of degree \(n\) (where \(n \geq 1\)) has exactly \(n\) complex zeros, as long as we count multiplicities.
What does this mean for you?
If you have a cubic function like \(f(x) = x^3 + 2x^2 + x\), the degree is 3. This theorem guarantees that there are exactly 3 zeros. Some might be real, and some might be complex, but the total will always match the degree!
Key Takeaway: The degree of the polynomial = the total number of zeros (real + complex).
The Conjugate Zeros Theorem
Complex zeros have a very specific social rule: they never travel alone! They always move in conjugate pairs.If a polynomial has real coefficients and \(a + bi\) is a zero, then its "twin," \(a - bi\), must also be a zero.
Example: If you are told that \(3 + 2i\) is a zero of a polynomial, you automatically know that \(3 - 2i\) is also a zero. You get two zeros for the price of one!
Common Mistake to Avoid: This rule only applies to complex zeros. Real zeros (like \(x = 5\)) don't have "twins" in the same way.
How to Find Complex Zeros
In AP Precalculus, you will often find complex zeros by using the Quadratic Formula or by factoring.Step-by-Step: Using the Quadratic Formula
Let's find the zeros for \(f(x) = x^2 - 4x + 13\).
1. Identify the coefficients: \(a = 1, b = -4, c = 13\).
2. Plug into the Quadratic Formula:
\(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
\(x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(1)(13)}}{2(1)}\)
3. Simplify the discriminant (the part under the root):
\(x = \frac{4 \pm \sqrt{16 - 52}}{2}\)
\(x = \frac{4 \pm \sqrt{-36}}{2}\)
4. Handle the imaginary number:
Since \(\sqrt{-36} = 6i\), we have:
\(x = \frac{4 \pm 6i}{2}\)
5. Final Answer:
\(x = 2 \pm 3i\)
The two zeros are \(2 + 3i\) and \(2 - 3i\).
Linear Factorization
Because of the Linear Factorization Theorem, we can write any polynomial as a product of linear factors.If \(c\) is a zero (real or complex), then \((x - c)\) is a factor.
Using our example above (\(x = 2 + 3i\) and \(x = 2 - 3i\)), we can write the function \(f(x) = x^2 - 4x + 13\) in its factored form:
\(f(x) = (x - (2 + 3i))(x - (2 - 3i))\)
Did you know? Even if a graph never touches the x-axis, these linear factors still exist in the complex plane. The "zeros" are just values that make the function output zero, even if we can't see them as x-intercepts on a standard graph.
Connecting the Dots: Graphs vs. Algebra
How do complex zeros affect the graph of a polynomial?- Real Zeros: These appear as x-intercepts on the graph.
- Complex Zeros: These do not appear as x-intercepts.
If you see a 4th-degree polynomial graph that only crosses the x-axis twice, you can conclude that there are 2 real zeros and 2 complex zeros (totaling the degree of 4).
Quick Review & Summary
Checklist for Success:
1. Count the Degree: A degree \(n\) polynomial has \(n\) total zeros.
2. Check for Pairs: Complex zeros always come in pairs (\(a \pm bi\)).
3. Use the Formula: Use the Quadratic Formula when you can't factor normally to find those \(i\) values.
4. Factor it Out: Every zero \(c\) creates a factor \((x - c)\).
Don't worry if complex numbers feel a bit "imaginary" at first. Just treat \(i\) like a variable while you calculate, and remember that \(i^2 = -1\). You've got this!
Cross-reference: To see how these zeros relate to the end behavior of the graph, check out Chapter 1.6: Polynomial Functions and End Behavior.