Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. AP Precalculus
  2. Polynomial Functions and End Behavior

AP PRECALCULUS • POLYNOMIAL AND RATIONAL FUNCTIONS

Polynomial Functions and End Behavior

Understand how the degree and leading coefficient of a polynomial determine its long-run behavior.

SECTION 1

Historical Context & Motivation

The study of polynomial functions stretches back thousands of years, rooted in humanity's desire to solve equations and model the physical world. Ancient Babylonian mathematicians around 1800 BCE already possessed methods for solving quadratic equations, though they expressed their solutions in rhetorical form rather than symbolic notation. As algebra matured through the work of Persian, Indian, and European mathematicians, the concept of a polynomial as a formal object—a sum of terms with non-negative integer exponents—gradually crystallized. Understanding how these functions behave as their inputs grow extremely large or extremely small became essential not only for pure mathematics but for practical applications in physics, engineering, and economics.

~1800 BCE
Babylonian Quadratics
Babylonian scribes developed algorithmic procedures for solving quadratic equations on clay tablets, laying the groundwork for polynomial algebra.
1637
Descartes' La Géométrie
René Descartes introduced modern algebraic notation and the coordinate plane, enabling the graphical study of polynomial curves and their shapes.
1748
Euler's Introductio
Leonhard Euler systematically classified polynomial functions by degree and analyzed their behavior, including the notion that the leading term dominates for large inputs.
1821
Cauchy's Cours d'Analyse
Augustin-Louis Cauchy formalized the concept of limits and provided rigorous definitions that underpin our modern understanding of end behavior.

The central question that motivates the study of end behavior is deceptively simple: What happens to the output of a polynomial function as the input grows without bound in either direction? Answering this question allows us to predict the global shape of a polynomial graph, compare the long-run growth rates of different functions, and build intuition that connects algebra to the calculus concept of limits at infinity. In the AP Precalculus framework, end behavior analysis is a foundational skill that supports curve sketching, function comparison, and rational function analysis.

SECTION 2

Core Principles & Definitions

A polynomial function is any function of the form p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀, where n is a non-negative integer and each aᵢ is a real number. The degree of the polynomial is the largest exponent n with a nonzero coefficient, and the coefficient aₙ is called the leading coefficient. Together, these two properties—degree and leading coefficient—are the only information needed to determine the end behavior of the polynomial, which describes the output values as x → +∞ and as x → −∞.

1

Degree (n)

The highest power of x present in the polynomial. The degree determines whether both ends of the graph point in the same direction (even degree) or in opposite directions (odd degree).
2

Leading Coefficient (aₙ)

The coefficient of the highest-degree term. Its sign determines whether the graph ultimately rises or falls. A positive leading coefficient means the right end rises; a negative one means it falls.
3

Leading Term Dominance

For sufficiently large |x|, the leading term aₙxⁿ overwhelms all lower-order terms. End behavior is therefore identical to that of y = aₙxⁿ alone.
4

Limit Notation

End behavior is expressed using limit notation: lim x→+∞ p(x) and lim x→−∞ p(x). Each limit is either +∞ or −∞ for any polynomial of degree ≥ 1.
✦ KEY TAKEAWAY
Think of a polynomial like a tug-of-war among its terms. Near the origin the lower-degree terms contribute noticeably, but as |x| grows, the leading term wins by an ever-larger margin—like an exponentially stronger team that renders all opponents irrelevant. Determining end behavior is equivalent to identifying the eventual winner: the leading term aₙxⁿ.
SECTION 3

Visual Explanation — End Behavior Patterns

The following diagram displays the four fundamental end behavior patterns that arise from the interplay of degree parity and leading coefficient sign. Each small coordinate plane shows the characteristic shape of a polynomial with the given properties. Pay close attention to how the arrows on each curve indicate the direction of the graph's tails.

