So far, we've looked at limits as $x$ approaches a finite number. But what happens to a function as $x$ grows larger and larger — heading toward infinity? That's called a limit at infinity, and it tells us the function's end behavior (what the graph does far to the right or far to the left).

$$ \lim_{x \to \infty} f(x) = L \quad \text{means: as $x$ increases without bound, $f(x)$ gets arbitrarily close to $L$} $$ $$ \lim_{x \to -\infty} f(x) = L \quad \text{means: as $x$ decreases without bound, $f(x)$ gets arbitrarily close to $L$} $$
📌 Horizontal Asymptotes
If $\displaystyle \lim_{x \to \infty} f(x) = L$ or $\displaystyle \lim_{x \to -\infty} f(x) = L$, then the line $y = L$ is a horizontal asymptote of the graph of $f$.

📊 Visualizing Limits at Infinity

Use the interactive graph below. Move the slider to see how each function behaves as $x$ moves far to the right or left:

🧮 How to Compute Limits at Infinity

The most common types of limits at infinity come from rational functions (ratios of polynomials). Here's the rule:

📐 Rule for Rational Functions
For $f(x) = \frac{a_n x^n + \dots}{b_m x^m + \dots}$ as $x \to \pm\infty$:
Example 1Degree of Denominator Larger (Limit = 0)

Find $\displaystyle \lim_{x \to \infty} \frac{5x + 2}{x^2 - 3}$.

As $x$ grows huge, the denominator grows much faster than the numerator, so the fraction shrinks to $0$.

Example 2Degrees Equal (Limit = Ratio of Leading Coefficients)

Find $\displaystyle \lim_{x \to \infty} \frac{3x^2 + 2x - 1}{x^2 + 5}$.

Example 3Degree of Numerator Larger (Limit = ∞)

Find $\displaystyle \lim_{x \to \infty} \frac{x^3 - x}{x^2 + 1}$.

The numerator grows faster, so the function grows without bound.

Example 4Negative Infinity

Find $\displaystyle \lim_{x \to -\infty} \frac{x^3 - x}{x^2 + 1}$.

Example 5Method: Divide by Highest Power

Find $\displaystyle \lim_{x \to \infty} \frac{2x^2 + 3x}{x^2 - 5}$ by dividing numerator and denominator by $x^2$.

📋 Summary Table

Function$\displaystyle \lim_{x \to \infty} f(x)$$\displaystyle \lim_{x \to -\infty} f(x)$
$f(x) = \frac{1}{x}$$0$$0$
$f(x) = \frac{1}{x^2}$$0$$0$
$f(x) = e^{-x}$$0$$\infty$
$f(x) = \frac{2x^2}{x^2+1}$$2$$2$
$f(x) = x^2$$\infty$$\infty$
⚠️ Common Mistake
Do not confuse limits at infinity ($x \to \infty$) with infinite limits ($f(x) \to \infty$). They describe different things: one is about where $x$ goes, the other about where $f(x)$ goes.
🔍 Key Takeaways
← Back to Module Page