AP PRECALCULUS • POLYNOMIAL AND RATIONAL FUNCTIONS

Rational Functions and End Behavior

Discover how polynomial ratios govern long-run trends, asymptotes, and the global shape of rational graphs.

Historical Context & Motivation

The study of rational functions — quotients of polynomials — stretches back to the earliest investigations of curves in classical mathematics. Ancient Greek geometers, particularly Apollonius of Perga, studied conic sections whose equations can be written as ratios of polynomial expressions. The concept of asymptotic behavior, a hallmark of rational functions, was implicit in their work on hyperbolas, where a curve perpetually approaches but never meets a straight line. As algebra matured through the Islamic Golden Age and the European Renaissance, mathematicians formalized the notion of a function and began classifying the behavior of expressions involving polynomial quotients.

~200 BCE
Apollonius and Conic Sections
Apollonius of Perga systematically studied hyperbolas, implicitly encountering rational expressions and asymptotic lines in the process.
1637
Descartes' Analytic Geometry
René Descartes merged algebra and geometry, enabling curves defined by rational expressions to be plotted on a coordinate system.
1748
Euler's Introductio
Leonhard Euler formalized the concept of a function and classified rational functions as quotients of polynomials, studying their singularities and limits.
1821
Cauchy Formalizes Limits
Augustin-Louis Cauchy provided rigorous definitions of limits and continuity, giving end behavior analysis its modern theoretical foundation.

The central question that this topic addresses is both elegant and practical: if you know the polynomials that compose a rational function, can you predict the function's global shape — particularly what happens as x grows without bound? Understanding end behavior allows us to sketch accurate graphs, identify horizontal and slant asymptotes, and model real-world phenomena — from drug concentration over time to electrical circuit impedance — all without a graphing calculator.

Core Principles & Definitions

A rational function is any function that can be expressed as r(x) = p(x)/q(x), where p(x) and q(x) are polynomials and q(x) ≠ 0. The domain of a rational function excludes every x-value at which q(x) = 0. These excluded values produce either vertical asymptotes or removable discontinuities (holes), depending on whether the factor cancels with one in the numerator. The end behavior of a function describes the output values as x → ∞ or x → −∞, and for rational functions this behavior is entirely determined by the relationship between the degrees of p(x) and q(x).

1

Degree Comparison

Let n = deg(p) and m = deg(q). The ratio n : m dictates whether the function has a horizontal asymptote, a slant asymptote, or unbounded end behavior.
2

Horizontal Asymptote

When n < m, y = 0 is the horizontal asymptote. When n = m, the horizontal asymptote is y = aₙ/bₘ, the ratio of leading coefficients.
3

Slant (Oblique) Asymptote

When n = m + 1, polynomial long division yields a linear quotient that serves as the slant asymptote, with the remainder vanishing as x → ±∞.
4

Leading-Term Dominance

For large |x|, only the leading terms of p(x) and q(x) matter. The function approximates aₙxⁿ / bₘxᵐ, simplifying end behavior analysis.
KEY TAKEAWAY
KEY TAKEAWAY

Visual Explanation — End Behavior by Degree

Left: when deg(p) < deg(q), the curve flattens to y = 0. Center: when degrees match, the curve approaches the ratio of leading coefficients (here y = 2). Right: when deg(p) = deg(q) + 1, the curve follows a slant asymptote found via polynomial division.

The diagram above displays the three fundamental end-behavior cases. In the left panel, the function r(x) = 1/(x² + 1) has numerator degree 0 and denominator degree 2, so as |x| increases the denominator dominates and the output shrinks toward zero. The center panel shows r(x) = 2x²/(x² + 1), where numerator and denominator share degree 2; the outputs settle at y = 2/1 = 2, the ratio of leading coefficients. The right panel illustrates r(x) = x²/(x − 1), where the numerator degree exceeds the denominator degree by exactly 1, producing a slant asymptote at y = x + 1 (found by long division) alongside a vertical asymptote at x = 1.

Mathematical Framework

The formal analysis of end behavior rests on the idea of leading-term dominance. For a rational function r(x) = p(x)/q(x) with p(x) = aₙxⁿ + ··· + a₀ and q(x) = bₘxᵐ + ··· + b₀, the key observation is that for very large |x|, the highest-degree terms swamp all lower-degree terms, so r(x) ≈ aₙxⁿ / (bₘxᵐ) = (aₙ/bₘ) × x^(n−m). This single expression governs the entire end behavior.