Four End Behavior PatternsEven Degree, aₙ > 0↑ +∞+∞ ↑Both ends riseEven Degree, aₙ < 0↓ −∞−∞ ↓Both ends fallOdd Degree, aₙ > 0↓ −∞+∞ ↑Falls left, rises rightOdd Degree, aₙ < 0↑ +∞−∞ ↓Rises left, falls right
The four panels show every combination of even/odd degree with positive/negative leading coefficient. Notice that even-degree polynomials have tails that move in the same direction, while odd-degree polynomials have tails that move in opposite directions.

The top-left panel (even degree, aₙ > 0) resembles a parabola opening upward—the simplest example is y = x². Both tails extend toward +∞. The top-right panel (even degree, aₙ < 0) is its reflection, with both tails extending toward −∞, as seen in y = −x². The bottom row shows odd-degree behavior. When aₙ > 0, the graph falls to the left and rises to the right (like y = x³), whereas a negative leading coefficient reverses this pattern. These four templates are exhaustive: every polynomial of degree one or greater matches exactly one of these four cases.

SECTION 4

Mathematical Framework

The formal justification for end behavior analysis rests on the algebraic fact that the leading term dominates all other terms for sufficiently large |x|. Consider a polynomial p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀. We can factor out the leading term to isolate its influence.

GENERAL POLYNOMIAL FORM
p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀
where n is a non-negative integer (the degree), aₙ ≠ 0 (the leading coefficient), and each aᵢ ∈ ℝ.
LEADING TERM FACTORIZATION
p(x) = aₙxⁿ [1 + (aₙ₋₁)/(aₙx) + (aₙ₋₂)/(aₙx²) + … + (a₀)/(aₙxⁿ)]
As |x| → ∞, every fraction inside the brackets approaches 0, so the bracketed expression → 1. Therefore p(x) behaves like aₙxⁿ for large |x|.
END BEHAVIOR SUMMARY
lim x→±∞ p(x) = lim x→±∞ aₙxⁿ
The end behavior of any polynomial is identical to that of its leading term alone. This is the central theorem of end behavior analysis.

From this result, we derive the four cases. When n is even, xⁿ is positive regardless of the sign of x, so aₙxⁿ has the same sign on both sides—meaning both limits are +∞ if aₙ > 0 and both are −∞ if aₙ < 0. When n is odd, xⁿ preserves the sign of x, so the left and right limits have opposite signs. The sign of aₙ then determines which side is positive and which is negative. This algebraic reasoning is why you need only the degree and leading coefficient—no other information about the polynomial matters for end behavior.

EVEN DEGREE (n even, aₙ > 0)
lim x→+∞ p(x) = +∞ and lim x→−∞ p(x) = +∞
Both ends rise. Example: p(x) = 2x⁴ − 3x² + 1.
SECTION 5

Detailed Classification by Degree and Sign

The table below catalogs the end behavior for each combination of degree parity and leading coefficient sign, along with a prototype function and the associated limit statements. Memorizing this table—or, better yet, understanding the algebraic reasoning behind it—is essential for rapid analysis on the AP exam.

End behavior classification by degree parity and leading coefficient sign
DegreeLeading Coeff.As x → −∞As x → +∞Prototype
EvenPositive (aₙ > 0)p(x) → +∞p(x) → +∞y = x²
EvenNegative (aₙ < 0)p(x) → −∞p(x) → −∞y = −x⁴
OddPositive (aₙ > 0)p(x) → −∞p(x) → +∞y = x³
OddNegative (aₙ < 0)p(x) → +∞p(x) → −∞y = −x⁵
Comparing Polynomials of Different Degreesy = x², y = x³, y = x⁴, y = x⁵ on the same axesxy02−23−3y = x² (even)y = x³ (odd)y = x⁴ (even)y = x⁵ (odd)
Observe that the even-degree curves (x² and x⁴) are symmetric about the y-axis with both tails rising, while the odd-degree curves (x³ and x⁵) have opposite tails. Higher-degree curves grow faster far from the origin and remain flatter near it.

