Skip to main content
Daily Math Minute

Unit 1: Polynomial & Rational Functions

Polynomial End Behavior & Zeros

Predicting end behavior and complex zeros from a polynomial's structure.

Advanced25 min lesson4 min readUpdated August 12, 2026Author not yet attributed

Prerequisites

  • Rates of Change

Reading Infinity from a Polynomial's Highest Term

You just saw that a polynomial's degree can be read straight off a difference table. Before reading on: for a huge value of x, like x = 1,000,000, which term of a polynomial actually controls the output — every term equally, or mostly just one?

Definition — End Behavior

End behavior describes what f(x) does as x → +∞ and as x → −∞. For a polynomial, end behavior is determined entirely by its leading term — the highest-degree term — because for large |x|, that term's value overwhelms every lower-degree term combined.

Here's why the leading term wins: compare xⁿ to a lower-degree term like xᵏ (k < n) by their ratio, xⁿ/xᵏ = xⁿ⁻ᵏ. As x grows without bound, that ratio itself grows without bound, since n − k > 0 — meaning the leading term becomes arbitrarily many times larger than any single lower term, not just slightly larger. Once one term dominates that completely, the sum of all the lower-degree terms can't change which way the polynomial is headed.

DegreeLeading coefficientAs x → −∞As x → +∞
EvenPositivef(x) → +∞f(x) → +∞
EvenNegativef(x) → −∞f(x) → −∞
OddPositivef(x) → −∞f(x) → +∞
OddNegativef(x) → +∞f(x) → −∞
End behavior by degree parity and leading coefficient sign.

Worked Example — Predicting End Behavior

Describe the end behavior of f(x) = −2x³ + 5x² + 1. The degree is 3 (odd) and the leading coefficient is −2 (negative). Matching the odd-degree, negative-leading-coefficient row: as x → +∞, f(x) → −∞, and as x → −∞, f(x) → +∞. The +5x² and +1 terms affect the graph's shape near the origin, but not which way its two ends ultimately point.

Degree also caps how many zeros a polynomial can have — but not every zero has to be a real number you can plot. The Fundamental Theorem of Algebra guarantees a degree-n polynomial has exactly n zeros, counted with multiplicity, among the complex numbers. And because this course only works with real coefficients, any non-real zero can't appear alone: substituting a + bi into f and conjugating both sides of f(a + bi) = 0 shows that a − bi must satisfy the equation too, since conjugation distributes cleanly over a sum of real-coefficient terms. Non-real zeros always arrive in conjugate pairs.

Worked Example — Counting Real and Complex Zeros

Find all zeros of f(x) = x⁴ + x³ − x² + x − 2, given that it factors as (x − 1)(x + 2)(x² + 1). The first two factors give real zeros x = 1 and x = −2 — check: f(1) = 1 + 1 − 1 + 1 − 2 = 0, and f(−2) = 16 − 8 − 4 − 2 − 2 = 0. The remaining factor x² + 1 = 0 gives x² = −1, so x = i and x = −i: a genuine conjugate pair, as guaranteed. That's 2 real zeros and 2 complex zeros — four total, matching the degree.

Function Explorer

Transform: g(x) = a·f(b(x − h)) + k
1
1
0
0
Composition
Analysis (of the transformed function, in view)
y-intercept
(0, 0)
x-intercepts
(-9.42, 0), (-6.28, 0), (-3.14, 0), (0, 0), (3.14, 0), (6.28, 0), (9.42, 0)
Extrema
local min at (-7.85, -1); local max at (-4.71, 1); local min at (-1.57, -1); local max at (1.57, 1); local min at (4.71, -1); local max at (7.85, 1)
Inflection points
(-9.42, 0), (-6.28, 0), (-3.14, 0), (0, 0), (3.14, 0), (6.28, 0), (9.42, 0)
Vertical asymptotes
none found in view
Horizontal asymptotes
none found
Domain
all real numbers in view
Range (estimated)
approximately [-1, 1]

Tip

Check end behavior and zero-counting against each other: an odd-degree polynomial's graph must cross the x-axis at least once (its two ends point in opposite vertical directions), while an even-degree polynomial can miss the x-axis entirely if all its zeros turn out to be non-real.

Common Mistakes

  • Reading end behavior off the term with the largest coefficient instead of the term with the largest degree.

    Size of the coefficient never matters for end behavior — only degree does. −2x³ eventually overwhelms 1000x² no matter how much bigger 1000 looks, once x is large enough.

  • Assuming a degree-4 polynomial always has 4 real zeros, since its graph is quartic-shaped.

    Degree only bounds the total zero count (real and complex combined). Some or all of those zeros can be non-real, in which case the graph crosses the x-axis fewer than 4 times.

Key Takeaways

  • A polynomial's end behavior is controlled entirely by its leading term, since the leading term overwhelms every lower-degree term for large |x|.
  • Even/odd degree combined with the leading coefficient's sign gives one of four end-behavior patterns.
  • A degree-n polynomial has exactly n zeros counting multiplicity, but some may be non-real — and non-real zeros always come in conjugate pairs.

Summary

Degree and leading coefficient predict a polynomial's long-run behavior and bound its zero count. Rational functions — polynomials divided by polynomials — inherit this thinking but add a new wrinkle: what happens where the denominator hits zero.