Analyzing cubic, quartic, and higher-degree polynomial functions. Covers end behavior determined by leading term, finding zeros using the Rational Root Theorem and synthetic division, multiplicity of roots and their effect on graph behavior (crossing vs tangent at x-axis), and the Fundamental Theorem of Algebra.
High School Advanced • 9-12
You have already mastered linear and quadratic functions. Now we venture into the richer world of higher-degree polynomials: cubics, quartics, and beyond. These functions model phenomena that simpler functions cannot -- from the shape of roller coasters to the behavior of economic models. Understanding their structure requires new tools: the Rational Root Theorem, synthetic division, and the Fundamental Theorem of Algebra.
A polynomial function of degree n has the form:
where a_n (the leading coefficient) is nonzero and n is a nonnegative integer. The degree determines the function's fundamental behavior.
| Degree | Name | Max Turning Points | Max Real Zeros |
|---|---|---|---|
| 1 | Linear | 0 | 1 |
| 2 | Quadratic | 1 | 2 |
| 3 | Cubic | 2 | 3 |
| 4 | Quartic | 3 | 4 |
| n | nth degree | n - 1 | n |
The end behavior of a polynomial is controlled entirely by its leading term a_n x^n. As x approaches positive or negative infinity, the leading term dominates all others.
| Degree | Leading Coefficient | As x → +∞ | As x → -∞ |
|---|---|---|---|
| Even | Positive | f(x) → +∞ | f(x) → +∞ |
| Even | Negative | f(x) → -∞ | f(x) → -∞ |
| Odd | Positive | f(x) → +∞ | f(x) → -∞ |
| Odd | Negative | f(x) → -∞ | f(x) → +∞ |
Think of it this way: even-degree polynomials have "matching" ends (both up or both down), while odd-degree polynomials have "opposite" ends (one up, one down).
The Rational Root Theorem narrows the search for rational zeros of a polynomial with integer coefficients:
This gives you a finite list of candidates to test. Not all candidates will be actual zeros -- you must verify each one.
Synthetic division is a streamlined way to divide a polynomial by (x - c). It is faster than long division and simultaneously tells you the quotient and remainder.
When a factor (x - r) appears k times in the factorization, we say the zero r has multiplicity k. Multiplicity affects the graph:
This profound theorem, proven by Gauss, states:
Consequences: A cubic has exactly 3 zeros (some may be complex). A degree-5 polynomial has exactly 5 zeros. Complex zeros of polynomials with real coefficients always come in conjugate pairs: if 2 + 3i is a zero, then 2 - 3i is also a zero.
Problem: Describe the end behavior of f(x) = -2x^5 + 3x^3 - x + 7.
Solution: The leading term is -2x^5. Degree 5 is odd, and the leading coefficient is negative.
As x → +∞, f(x) → -∞ (negative coefficient pulls down on the right).
As x → -∞, f(x) → +∞ (odd degree flips the direction on the left).
The graph rises to the left and falls to the right.
Problem: Factor f(x) = 2x^3 - 3x^2 - 11x + 6 completely.
Solution:
By the Rational Root Theorem, possible rational zeros are ±{1, 2, 3, 6, 1/2, 3/2}.
Test x = 3 using synthetic division:
Remainder is 0, so x = 3 is a zero and (x - 3) is a factor.
The quotient is 2x^2 + 3x - 2. Factor this quadratic:
2x^2 + 3x - 2 = (2x - 1)(x + 2)
Complete factorization: f(x) = (x - 3)(2x - 1)(x + 2)
Zeros: x = 3, x = 1/2, x = -2 (all multiplicity 1, all crossing the x-axis).
Problem: Sketch the key features of g(x) = (x + 1)^2 (x - 2)^3.
Solution:
Zeros: x = -1 (multiplicity 2) and x = 2 (multiplicity 3).
At x = -1: even multiplicity, so the graph touches the x-axis and bounces back.
At x = 2: odd multiplicity, so the graph crosses the x-axis (with a flattening due to multiplicity 3).
Degree: 2 + 3 = 5. Leading coefficient: 1 (positive). Odd degree, positive leading coefficient.
End behavior: falls left, rises right.
The graph enters from below on the left, crosses or touches the x-axis at -1 (bouncing), dips down, then crosses at 2 (with an inflection-like flattening), and rises to the right.
Problem 1: Describe the end behavior of f(x) = 4x^4 - x^3 + 2x - 5.
Leading term: 4x^4. Even degree, positive coefficient.
As x → +∞, f(x) → +∞. As x → -∞, f(x) → +∞.
Both ends rise (like a wide U-shape).
Problem 2: List all possible rational zeros of f(x) = 3x^3 - x^2 + 2x - 8.
p divides 8: ±1, ±2, ±4, ±8
q divides 3: ±1, ±3
Possible rational zeros: ±1, ±2, ±4, ±8, ±1/3, ±2/3, ±4/3, ±8/3
Problem 3: Use synthetic division to determine whether x = -2 is a zero of f(x) = x^3 + 6x^2 + 11x + 6. If so, factor completely.
Synthetic division with c = -2:
-2 | 1 6 11 6
| -2 -8 -6
| 1 4 3 0
Remainder = 0, so x = -2 is a zero. Quotient: x^2 + 4x + 3 = (x + 1)(x + 3).
f(x) = (x + 2)(x + 1)(x + 3). Zeros: x = -2, -1, -3.
Problem 4: A polynomial has zeros at x = 1 (multiplicity 2), x = -3 (multiplicity 1), and x = 4 (multiplicity 1). What is its minimum degree? Describe the graph behavior at each zero.
Minimum degree = 2 + 1 + 1 = 4.
At x = 1 (mult. 2): graph touches the x-axis and bounces (tangent).
At x = -3 (mult. 1): graph crosses the x-axis.
At x = 4 (mult. 1): graph crosses the x-axis.
Problem 5: f(x) = x^4 - 5x^2 + 4. Factor completely, find all zeros, and describe the graph's end behavior.
Let u = x^2: u^2 - 5u + 4 = (u - 1)(u - 4) = (x^2 - 1)(x^2 - 4) = (x-1)(x+1)(x-2)(x+2).
Zeros: x = 1, -1, 2, -2 (all multiplicity 1, all crossing the x-axis).
Degree 4, positive leading coefficient: both ends rise (f(x) → +∞ as x → ±∞).
The graph crosses the x-axis four times and has three turning points.
Higher-degree polynomials extend the patterns you know from quadratics. End behavior is determined by the leading term: even-degree polynomials have matching ends, odd-degree have opposite ends. The Rational Root Theorem provides a finite list of possible rational zeros to test via synthetic division. The multiplicity of each zero determines whether the graph crosses or bounces at the x-axis. And the Fundamental Theorem of Algebra guarantees that a degree-n polynomial has exactly n zeros in the complex numbers, ensuring that the algebraic story is always complete.