An important observation from the graph above is the relative growth rates: x⁴ overtakes x² for |x| > 1, and x⁵ overtakes x³ for |x| > 1. Near the origin (|x| < 1), higher-degree functions are actually smaller in magnitude because raising a number between 0 and 1 to a higher power yields a smaller result. This local flattening near zero, combined with explosive growth far from zero, is a signature feature of higher-degree polynomials.

SECTION 6

Worked Example

Let us determine the end behavior of the polynomial f(x) = −3x⁵ + 7x⁴ − 2x² + x − 10 using a systematic approach.

Analyzing End Behavior of f(x) = −3x⁵ + 7x⁴ − 2x² + x − 10

Step 1 — Identify the degree

Scan the polynomial for the term with the highest exponent. The terms are −3x⁵, 7x⁴, −2x², x, and −10. The highest power of x is 5, so the degree is 5, which is odd.
n = 5 (odd)

Step 2 — Identify the leading coefficient

The leading coefficient is the coefficient of the highest-degree term, which is −3x⁵. Therefore the leading coefficient is −3, which is negative.
aₙ = −3 (negative)

Step 3 — Apply the end behavior rule

Since the degree is odd and the leading coefficient is negative, we fall into the "odd degree, aₙ < 0" category. This means: as x → −∞, the function rises toward +∞ (because a negative coefficient flips the natural odd-power behavior), and as x → +∞, the function falls toward −∞.
Odd degree + negative leading coefficient → rises left, falls right

Step 4 — Write limit statements

Express the end behavior formally using limit notation. The leading term −3x⁵ dominates, and we can verify: (−3)(−∞)⁵ = (−3)(−∞) = +∞, and (−3)(+∞)⁵ = (−3)(+∞) = −∞.
lim x→−∞ f(x) = +∞ and lim x→+∞ f(x) = −∞

Step 5 — Verify with the leading term factorization (optional check)

Factor out the leading term: f(x) = −3x⁵[1 − (7/3)x⁻¹ + (2/3)x⁻³ − (1/3)x⁻⁴ + (10/3)x⁻⁵]. As |x| → ∞, the bracketed expression → 1, confirming f(x) ≈ −3x⁵ for large |x|. This is consistent with our end behavior conclusion.
Confirmed: f(x) behaves like −3x⁵ for large |x|.
SECTION 7

Common Errors & Comparisons

Students frequently make predictable errors when analyzing end behavior. The table below contrasts correct reasoning with common mistakes, along with strategies for avoiding each pitfall.

Common end behavior errors and corrective strategies
Common ErrorCorrect ApproachWhy It Matters
Using the constant term or middle terms to determine end behaviorOnly the leading term (highest degree) matters for end behaviorLower-degree terms are dominated for large |x| and have zero influence on long-run behavior
Confusing the number of terms with the degreeDegree = highest exponent, not the count of termsA polynomial like 5x³ + 1 has only 2 terms but degree 3
Ignoring that the polynomial may not be in standard formAlways identify the term with the highest power, regardless of written orderf(x) = 2x − 4x³ + x⁵ has leading term x⁵, not 2x
Assuming all odd-degree polynomials rise to the rightThe sign of the leading coefficient determines directiony = −x³ falls to the right despite being odd-degree
Confusing end behavior with behavior near zerosEnd behavior describes tails (x → ±∞), not local maxima, minima, or x-interceptsA polynomial can cross the x-axis multiple times while maintaining the same end behavior
✦ KEY TAKEAWAY
End behavior analysis is like evaluating the trajectory of a rocket after it has left the atmosphere: the small, local forces (air resistance, wind) become negligible, and the dominant force (gravity, or in our case, the leading term) determines the long-term path. Always zoom out mentally—ask what happens when x is 10,000 or −10,000—and the leading term will tell you everything.
SECTION 8

Connections to Advanced Topics

