CALCULUS 1 • LIMITS & CONTINUITY

Limits at Infinity & Horizontal Asymptotes — Connecting Limits at Infinity and Horizontal Asymptotes

Discover how the long-run behavior of functions reveals invisible boundary lines called horizontal asymptotes.

Historical Context & Motivation

For centuries, mathematicians struggled with a simple but profound question: what happens to a function when the input grows without bound? Ancient Greek thinkers like Archimedes grappled with infinite processes when computing areas, but they deliberately avoided the idea of infinity as an actual value. It wasn't until the development of calculus that mathematicians created a rigorous language to describe the end behavior of functions — that is, what a function approaches as its input heads toward positive or negative infinity.

The concept of a horizontal asymptote grew naturally from the study of limits at infinity. Early graphers noticed that certain curves seemed to flatten out and approach a fixed height as you traced them far to the left or right. The formal connection between limits at infinity and horizontal asymptotes gave mathematicians a precise tool to describe and predict this flattening behavior.

~250 BCE
Archimedes and Infinite Processes
Archimedes used a method of exhaustion to bound areas, hinting at limits but never formalizing the concept of infinity in calculation.
1660s
Newton & Leibniz Develop Calculus
Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus, giving birth to formal limit reasoning and the study of function behavior at extreme values.
1821
Cauchy's Rigorous Limits
Augustin-Louis Cauchy published "Cours d'Analyse," providing the first formal epsilon-delta framework for limits, including limits at infinity.
1870s
Weierstrass Formalizes Asymptotes
Karl Weierstrass and his students completed the rigorous foundation of analysis, firmly establishing horizontal asymptotes as the geometric face of limits at infinity.

The central question this lesson answers is elegant: How does the value a limit at infinity settles on translate directly into the horizontal asymptote you see on a graph? Understanding this bridge is one of the most satisfying moments in early calculus.

Core Principles & Definitions

Before we connect limits at infinity to horizontal asymptotes, we need crisp definitions for both ideas. A limit at infinity asks what output value a function f(x) approaches as x grows toward +∞ or −∞. A horizontal asymptote is the horizontal line y = L that the graph of f(x) gets arbitrarily close to in at least one direction. The key insight is that these two ideas are really two views of the same phenomenon — one algebraic, one geometric.

1

Limit at Infinity

We write lim f(x) = L as x → ∞ (or −∞) to mean that f(x) gets closer and closer to L as x increases (or decreases) without bound.
2

Horizontal Asymptote

The line y = L is a horizontal asymptote of f(x) if the graph of f approaches this line as x → ∞ or x → −∞ (or both).
3

The Bridge Between Them

If lim f(x) = L as x → ∞, then y = L is a horizontal asymptote. Conversely, every horizontal asymptote y = L means lim f(x) = L in at least one direction.
4

A Function Can Have Two

A function can have at most two horizontal asymptotes: one for x → +∞ and a different one for x → −∞. Rational functions have at most one.
KEY TAKEAWAY
Think of a horizontal asymptote like a highway that stretches to the horizon. As you drive farther and farther (x → ∞), you feel like you're approaching a perfectly flat line at a certain elevation (y = L). You might wobble above and below it, but you keep settling closer to it. The limit at infinity tells you the elevation number, and the horizontal asymptote draws the line at that elevation on the graph.

Visual Explanation

The diagram below shows the graph of f(x) = (2x + 1)/(x − 1). Notice how the curve approaches the dashed line y = 2 as x moves far to the right and far to the left. That dashed line is the horizontal asymptote, and it exists precisely because the limit of f(x) as x → ±∞ equals 2.

The graph of f(x) = (2x + 1)/(x − 1) approaches the dashed cyan line y = 2 in both directions. This dashed line is the horizontal asymptote, which exists because lim f(x) = 2 as x → ±∞.

In the diagram, focus on the right side of the graph first. As x takes on larger and larger values (10, 100, 1000, …), the curve edges closer to the line y = 2 without actually touching it for large x. The same flattening happens on the left side as x goes to −∞. The limit at infinity gives us the y-value of the asymptote, and the horizontal asymptote gives us the geometric picture on the graph. They are two representations of the same idea.

Mathematical Framework

Let's build the algebraic toolkit you need to evaluate limits at infinity and identify horizontal asymptotes. The most common functions you'll analyze are rational functions — fractions where both the numerator and denominator are polynomials. The core strategy is to divide every term in the fraction by the highest power of x in the denominator.

