4.2 Polynomial Functions of Higher Degree
Key Takeaways
- The end behavior of a polynomial $f(x) = a_n x^n + \dots + a_0$ is completely governed by its leading term $a_n x^n$, classified using the Leading Coefficient Test.
- A polynomial of degree $n$ has at most $n$ real zeros and at most $n - 1$ turning points.
- If a zero $x = k$ has even multiplicity, the graph touches the $x$-axis and turns around; if $x = k$ has odd multiplicity, the graph crosses the $x$-axis.
- The Rational Root Theorem restricts candidate rational roots of integer-coefficient polynomials to $\pm p/q$, where $p$ divides the constant term $a_0$ and $q$ divides the leading coefficient $a_n$.
- The Remainder Theorem establishes that $f(k)$ equals the remainder of $f(x) \div (x - k)$, while the Factor Theorem guarantees $(x - k)$ is a factor if and only if $f(k) = 0$.
4.2 Polynomial Functions of Higher Degree
Polynomial functions of degree 3 or higher model complex non-linear curves with multiple turns and zeros. Understanding their global behavior (end behavior) and local behavior (zeros, multiplicity, and turning points) allows precalculus students to sketch graphs and solve high-degree equations algebraically without relying on graphing technology.
1. Definition and General Anatomy of Polynomials
A polynomial function of degree $n$ is a function of the form: where:
- $n$ is a non-negative integer ($n \in {0, 1, 2, 3, \dots}$) representing the degree of the polynomial.
- $a_n, a_{n-1}, \dots, a_0$ are real coefficients, with the leading coefficient $a_n \neq 0$.
- $a_0$ is the constant term.
Key Structural Properties
- Domain: The domain of every polynomial function is $(-\infty, \infty)$.
- Smoothness and Continuity: Polynomial graphs are continuous everywhere (no breaks, holes, or asymptotes) and smooth (no sharp corners or cusps).
2. End Behavior and the Leading Coefficient Test
As $x$ moves far to the right ($x \to \infty$) or far to the left ($x \to -\infty$), the graph of $f(x)$ is dominated entirely by its leading term $a_n x^n$. The Leading Coefficient Test classifies end behavior into four distinct cases based on the degree $n$ (even vs. odd) and the sign of $a_n$ (positive vs. negative).
| Degree $n$ | Leading Coefficient $a_n$ | Left End Behavior ($x \to -\infty$) | Right End Behavior ($x \to \infty$) | Verbal Description |
|---|---|---|---|---|
| Odd | $a_n > 0$ | $f(x) \to -\infty$ | $f(x) \to \infty$ | Falls left, Rises right |
| Odd | $a_n < 0$ | $f(x) \to \infty$ | $f(x) \to -\infty$ | Rises left, Falls right |
| Even | $a_n > 0$ | $f(x) \to \infty$ | $f(x) \to \infty$ | Rises left, Rises right |
| Even | $a_n < 0$ | $f(x) \to -\infty$ | $f(x) \to -\infty$ | Falls left, Falls right |
3. Zeros, Factors, Multiplicity, and Turning Points
Real Zeros and $x$-intercepts
If $f(k) = 0$, then $k$ is a zero of the function $f$, a root of the equation $f(x) = 0$, and $(k, 0)$ is an $x$-intercept of the graph of $f$.
Turning Points Theorem
A polynomial function of degree $n$ has at most $n - 1$ turning points (points where the function changes from increasing to decreasing or vice versa). Furthermore, if a polynomial has $n$ distinct real zeros, it has exactly $n - 1$ turning points.
Multiplicity of Zeros
If $(x - k)^m$ is a factor of $f(x)$ and $(x - k)^{m+1}$ is not, then $k$ is a zero of multiplicity $m$. Multiplicity governs the local behavior of the graph at the $x$-intercept $(k, 0)$:
- Odd Multiplicity ($m = 1, 3, 5, \dots$): The graph crosses the $x$-axis at $(k, 0)$.
- If $m = 1$, it passes through linearly.
- If $m \ge 3$ (odd), it inflects/flattens as it crosses the $x$-axis.
- Even Multiplicity ($m = 2, 4, 6, \dots$): The graph touches the $x$-axis and turns around (tangent to the axis) at $(k, 0)$.
Step-by-Step Worked Example: Comprehensive Polynomial Analysis
Problem: Analyze the function $f(x) = -2(x + 1)^2(x - 3)^3$: (a) Determine the degree and end behavior, (b) Find all zeros and state their multiplicities, (c) Describe the local behavior at each $x$-intercept, and (d) State the maximum possible number of turning points.
Solution:
-
Determine degree and leading term: Expanding the factors conceptually: $(x + 1)^2$ contributes degree 2 with leading term $x^2$; $(x - 3)^3$ contributes degree 3 with leading term $x^3$. Leading term = $-2 \cdot (x^2) \cdot (x^3) = -2x^5$.
- Degree $n$: $2 + 3 = 5$ (Odd degree).
- Leading Coefficient $a_n$: $-2 < 0$.
-
Determine End Behavior via Leading Coefficient Test: Since degree is odd and $a_n < 0$:
-
Analyze Zeros and Multiplicities:
- Zero at $x = -1$: factor is $(x + 1)^2 \implies$ multiplicity 2 (even).
- Zero at $x = 3$: factor is $(x - 3)^3 \implies$ multiplicity 3 (odd).
-
Local Behavior at $x$-intercepts:
- At $(-1, 0)$: Because multiplicity is 2 (even), the graph touches the $x$-axis and turns around.
- At $(3, 0)$: Because multiplicity is 3 (odd $\ge 3$), the graph crosses the $x$-axis while flattening (inflecting).
-
Turning Points: Degree $n = 5$, so the graph has at most $5 - 1 = 4$ turning points.
4. Key Theorems for Finding Polynomial Zeros
Intermediate Value Theorem (IVT)
Let $f$ be a continuous function on $[a, b]$. If $f(a)$ and $f(b)$ have opposite signs ($f(a) \cdot f(b) < 0$), then there exists at least one real number $c \in (a, b)$ such that $f(c) = 0$.
Application: Used on the CLEP exam to isolate real roots within unit intervals.
Rational Root Theorem
If $f(x) = a_n x^n + a_{n-1}x^{n-1} + \dots + a_0$ has integer coefficients, every rational zero of $f$ has the form: where $p$ is an integer factor of the constant term $a_0$, and $q$ is an integer factor of the leading coefficient $a_n$.
Remainder Theorem and Factor Theorem
- Remainder Theorem: If polynomial $f(x)$ is divided by $(x - k)$, the remainder is $R = f(k)$.
- Factor Theorem: A polynomial $f(x)$ has a factor $(x - k)$ if and only if $f(k) = 0$.
Step-by-Step Worked Example: Finding All Zeros of a Polynomial
Problem: Find all real and complex zeros of $f(x) = 2x^4 - 3x^3 - 7x^2 + 12x - 4$.
Solution:
-
Apply the Rational Root Theorem:
- Factors of constant term $a_0 = -4$: $p \in {\pm 1, \pm 2, \pm 4}$
- Factors of leading coefficient $a_n = 2$: $q \in {\pm 1, \pm 2}$
- Possible rational roots $\frac{p}{q} \in \left{ \pm 1, \pm 2, \pm 4, \pm \frac{1}{2} \right}$
-
Test possible roots using Synthetic Division: Test $x = 1$: Remainder is 0! So $x = 1$ is a zero, and $f(x) = (x - 1)(2x^3 - x^2 - 8x + 4)$.
-
Find remaining roots from depressed polynomial $2x^3 - x^2 - 8x + 4$: Factor by grouping:
-
List all zeros and complete factorization:
- Zeros: $x = 1, , 2, , -2, , \frac{1}{2}$
- Complete factored form: $f(x) = (x - 1)(x - 2)(x + 2)(2x - 1) = 2(x - 1)(x - 2)(x + 2)\left(x - \frac{1}{2}\right)$.
5. Common CLEP Pitfalls & Exam Traps
Trap 1: Listing $\frac{q}{p}$ instead of $\frac{p}{q}$ in Rational Root Theorem. Remember: $p$ comes from the constant term (end) and $q$ comes from the leading coefficient (front). Possible roots are $\frac{\text{factors of constant}}{\text{factors of leading coefficient}}$.
Trap 2: Forgetting place-holder zeros in Synthetic Division. If dividing $f(x) = x^4 - 5x^2 + 4$ by $(x - 2)$, write the coefficients as
1 0 -5 0 4. Skipping the $x^3$ or $x^1$ terms with0will invalidate the division.
Trap 3: Misinterpreting IVT conclusions. IVT guarantees at least one root if signs change, but if $f(a)$ and $f(b)$ have the same sign, there could still be an even number of roots between $a$ and $b$.
According to the Rational Root Theorem, which of the following is NOT a possible rational zero of $f(x) = 3x^3 - 5x^2 + 2x - 4$?
For the polynomial function $f(x) = (x + 2)^3(x - 1)^2(x - 4)$, how does the graph behave at the $x$-intercept $(-2, 0)$?
Using the Remainder Theorem, what is the remainder when $f(x) = 2x^3 - 5x^2 + 3x - 7$ is divided by $x - 3$?
What is the end behavior of the polynomial function $f(x) = -4x^6 + 3x^4 - 2x + 1$?