Navigation: Wiki Home > Skills > Recognizing Indeterminate Forms
You've learned that limits often work by direct substitution: plug in the value and you're done. But sometimes substitution gives you something strange like $\frac{0}{0}$ or $\frac{\infty}{\infty}$. What does that mean?
These expressions are called indeterminate forms because they don't tell you what the limit actually is. The expression $\frac{0}{0}$ could equal 1 (like $\lim_{x \to 0} \frac{x}{x}$), or 0 (like $\lim_{x \to 0} \frac{x^2}{x}$), or any other value. The form itself doesn't determine the answer—hence "indeterminate."
Recognizing indeterminate forms is the first step to solving them. Once you identify the type, you can choose the right technique.
| Property | Value |
|---|---|
| Concept | L'Hospital's Rule |
| Chapter | 6, Section 8 |
| Difficulty | Beginner |
| Time | ~15 minutes |
| Form | Example | Why It's Indeterminate |
|---|---|---|
| $\frac{0}{0}$ | $\lim_{x \to 0} \frac{\sin x}{x}$ | Numerator and denominator both vanish |
| $\frac{\infty}{\infty}$ | $\lim_{x \to \infty} \frac{e^x}{x^2}$ | Both grow without bound |
| $0 \cdot \infty$ | $\lim_{x \to 0^+} x \ln x$ | One factor shrinks, one explodes |
| $\infty - \infty$ | $\lim_{x \to 0^+} \left(\frac{1}{x} - \frac{1}{\sin x}\right)$ | Difference of large quantities |
| $0^0$ | $\lim_{x \to 0^+} x^x$ | Base and exponent both approach 0 |
| $\infty^0$ | $\lim_{x \to \infty} x^{1/x}$ | Infinite base, vanishing exponent |
| $1^\infty$ | $\lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x$ | Base approaching 1, infinite exponent |
These forms have definite values:
| Form | Value | Example |
|---|---|---|
| $\frac{c}{0}$ (where $c \neq 0$) | $\pm\infty$ or DNE | $\lim_{x \to 0^+} \frac{1}{x} = +\infty$ |
| $\frac{0}{c}$ (where $c \neq 0$) | $0$ | $\lim_{x \to 0} \frac{x^2}{1+x} = 0$ |
| $\frac{c}{\infty}$ | $0$ | $\lim_{x \to \infty} \frac{5}{x} = 0$ |
| $0 \cdot c$ | $0$ | Direct multiplication |
| $\infty + \infty$ | $\infty$ | Sum of large quantities |
| $0^\infty$ | $0$ | $\lim_{x \to \infty} \left(\frac{1}{2}\right)^x = 0$ |
| $\infty^\infty$ | $\infty$ | Large base, large exponent |
Step 1: Evaluate the limit of the numerator (or first part) separately.
Step 2: Evaluate the limit of the denominator (or second part) separately.
Step 3: Combine to identify the form.
Example: For $\lim_{x \to 0} \frac{e^x - 1}{x}$:
Example: For $\lim_{x \to 0} \frac{e^x}{x}$:
Quotients approaching $\frac{0}{0}$:
Quotients approaching $\frac{\infty}{\infty}$:
The Connection to Derivatives:
The form $\frac{0}{0}$ is closely related to the derivative. Notice that: $$f'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}$$ is always a $\frac{0}{0}$ form (assuming $f$ is continuous at $a$).
Identify the form (indeterminate or not) for each limit:
Identify the indeterminate form for each limit:
Determine whether each limit is indeterminate. If so, identify the form.
For each pair, determine which limit is indeterminate and which is not. Explain the difference.
(Pair A)
(Pair B)
The Racing Analogy:
Think of indeterminate forms as a race between two quantities:
Indeterminate forms are "races" where the outcome isn't obvious from the starting positions alone — you need to look at the speeds (derivatives) to determine the winner.
Looking back:
Looking ahead:
| Previous | Up | Next |
|---|---|---|
| Inverse Trigonometric Functions | Skills Index | L'Hospital's Rule |
Last updated: 2026-01-22