The concept of end behavior is not confined to polynomial functions; it serves as a gateway to several advanced topics that you will encounter in calculus and beyond. Understanding polynomial end behavior provides the conceptual scaffolding for analyzing rational functions, comparing growth rates, and evaluating limits at infinity rigorously.

How polynomial end behavior connects to calculus and beyond
Polynomial End BehaviorAdvanced Extension
Leading term dominates for large |x|In calculus, this principle is formalized as limits at infinity; L'Hôpital's rule and asymptotic analysis extend the idea
Odd-degree polynomials must cross the x-axis at least onceThis is a consequence of the Intermediate Value Theorem (IVT), a cornerstone of real analysis and calculus
End behavior is determined by degree and leading coefficientFor rational functions, comparing degrees of numerator and denominator yields horizontal or slant asymptotes—a direct generalization
Polynomial outputs always tend to ±∞Exponential and logarithmic functions introduce finite horizontal asymptotes and different growth hierarchies (exponential eventually dominates any polynomial)

Perhaps the most immediate application in AP Precalculus is the analysis of rational functions. When you divide one polynomial by another, the end behavior depends on the relative degrees of the numerator and denominator. If the numerator's degree exceeds the denominator's, the rational function grows without bound—its end behavior mirrors that of the quotient polynomial obtained through long division. If the degrees are equal, the end behavior approaches the ratio of leading coefficients, producing a horizontal asymptote. This elegant extension rests entirely on the leading-term dominance principle you have studied here.

📝 AP Exam Connection
End behavior questions appear frequently on the AP Precalculus exam in both multiple-choice and free-response formats. You may be asked to determine end behavior from a given equation, match a graph to an equation based on end behavior, or explain why a polynomial of odd degree must have at least one real zero. Always state your reasoning in terms of the degree and leading coefficient.
SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
A polynomial function p has an even degree and a negative leading coefficient. Which of the following correctly describes the end behavior of p?
PROBLEM 2 — BASIC CALCULATION
What is the end behavior of f(x) = 4x³ − 9x² + 6x − 1?
PROBLEM 3 — INTERMEDIATE
The polynomial g(x) = −2x(x − 3)²(x + 5) is given in factored form. Which of the following correctly states the end behavior of g?
PROBLEM 4 — APPLIED
A company models its projected profit (in thousands of dollars) t years after 2020 using the function P(t) = −0.5t⁴ + 8t³ − 30t² + 200. (a) Determine the degree and leading coefficient of P(t). (b) Describe the end behavior of P(t) using limit notation. (c) Interpret the end behavior in the context of the company's long-term profit projections. (d) Explain why this model may not be realistic for very large values of t, and suggest what type of function modification might improve long-term validity.
PROBLEM 5 — CRITICAL THINKING
Suppose h(x) is a polynomial with the property that lim x→−∞ h(x) = +∞ and lim x→+∞ h(x) = −∞. Prove that h(x) must have odd degree, and determine the sign of its leading coefficient. Additionally, explain why h(x) must have at least one real zero.
SUMMARY

Summary

The end behavior of a polynomial function describes the output values as x → +∞ and x → −∞. It is determined entirely by two properties: the degree (highest exponent) and the leading coefficient (coefficient of the highest-degree term). The principle of leading term dominance ensures that for sufficiently large |x|, the polynomial behaves like its leading term aₙxⁿ alone.

There are exactly four end behavior patterns. Polynomials with even degree have tails that move in the same direction (both up if aₙ > 0, both down if aₙ < 0), while polynomials with odd degree have tails that move in opposite directions (down-left and up-right if aₙ > 0, up-left and down-right if aₙ < 0). This analysis applies regardless of the polynomial's specific coefficients, number of terms, or local behavior near the origin. Mastering end behavior is essential for graphing polynomials, analyzing rational functions, and building the conceptual foundation for limits at infinity in calculus.

Varsity Tutors • AP Precalculus • Polynomial Functions and End Behavior