FORMAL DEFINITION
If lim f(x) = L as x → ∞, then y = L is a horizontal asymptote of f.
L is a finite real number. The same applies when x → −∞.
KEY FACT
lim (1/xⁿ) = 0 as x → ±∞, for any positive integer n
This is the foundational fact: any constant divided by a growing power of x shrinks to zero.
RATIONAL FUNCTION RULE
For f(x) = (aₙxⁿ + … + a₀) / (bₘxᵐ + … + b₀): if n < m → L = 0; if n = m → L = aₙ/bₘ; if n > m → no H.A.
n = degree of numerator, m = degree of denominator. aₙ and bₘ are the leading coefficients.

Here is the intuition behind the three cases. When the denominator grows faster than the numerator (n < m), the fraction's value shrinks toward 0. When numerator and denominator grow at the same rate (n = m), the function settles to the ratio of the leading coefficients. When the numerator dominates (n > m), the outputs grow without bound, so there is no horizontal asymptote.

DIVIDE-BY-HIGHEST-POWER TECHNIQUE
lim (3x² + 5x) / (7x² − 2) = lim (3 + 5/x) / (7 − 2/x²) = 3/7 as x → ∞
Divide every term by x² (the highest power in the denominator). As x → ∞, the 5/x and 2/x² terms vanish, leaving 3/7.

The Three Degree Cases — A Visual Classification

Understanding the three degree cases is the master key to quickly identifying horizontal asymptotes. The diagram below places all three cases side by side so you can see how the relationship between the numerator's degree and the denominator's degree controls the function's end behavior.

Side-by-side comparison of the three degree cases. Case 1 (deg N < deg D): H.A. at y = 0. Case 2 (deg N = deg D): H.A. at the ratio of leading coefficients. Case 3 (deg N > deg D): no horizontal asymptote.
Summary of the three degree cases for rational functions
Degree RelationshipLimit as x → ±∞Horizontal AsymptoteExample
deg(N) < deg(D)L = 0y = 0f(x) = 5/(x² + 1)
deg(N) = deg(D)L = aₙ / bₘy = aₙ / bₘf(x) = (4x − 1)/(2x + 3)
deg(N) > deg(D)±∞ (no finite limit)Nonef(x) = (x³ + 2) / (x + 1)

Worked Example

Let's walk through a complete example to see how the algebraic limit at infinity produces the horizontal asymptote on the graph.

Find the horizontal asymptote(s) of f(x) = (5x² − 3x + 2) / (2x² + x − 7)
1
Step 1 — Compare DegreesThe numerator has degree 2 (highest power is x²). The denominator also has degree 2. Since the degrees are equal, we are in Case 2.
deg(N) = deg(D) = 2 → Case 2
2
Step 2 — Divide Every Term by x²Divide every term in both the numerator and denominator by x², the highest power in the denominator. The expression becomes (5 − 3/x + 2/x²) / (2 + 1/x − 7/x²).
(5 − 3/x + 2/x²) / (2 + 1/x − 7/x²)
3
Step 3 — Evaluate the Limit as x → ∞As x → ∞, every term with x in the denominator vanishes: 3/x → 0, 2/x² → 0, 1/x → 0, and 7/x² → 0. The expression simplifies to (5 − 0 + 0) / (2 + 0 − 0) = 5/2.
lim f(x) = 5/2 as x → ∞
4
Step 4 — Check x → −∞The same division applies. As x → −∞, the 1/x-type terms still vanish (they approach 0 from the opposite side, but they still go to 0). The limit is again 5/2.
lim f(x) = 5/2 as x → −∞
5
Step 5 — State the Horizontal AsymptoteBecause both limits at infinity equal 5/2, the horizontal asymptote is the line y = 5/2. You could also write this as y = 2.5. On the graph, the curve approaches this line from above or below as you move far to the left or right.
Horizontal asymptote: y = 5/2
💡 Quick Shortcut
When the degrees are equal, you can skip the division and just read off the leading coefficients: 5 from the numerator and 2 from the denominator give 5/2 immediately. This shortcut works every time for the equal-degree case.

Common Mistakes & Clarifications

Even strong students sometimes stumble on the connection between limits at infinity and horizontal asymptotes. Below is a table of common misconceptions alongside the correct thinking. Understanding these pitfalls will save you from losing easy points on tests.

