Navigation: Wiki Home > Skills > Indeterminate Differences (∞-∞)
What happens when you subtract infinity from infinity? Your first instinct might be "zero"—they should cancel out, right?
Not so fast. Consider these two limits:
$$\lim_{x \to 0^+} \left(\frac{1}{x} - \frac{1}{x^2}\right) \quad \text{vs.} \quad \lim_{x \to 0^+} \left(\frac{1}{x} - \frac{1}{2x}\right)$$
Both are $\infty - \infty$. But the first equals $-\infty$ (the $1/x^2$ term dominates), while the second equals $+\infty$ (they don't cancel—there's leftover!). The form $\infty - \infty$ is genuinely indeterminate because the answer depends on how fast each term grows.
The solution: convert the difference into a quotient, then apply L'Hospital's Rule.
| Property | Value |
|---|---|
| Section | Stewart 6.8 |
| Course | MATH162 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
When $\lim_{x \to a} f(x) = \infty$ and $\lim_{x \to a} g(x) = \infty$, the limit $\lim_{x \to a} [f(x) - g(x)]$ could be:
The key insight: We cannot determine the answer without analyzing the relative growth rates.
| Structure | Strategy | Example |
|---|---|---|
| $\frac{1}{f} - \frac{1}{g}$ | Common denominator | $\frac{1}{x} - \frac{1}{\sin x}$ |
| $\sqrt{A} - \sqrt{B}$ | Rationalize (conjugate) | $\sqrt{x^2+x} - x$ |
| $e^x - P(x)$ or similar | Factor dominant term | $e^x - x$ |
When both terms are fractions, combine them:
$$\frac{1}{f} - \frac{1}{g} = \frac{g - f}{fg}$$
This converts $\infty - \infty$ into a quotient (often $\frac{0}{0}$).
When square roots are involved, multiply by the conjugate:
$$\sqrt{A} - \sqrt{B} = \frac{(\sqrt{A} - \sqrt{B})(\sqrt{A} + \sqrt{B})}{\sqrt{A} + \sqrt{B}} = \frac{A - B}{\sqrt{A} + \sqrt{B}}$$
For expressions like $e^x - x$, factor out the dominant piece:
$$e^x - x = e^x\left(1 - \frac{x}{e^x}\right)$$
Then analyze $\frac{x}{e^x}$ separately using L'Hospital's Rule.
INDETERMINATE DIFFERENCE (∞ - ∞)
────────────────────────────────
↓
f → ∞ and g → ∞
↓
┌─────────────────────────┐
│ What form are f and g? │
└─────────────────────────┘
/ | \
Fractions Radicals Other
↓ ↓ ↓
Common Rationalize Factor out
denom. (conjugate) dominant
↓ ↓ ↓
Quotient form → L'Hospital's Rule
Problem: Evaluate $\lim_{x \to (\pi/2)^-} (\sec x - \tan x)$
Step 1: Identify the form.
Step 2: Find common denominator. $$\sec x - \tan x = \frac{1}{\cos x} - \frac{\sin x}{\cos x} = \frac{1 - \sin x}{\cos x}$$
Step 3: Verify new form.
Step 4: Apply L'Hospital's Rule. $$\lim_{x \to (\pi/2)^-} \frac{1 - \sin x}{\cos x} = \lim_{x \to (\pi/2)^-} \frac{-\cos x}{-\sin x} = \frac{-0}{-1} = 0$$
Answer: $\lim_{x \to (\pi/2)^-} (\sec x - \tan x) = 0$
Problem: Evaluate $\lim_{x \to \infty} \left(\sqrt{x^2 + 2x} - x\right)$
Step 1: Identify the form.
Step 2: Multiply by conjugate. $$\sqrt{x^2 + 2x} - x = \frac{(\sqrt{x^2 + 2x} - x)(\sqrt{x^2 + 2x} + x)}{\sqrt{x^2 + 2x} + x}$$
$$= \frac{(x^2 + 2x) - x^2}{\sqrt{x^2 + 2x} + x} = \frac{2x}{\sqrt{x^2 + 2x} + x}$$
Step 3: Simplify for large $x > 0$.
Factor $x$ from the square root: $\sqrt{x^2 + 2x} = x\sqrt{1 + 2/x}$ (valid for $x > 0$)
$$= \frac{2x}{x\sqrt{1 + 2/x} + x} = \frac{2x}{x(\sqrt{1 + 2/x} + 1)} = \frac{2}{\sqrt{1 + 2/x} + 1}$$
Step 4: Evaluate the limit. $$\lim_{x \to \infty} \frac{2}{\sqrt{1 + 2/x} + 1} = \frac{2}{\sqrt{1 + 0} + 1} = \frac{2}{2} = 1$$
Answer: $\lim_{x \to \infty} \left(\sqrt{x^2 + 2x} - x\right) = 1$
Problem: Evaluate $\lim_{x \to \infty} (e^x - x)$
Step 1: Identify the form.
Step 2: Factor out the dominant term.
Since $e^x$ grows much faster than $x$, factor it out: $$e^x - x = e^x\left(1 - \frac{x}{e^x}\right)$$
Step 3: Analyze $\frac{x}{e^x}$ separately.
Form: $\frac{\infty}{\infty}$. Apply L'Hospital's Rule: $$\lim_{x \to \infty} \frac{x}{e^x} = \lim_{x \to \infty} \frac{1}{e^x} = 0$$
Step 4: Combine results. $$\lim_{x \to \infty} e^x\left(1 - \frac{x}{e^x}\right) = \lim_{x \to \infty} e^x \cdot (1 - 0) = \infty$$
Answer: $\lim_{x \to \infty} (e^x - x) = \infty$
| Mistake | Why It's Wrong | Correct Approach |
|---|---|---|
| Assuming $\infty - \infty = 0$ | Different "speeds" of growth matter | Always convert to quotient first |
| Applying L'Hospital directly to difference | L'Hospital only works on quotients | Convert to $\frac{f}{g}$ form first |
| Forgetting to check form after conversion | The new form might not be indeterminate | Verify you have $\frac{0}{0}$ or $\frac{\infty}{\infty}$ |
| Using wrong conjugate | Must multiply by $\sqrt{A} + \sqrt{B}$, not subtract | Remember: $(a-b)(a+b) = a^2 - b^2$ |
Evaluate $\lim_{x \to 0} (\csc x - \cot x)$.
Evaluate $\lim_{x \to 1} \left(\frac{1}{\ln x} - \frac{1}{x - 1}\right)$.
Evaluate $\lim_{x \to \infty} \left(\sqrt{x^2 + 5x} - \sqrt{x^2 - 3x}\right)$.
Evaluate $\lim_{x \to 0^+} \left(\frac{1}{x} - \frac{1}{e^x - 1}\right)$.
Prove that $\lim_{x \to \infty} \left[x - x^2\ln\left(1 + \frac{1}{x}\right)\right] = \frac{1}{2}$.
Hint: Use the Taylor expansion $\ln(1 + u) = u - \frac{u^2}{2} + \frac{u^3}{3} - \cdots$ for small $u$.
Question 1: A student claims that $\lim_{x \to \infty}(\sqrt{x^2 + 1} - x) = 0$ because "both terms become infinite, so they cancel." What is the error in this reasoning, and what is the correct answer?
The error is assuming all infinities are "equal." The correct calculation:
$$\sqrt{x^2 + 1} - x = \frac{1}{\sqrt{x^2+1} + x} \to \frac{1}{\infty} = 0$$
So the answer IS 0, but the reasoning was wrong. The correct reason: after rationalization, the numerator is 1 (constant), while the denominator grows without bound.
A slight change like $\sqrt{x^2 + x} - x$ would give $\frac{1}{2}$, not 0. The coefficient matters!
Question 2: Explain why L'Hospital's Rule cannot be applied directly to $\lim_{x \to \infty}(e^x - x^2)$, and describe the correct strategy.
L'Hospital's Rule applies to quotients, not differences. The expression $e^x - x^2$ is a difference, so we cannot differentiate numerator/denominator.
Correct strategy: Factor out the dominant term.
$$e^x - x^2 = e^x\left(1 - \frac{x^2}{e^x}\right)$$
Now analyze $\frac{x^2}{e^x}$ using L'Hospital (form $\frac{\infty}{\infty}$):
$$\lim_{x \to \infty}\frac{x^2}{e^x} = \lim_{x \to \infty}\frac{2x}{e^x} = \lim_{x \to \infty}\frac{2}{e^x} = 0$$
So $e^x - x^2 = e^x(1 - 0) \to \infty$.
The "Tug-of-War" Analogy:
Think of $f(x) - g(x)$ where both approach infinity as a tug-of-war between two strong teams. Just because both teams are "infinitely strong" doesn't tell you who wins—it depends on which team is stronger.
Converting to a quotient is like setting up a fair scoring system to determine the winner.
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Converting Products | Skills Index | Indeterminate Powers |
Last updated: 2026-01-23