GENERAL RATIONAL FUNCTION
r(x) = p(x) / q(x) = (aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ··· + a₀) / (bₘxᵐ + bₘ₋₁xᵐ⁻¹ + ··· + b₀)
n = degree of the numerator, m = degree of the denominator, aₙ and bₘ are the leading coefficients.
CASE 1: n < m → HORIZONTAL ASYMPTOTE AT y = 0
lim(x → ±∞) r(x) = lim(x → ±∞) (aₙ/bₘ) × x^(n−m) = 0
Since n − m < 0, the expression x^(n−m) → 0 as |x| → ∞.
CASE 2: n = m → HORIZONTAL ASYMPTOTE AT y = aₙ/bₘ
lim(x → ±∞) r(x) = aₙ / bₘ
When n − m = 0, x⁰ = 1, so the limit equals the ratio of leading coefficients.
CASE 3: n = m + 1 → SLANT ASYMPTOTE
r(x) = (quotient from long division) + (remainder) / q(x), where remainder/q(x) → 0
Polynomial long division yields a linear quotient Q(x) = cx + d. As x → ±∞, the remainder fraction vanishes and r(x) ≈ cx + d.
When n > m + 1

Classifying Asymptotic Behavior

Rational functions exhibit three types of asymptotes — vertical, horizontal, and slant — each arising from a distinct algebraic condition. The table below provides a comprehensive classification that connects algebraic structure to graphical behavior, allowing you to read the asymptotes directly from the function's formula.

Classification of asymptotes and discontinuities for rational functions
Asymptote TypeAlgebraic ConditionEquation / FormGraphical Behavior
Verticalq(c) = 0 and p(c) ≠ 0 (non-cancelled factor)x = cr(x) → ±∞ as x → c⁺ or x → c⁻
Horizontal (y = 0)deg(p) < deg(q)y = 0Curve flattens toward x-axis for large |x|
Horizontal (y = k)deg(p) = deg(q)y = aₙ / bₘCurve levels off to y = aₙ/bₘ on both ends
Slant (Oblique)deg(p) = deg(q) + 1y = cx + d (quotient from long division)Curve approaches a line with nonzero slope
Hole (not an asymptote)q(c) = 0 and p(c) = 0 (common factor cancels)Point (c, L) removedOpen circle at the point; no infinite behavior
The graph of r(x) = (2x² − 2)/(x² − 4) shows two vertical asymptotes (red dashed lines at x = −2 and x = 2), a horizontal asymptote (gold dashed line at y = 2), x-intercepts at (−1, 0) and (1, 0), and a y-intercept at (0, ½). Notice how each branch approaches the HA from above or below as x → ±∞.

The second diagram above illustrates how multiple features coexist in a single rational function. The vertical asymptotes at x = −2 and x = 2 split the graph into three branches. Despite the complex local behavior near the vertical asymptotes, the end behavior is dictated solely by the degree comparison: since numerator and denominator are both degree 2, both tails approach the horizontal asymptote y = 2. This confirms that local features (zeros, vertical asymptotes) do not alter the global end behavior.

Worked Example

Let us analyze the rational function r(x) = (3x² + 5x − 2) / (x² − x − 6) completely: find its domain, asymptotes, intercepts, and describe its end behavior using limit notation.

1
Step 1 — Factor numerator and denominatorFactor the numerator: 3x² + 5x − 2 = (3x − 1)(x + 2). Factor the denominator: x² − x − 6 = (x − 3)(x + 2). Both share the factor (x + 2).
r(x) = (3x − 1)(x + 2) / [(x − 3)(x + 2)]
2
Step 2 — Identify domain and discontinuitiesThe denominator equals zero when x = 3 or x = −2. Since (x + 2) cancels, x = −2 is a removable discontinuity (hole). The value at the hole is found by substituting x = −2 into the simplified form: (3(−2) − 1)/(−2 − 3) = −7/(−5) = 7/5. At x = 3 the factor does not cancel, producing a vertical asymptote.
Domain: all real x, x ≠ 3, x ≠ −2. Hole at (−2, 7/5). VA: x = 3.
3
Step 3 — Determine end behavior and horizontal asymptoteThe numerator and denominator both have degree 2 (n = m = 2). By the equal-degree rule, the horizontal asymptote is the ratio of leading coefficients: y = 3/1 = 3.
HA: y = 3. As x → ∞, r(x) → 3. As x → −∞, r(x) → 3.
4
Step 4 — Find interceptsx-intercept: set the simplified numerator equal to zero. 3x − 1 = 0 gives x = 1/3, so the x-intercept is (1/3, 0). y-intercept: evaluate r(0) = (−2)/(−6) = 1/3, giving (0, 1/3). Note that we use the original unsimplified form for the y-intercept since x = 0 is in the domain.
x-intercept: (1/3, 0). y-intercept: (0, 1/3).
5
Step 5 — Write end behavior in limit notationFormally, lim(x → ∞) r(x) = 3 and lim(x → −∞) r(x) = 3. Near the vertical asymptote: lim(x → 3⁺) r(x) = +∞ and lim(x → 3⁻) r(x) = −∞ (verify by testing sign of (3x − 1)/(x − 3) near x = 3).
End behavior: both tails → y = 3. Near VA at x = 3: right side → +∞, left side → −∞.

