Sometimes as $x$ approaches a finite number $a$, the function grows without bound — it gets larger and larger in the positive or negative direction. This is called an infinite limit, and it tells us that the graph has a vertical asymptote at $x = a$.

$$ \lim_{x \to a} f(x) = \infty \quad \text{means: as $x \to a$, $f(x)$ increases without bound} $$ $$ \lim_{x \to a} f(x) = -\infty \quad \text{means: as $x \to a$, $f(x)$ decreases without bound} $$
📌 Vertical Asymptotes
If $\displaystyle \lim_{x \to a} f(x) = \pm\infty$, then the line $x = a$ is a vertical asymptote of the graph of $f$.

📊 Visualizing Infinite Limits

Use the interactive graph below. Notice how the function shoots up or down as $x$ approaches the asymptote:

🧮 Common Patterns for Infinite Limits

The most common place infinite limits appear is with rational functions where the denominator approaches zero but the numerator does not.

📐 Rule of Thumb
For $f(x) = \frac{p(x)}{q(x)}$ where $p(a) \neq 0$ and $q(a) = 0$:
Example 1Basic Reciprocal: $\frac{1}{x}$

Find $\displaystyle \lim_{x \to 0^+} \frac{1}{x}$ and $\displaystyle \lim_{x \to 0^-} \frac{1}{x}$.

Example 2Even Power: $\frac{1}{x^2}$

Find $\displaystyle \lim_{x \to 0} \frac{1}{x^2}$.

Example 3Shifted Asymptote

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

Example 4Rational Function with Polynomial Numerator

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

Example 5Determining the Sign

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

📋 Quick Reference: Sign Analysis

Denominator behaviorNumerator signResult
$q(x) \to 0^+$$p(a) > 0$$\infty$
$q(x) \to 0^+$$p(a) < 0$$-\infty$
$q(x) \to 0^-$$p(a) > 0$$-\infty$
$q(x) \to 0^-$$p(a) < 0$$\infty$
⚠️ Important Distinction
Do not confuse infinite limits ($f(x) \to \infty$) with limits at infinity ($x \to \infty$). They are different concepts!
🔍 Key Takeaways
← Back to Module Page