Frequent misconceptions about horizontal asymptotes and their corrections
Common MistakeWhy It's WrongCorrect Approach
"A function can never cross its horizontal asymptote."A function can cross its H.A. at finite x-values. The asymptote only describes behavior as x → ±∞.Check end behavior with limits; don't rely on whether the graph touches y = L.
"If deg(N) > deg(D), the H.A. is at infinity."There is no "asymptote at infinity." When the numerator dominates, the function simply has no horizontal asymptote.State "no horizontal asymptote" and note the limit is ±∞ (the function grows without bound).
"Plug in x = ∞ directly."Infinity is not a number; you cannot substitute it into a formula. Limits describe approaching, not arriving.Use the divide-by-highest-power technique or the degree comparison rule.
"A function can have at most one H.A."Some functions (like certain piecewise or irrational functions) have different horizontal asymptotes as x → +∞ and x → −∞.Always check both directions separately. For rational functions the H.A. is the same in both directions, but this isn't universally true.
KEY TAKEAWAY
Horizontal asymptotes describe the destination the function is heading toward, not a wall the function cannot cross. Think of a horizontal asymptote like a GPS destination: as you drive farther (x grows), you approach the destination (y = L), but nothing stops you from passing through the GPS coordinates on the way there.

Connection to Advanced Theory — Beyond Rational Functions

So far we've focused on rational functions, but the connection between limits at infinity and horizontal asymptotes applies to all functions. In more advanced calculus and analysis, you'll encounter exponential, logarithmic, and trigonometric functions where the same principle holds: evaluate the limit at infinity, and if it equals a finite number L, then y = L is the horizontal asymptote.

How today's concepts connect to future calculus and analysis topics
Topic in This LessonWhere It Leads
Degree comparison for rational functionsDominant-term analysis for exponential vs. polynomial growth rates
Horizontal asymptotes as end behaviorSlant (oblique) asymptotes when deg(N) = deg(D) + 1, and curvilinear asymptotes in general
lim 1/xⁿ = 0Formal epsilon-delta proofs of limits at infinity in real analysis
Functions crossing horizontal asymptotesOscillatory convergence in damped functions like f(x) = sin(x)/x

A particularly interesting preview: the function f(x) = sin(x)/x oscillates infinitely many times yet still has the horizontal asymptote y = 0, because lim sin(x)/x = 0 as x → ∞. The function crosses y = 0 at every multiple of π, yet it is always settling closer to the asymptote. This reinforces the idea that horizontal asymptotes describe ultimate destination, not a boundary that can't be crossed.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain why a function f(x) has the horizontal asymptote y = 4 if and only if lim f(x) = 4 as x → ∞ or x → −∞ (or both). Why is the limit the key, rather than, say, where the function equals 4?
PROBLEM 2BASIC CALCULATION
Find the horizontal asymptote of f(x) = (6x − 5) / (3x + 2) by evaluating the appropriate limit at infinity.
PROBLEM 3INTERMEDIATE
Determine the horizontal asymptote(s) of g(x) = (4x³ + x) / (2x³ − 9x² + 1). Show the divide-by-highest-power technique step by step.
PROBLEM 4APPLIED
A biologist models the population P(t) of a bacteria colony as P(t) = 5000t / (t + 20), where t is time in hours. What is the long-term population the colony approaches? Identify the horizontal asymptote and explain what it means in context.
PROBLEM 5CRITICAL THINKING
Consider h(x) = (3x² + sin(x)) / (x² + 1). Does this function have a horizontal asymptote, even though sin(x) oscillates forever? Justify your answer using the Squeeze Theorem or logical reasoning about dominant terms.

Lesson Summary

A limit at infinity describes what output a function approaches as x grows toward +∞ or −∞. If that limit equals a finite number L, then y = L is a horizontal asymptote — a horizontal line the graph approaches at its extremes. These two concepts are two views of the same idea: the limit gives you the algebraic value, and the asymptote gives you the geometric picture.

For rational functions, the degree comparison shortcut determines everything: if the numerator degree is less than the denominator degree, the H.A. is y = 0; if the degrees are equal, the H.A. is the ratio of leading coefficients; and if the numerator degree exceeds the denominator degree, there is no horizontal asymptote. Remember: a function can cross its horizontal asymptote at finite x-values — the asymptote only describes the ultimate destination, not a barrier.

Varsity Tutors • Calculus 1 • Limits at Infinity & Horizontal Asymptotes