4.6 L'Hôpital's Rule and Indeterminate Forms
Key Takeaways
- L'Hôpital's Rule applies ONLY to the indeterminate quotient forms 0/0 and ±∞/±∞: if lim f(x)/g(x) produces 0/0 or ±∞/±∞, then lim f(x)/g(x) = lim f'(x)/g'(x).
- CRITICAL WARNING: L'Hôpital's Rule differentiates numerator f'(x) and denominator g'(x) separately; NEVER use the Quotient Rule when applying L'Hôpital's Rule.
- Indeterminate products 0 * ∞ must be rewritten as quotients f / (1/g) or g / (1/f) before applying L'Hôpital's Rule.
- Indeterminate powers 0^0, 1^∞, and ∞^0 require logarithmic transformation: let y = f(x)^g(x), compute L = lim ln y = lim [g(x) * ln f(x)], and recover the limit as e^L.
- Non-indeterminate forms (such as 1/0, 0/∞, ∞ + ∞, 0^∞) cannot use L'Hôpital's Rule; applying the rule to determinate forms yields incorrect results.
4.5 L'Hôpital's Rule and Indeterminate Forms
Quick Answer: L'Hôpital's Rule states that if $\lim_{x \to c} \frac{f(x)}{g(x)}$ yields the indeterminate form $\frac{0}{0}$ or $\frac{\pm\infty}{\pm\infty}$, then provided the derivative limit exists or is $\pm\infty$. Never use the Quotient Rule for L'Hôpital's Rule—differentiate the top and bottom separately. Other indeterminate forms ($0 \cdot \infty$, $\infty - \infty$, $1^\infty$, $0^0$, $\infty^0$) must first be algebraically transformed into $\frac{0}{0}$ or $\frac{\infty}{\infty}$.
1. Indeterminate Quotients and Theorem Statement
When evaluating limits by direct substitution, an expression like $\frac{0}{0}$ or $\frac{\infty}{\infty}$ represents an indeterminate form—the limit cannot be determined without deeper mathematical analysis because competing forces are at play.
Formal Theorem Statement
Let $f$ and $g$ be differentiable functions on an open interval containing $c$ (except possibly at $c$ itself), where $g'(x) \neq 0$ near $c$. If: then: provided this limit exists as a finite real number or is $\pm\infty$. The theorem holds equally for one-sided limits ($x \to c^+$, $x \to c^-$) and limits at infinity ($x \to \infty$, $x \to -\infty$).
L'Hôpital's Rule Decision Tree
Evaluate: lim f(x)/g(x)
│
┌───────────────────┴───────────────────┐
▼ ▼
Direct Substitution yields: Direct Substitution yields:
0/0 or ±∞/±∞ Determinate Form (e.g., 5/2, 0/5, 1/0)
│ │
▼ ▼
APPLY L'HÔPITAL'S RULE: DO NOT APPLY L'HÔPITAL!
Evaluate: lim f'(x)/g'(x) State answer directly or evaluate asymptote.
2. The Cardinal Rule: Separate Differentiation
CRITICAL WARNING: Applying L'Hôpital's Rule means taking the independent derivative of the numerator $f'(x)$ and dividing it by the independent derivative of the denominator $g'(x)$:
Basic Example: Direct Application
Evaluate $\lim_{x \to 0} \frac{\sin(3x)}{x}$.
- Check form: Direct substitution gives $\frac{\sin 0}{0} = \frac{0}{0}$ (Indeterminate quotient).
- Apply L'Hôpital's Rule:
3. Repeated Applications and Dominance Hierarchies
If the derivative ratio $\frac{f'(x)}{g'(x)}$ still yields $\frac{0}{0}$ or $\frac{\infty}{\infty}$, verify that the conditions hold and apply L'Hôpital's Rule a second (or third) time.
Example: Two-Stage L'Hôpital Evaluation
Evaluate $\lim_{x \to 0} \frac{e^x - x - 1}{x^2}$.
- First test: $\frac{e^0 - 0 - 1}{0^2} = \frac{1 - 1}{0} = \frac{0}{0}$. (Apply L'Hôpital #1):
- Second test: $\frac{e^0 - 1}{2(0)} = \frac{0}{0}$. (Apply L'Hôpital #2):
Growth Rate Dominance Hierarchy at Infinity
Repeated application of L'Hôpital's Rule establishes the fundamental asymptotic growth rate hierarchy as $x \to \infty$:
| Relative Growth Comparison | Limit Expression | Evaluation by Dominance |
|---|---|---|
| Logarithm vs. Polynomial | $\lim_{x \to \infty} \frac{\ln x}{x^2}$ | $\xrightarrow{\text{L'H}} \lim_{x \to \infty} \frac{1/x}{2x} = \lim_{x \to \infty} \frac{1}{2x^2} = 0$ |
| Polynomial vs. Exponential | $\lim_{x \to \infty} \frac{x^3}{e^x}$ | $\xrightarrow{\text{L'H}\times 3} \lim_{x \to \infty} \frac{6}{e^x} = 0$ |
| Exponential vs. Polynomial | $\lim_{x \to \infty} \frac{e^x}{x^4}$ | Diverges to $+\infty$ (Exponential dominates polynomial) |
4. Transforming Other Indeterminate Forms
L'Hôpital's Rule cannot be directly applied to products, differences, or powers. You must convert them to $\frac{0}{0}$ or $\frac{\infty}{\infty}$ first.
Type 1: Indeterminate Products ($0 \cdot \infty$)
Rewrite $f(x) \cdot g(x)$ as a fraction by inverting one factor:
Worked Example: Evaluate $\lim_{x \to 0^+} x \ln x$.
- Direct substitution gives $0 \cdot (-\infty)$ (Indeterminate product).
- Rewrite with $x$ moved to the denominator as $x^{-1}$:
- Apply L'Hôpital's Rule:
Type 2: Indeterminate Differences ($\infty - \infty$)
Combine rational expressions over a common denominator or multiply by algebraic conjugates.
Worked Example: Evaluate $\lim_{x \to 1} \left( \frac{1}{\ln x} - \frac{1}{x - 1} \right)$.
- Form is $\infty - \infty$.
- Combine into a single rational fraction:
- Apply L'Hôpital's Rule #1:
- Apply L'Hôpital's Rule #2:
Type 3: Indeterminate Powers ($1^\infty$, $0^0$, $\infty^0$)
Use the 3-Step Logarithmic Limit Method:
- Let $y = [f(x)]^{g(x)}$ and take the natural log: $\ln y = g(x) \ln(f(x))$.
- Compute the limit of the logarithm: $L = \lim_{x \to c} [g(x) \ln(f(x))]$ (using product transformation and L'Hôpital).
- Exponentiate to recover the original limit: $\lim_{x \to c} y = e^L$.
Worked Example: Evaluate $\lim_{x \to \infty} \left(1 + \frac{3}{x}\right)^{2x}$.
- Form is $1^\infty$.
- Let $y = \left(1 + \frac{3}{x}\right)^{2x} \implies \ln y = 2x \ln\left(1 + \frac{3}{x}\right) = \frac{2\ln(1 + 3/x)}{1/x}$.
- Evaluate $L = \lim_{x \to \infty} \frac{2\ln(1 + 3/x)}{1/x}$ (form $\frac{0}{0}$):
- Exponentiate: $\lim_{x \to \infty} \left(1 + \frac{3}{x}\right)^{2x} = e^L = e^6$.
5. Non-Indeterminate (Determinate) Forms
Applying L'Hôpital's Rule to determinate forms produces completely false results. Always test direct substitution before differentiating!
| Expression Form | Limit Classification | Correct Evaluation Method |
|---|---|---|
| $\frac{0}{k}$ ($k \neq 0$) | Determinate | Value is $0$ |
| $\frac{k}{0}$ ($k \neq 0$) | Determinate (Asymptote) | Diverges to $\pm\infty$ or does not exist (one-sided signs) |
| $\frac{0}{\infty}$ | Determinate | Value is $0$ |
| $\frac{\infty}{0}$ | Determinate | Diverges to $\pm\infty$ |
| $\infty + \infty$ | Determinate | Diverges to $+\infty$ |
| $0^\infty$ | Determinate | Value is $0$ |
| $\infty^\infty$ | Determinate | Diverges to $+\infty$ |
Caution Example
Evaluate $\lim_{x \to 0} \frac{x + 2}{x + 3}$.
- Direct substitution gives $\frac{0 + 2}{0 + 3} = \frac{2}{3}$ (Correct answer!).
- If you mistakenly applied L'Hôpital's Rule: $\lim_{x \to 0} \frac{1}{1} = 1$ (Completely WRONG!).
6. CLEP Traps and Exam Strategies
- Trap 1: Applying L'Hôpital's Rule blindly without checking $0/0$ or $\infty/\infty$. This is the number one trap engineered by exam writers.
- Trap 2: Forgetting to exponentiate ($e^L$) at the end of indeterminate power problems. Remember $L$ is only the limit of $\ln y$. Your final answer must be $e^L$.
- Trap 3: Using the Quotient Rule. Never write $\frac{f'g - fg'}{g^2}$ during L'Hôpital's Rule. Take derivative of top, derivative of bottom.
What is the value of the limit lim_{x -> 0} [sin(5x) / (3x)]?
What is the value of the limit lim_{x -> 0} [(e^(2x) - 1 - 2x) / x^2]?
What is the value of the one-sided limit lim_{x -> 0^+} (x^2 ln x)?
What is the value of the limit lim_{x -> ∞} (1 + 3/x)^(2x)?