Navigation: Wiki Home > Skills > Limits at Infinity and Horizontal Asymptotes
Imagine driving on a perfectly straight road toward a distant mountain. The closer you get, the larger the mountain appears; but what happens if you drive forever into an infinite desert? The flat horizon stays at the same height no matter how far you go.
This is the idea behind limits at infinity: we're asking what value (if any) a function settles toward as $x$ grows without bound. While vertical asymptotes describe what happens near "explosive" points, horizontal asymptotes describe the function's long-term, far-away behavior.
Key distinction: We already know what $\lim_{x \to a} f(x) = \infty$ means (function blows up near $a$). Now we're asking: what does $\lim_{x \to \infty} f(x) = L$ mean? Here $x$ is going to infinity, but the function values approach a finite number $L$.
| Property | Value |
|---|---|
| Concept | Limits |
| Course | MATH161 |
| Section | Stewart 2.6 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
$$\lim_{x \to \infty} f(x) = L$$
This means: as $x$ increases without bound, the values of $f(x)$ get arbitrarily close to $L$.
Intuitive version: For any tolerance level you specify, I can find a point beyond which all function values stay within that tolerance of $L$.
Precise version ($\varepsilon$-$N$): For every $\varepsilon > 0$, there exists a number $N$ such that: $$\text{if } x > N \text{ then } \vert f(x) - L\vert < \varepsilon$$
Similarly for negative infinity:
$$\lim_{x \to -\infty} f(x) = L$$
means $f(x) \to L$ as $x$ decreases without bound (becomes large negative).
$$\lim_{x \to \infty} \frac{1}{x} = 0 \quad \text{and} \quad \lim_{x \to -\infty} \frac{1}{x} = 0$$
Why? As $x$ gets larger, $\frac{1}{x}$ gets smaller:
We can make $\frac{1}{x}$ as close to $0$ as we want by taking $x$ large enough.
This extends to any positive power:
$$\boxed{\lim_{x \to \infty} \frac{1}{x^r} = 0 \quad \text{for any } r > 0}$$
y
|
L ├───────────────────────────── ← horizontal asymptote
| ~~~~~~~~~~~~~~~~~~~
| ~~~
| ~~~
| ~~
| ~
────+───────────────────────────→ x
As x → ∞, f(x) approaches L from below
Different functions can approach the asymptote in different ways:
The line $y = L$ is a horizontal asymptote of the curve $y = f(x)$ if:
$$\lim_{x \to \infty} f(x) = L \quad \text{or} \quad \lim_{x \to -\infty} f(x) = L$$
Important observations:
Not every function has a limit at infinity.
Example: $\lim_{x \to \infty} \sin x$ does not exist.
As $x \to \infty$, $\sin x$ keeps oscillating between $-1$ and $1$ forever. It never settles down to any particular value.
Key test: Does the function eventually settle toward a single value, or does it keep oscillating/varying without bound?
| Notation | Meaning | Example |
|---|---|---|
| $\lim_{x \to a} f(x) = L$ | Ordinary limit | $\lim_{x \to 2} x^2 = 4$ |
| $\lim_{x \to a} f(x) = \infty$ | Infinite limit | $\lim_{x \to 0} \frac{1}{x^2} = \infty$ |
| $\lim_{x \to \infty} f(x) = L$ | Limit at infinity | $\lim_{x \to \infty} \frac{1}{x} = 0$ |
| $\lim_{x \to \infty} f(x) = \infty$ | Infinite limit at infinity | $\lim_{x \to \infty} x^2 = \infty$ |
What does $\lim_{x \to \infty} f(x) = 7$ mean in plain English? Does this tell us anything about $f(100)$?
Evaluate the following limits:
A function $f$ has the following behavior:
Consider $f(x) = \frac{1}{x}$ with limit $L = 0$ as $x \to \infty$.
Use the $\varepsilon$-$N$ definition to prove that $\lim_{x \to \infty} \frac{1}{x^2} = 0$.
Your proof should:
The Settling Horizon: Think of limits at infinity like watching a boat sail toward the horizon. No matter how far the boat goes, it appears to approach the horizon line but never quite reaches it. The horizon line is the horizontal asymptote, a visual boundary the function approaches but doesn't necessarily reach. Unlike a vertical wall (vertical asymptote) that blocks the boat's path, the horizon stretches on forever, and the boat can sail toward it indefinitely.
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Infinite Limits | Skills Index | Rational Function Limits at Infinity |
Last updated: 2026-01-22