Strengths & Limitations of End-Behavior Analysis

AspectStrengthLimitation
Quick classificationDegree comparison instantly reveals the type of asymptote — no computation needed.Does not reveal local extrema, inflection points, or the curve's path between asymptotes.
Graph sketchingProvides the global framework (asymptotes, tails) that anchors any sketch.A function can cross its horizontal asymptote in the interior of its domain, so the asymptote only describes the tails.
ModelingIdentifies long-run steady states (e.g., drug concentration plateaus).Real-world domains are often bounded; "x → ∞" is an idealization.
Algebraic simplicityLeading-term dominance reduces complex expressions to a single monomial ratio.When n > m + 1, the "asymptote" is a polynomial curve, which is harder to sketch by hand.
KEY TAKEAWAY
KEY TAKEAWAY

Connection to Limits and Calculus

The end-behavior techniques you learn in AP Precalculus lay the groundwork for the formal study of limits at infinity in calculus. While precalculus relies on the intuitive idea that "the leading terms dominate," calculus introduces the ε-δ (or ε-M) framework to prove this rigorously. Additionally, the study of asymptotes connects to improper integrals, where the area under a rational curve over an infinite interval may converge precisely because the function approaches zero fast enough.

ConceptAP Precalculus ApproachCalculus Extension
End behaviorCompare degrees and leading coefficients to determine HA or SA.Evaluate lim(x→±∞) formally using limit laws; L'Hôpital's rule for 0/0 or ∞/∞ forms.
Vertical asymptotesFactor and identify non-cancelled zeros of the denominator.Compute one-sided limits lim(x→c⁺) and lim(x→c⁻) to confirm infinite behavior and determine direction.
Crossing the HASolve r(x) = HA value to see if the curve crosses the asymptote.Analyze the sign of r(x) − HA to determine approach direction and monotonicity for large x.
Slant asymptotesPerform polynomial long division to find the linear quotient.Verify via limits; extend to curvilinear asymptotes when deg(p) − deg(q) ≥ 2.

Mastering end behavior now provides a critical head start for AP Calculus, where you will evaluate limits of increasingly complex expressions. The habit of identifying the dominant term is the same whether you are analyzing a rational function in precalculus or computing an improper integral in Calculus BC.

Practice Problems

1
Which statement correctly describes the end behavior of r(x) = (4x³ − x) / (2x³ + 7)?
2
Find all asymptotes of f(x) = (5x − 3) / (2x² + x − 1).
3
Determine the slant asymptote and end behavior of g(x) = (2x² + 3x − 5) / (x + 1).
PROBLEM 4APPLIED
A biologist models the concentration C(t) of a medication in the bloodstream (in mg/L) as C(t) = (50t) / (t² + 4), where t is time in hours after administration. (a) Determine the horizontal asymptote of C(t) and interpret it in context. (b) Find the time at which the concentration is maximized. (Hint: test values or use the AM-GM inequality on t + 4/t.) (c) Describe the end behavior of C(t) as t → ∞ using limit notation. (d) Explain why the model is realistic for large t but may not be valid for very small t.
PROBLEM 5CRITICAL THINKING
Consider r(x) = (ax² + bx + c) / (dx² + ex + f), where a, d > 0 and r has a horizontal asymptote at y = 3. (a) What is the relationship between a and d? (b) Give an example of such a function that has exactly one vertical asymptote and crosses its horizontal asymptote exactly once. (c) Prove that your function from part (b) does indeed cross the line y = 3.
Varsity Tutors • AP Precalculus • Rational Functions and End Behavior