Navigation: Wiki Home > Skills > L'Hospital's Rule for Quotients
When both numerator and denominator approach zero (or both approach infinity), direct substitution fails. Before L'Hospital's Rule, you might spend considerable effort factoring, rationalizing, or finding clever algebraic tricks.
L'Hospital's Rule offers a systematic approach: differentiate the top and bottom separately, then take the limit again. It's elegant, powerful, and—when used correctly—remarkably efficient.
But beware: this rule only applies to $\frac{0}{0}$ and $\frac{\infty}{\infty}$ forms. Using it on other forms gives wrong answers. Always verify the form first!
| Property | Value |
|---|---|
| Concept | Indeterminate Forms & L'Hospital's Rule |
| Chapter | Chapter 6, Section 8 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
Suppose $f$ and $g$ are differentiable, $g'(x) \neq 0$ near $a$ (except possibly at $a$), and either:
$$\lim_{x \to a} f(x) = 0 \text{ and } \lim_{x \to a} g(x) = 0 \quad \text{(form } \tfrac{0}{0}\text{)}$$
or
$$\lim_{x \to a} f(x) = \pm\infty \text{ and } \lim_{x \to a} g(x) = \pm\infty \quad \text{(form } \tfrac{\infty}{\infty}\text{)}$$
Then:
$$\boxed{\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}}$$
provided the limit on the right exists (or equals $\pm\infty$).
DO NOT confuse this with the Quotient Rule!
| L'Hospital's Rule | Quotient Rule |
|---|---|
| $\lim \frac{f}{g} = \lim \frac{f'}{g'}$ | $\left(\frac{f}{g}\right)' = \frac{f'g - fg'}{g^2}$ |
| Differentiate separately | Differentiate together |
| For evaluating limits | For finding derivatives |
Near the point where both $f(a) = 0$ and $g(a) = 0$, both functions look nearly linear (if we zoom in far enough). Their ratio is approximately:
$$\frac{f(x)}{g(x)} \approx \frac{f'(a)(x-a)}{g'(a)(x-a)} = \frac{f'(a)}{g'(a)}$$
The $(x-a)$ factors cancel, leaving the ratio of slopes.
y
|
| / f(x)
| /
| /
| /
────┼─────●─────── x
| / a
| / g(x)
| /
| /
| Limit Type | Still Works? |
|---|---|
| $x \to a^+$ (one-sided) | Yes |
| $x \to a^-$ (one-sided) | Yes |
| $x \to \infty$ | Yes |
| $x \to -\infty$ | Yes |
If after one application you still get $\frac{0}{0}$ or $\frac{\infty}{\infty}$, apply again:
$$\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)} = \lim_{x \to a} \frac{f''(x)}{g''(x)} = \cdots$$
But always verify the form before each application!
Evaluate $\lim_{x \to 1} \frac{\ln x}{x - 1}$
Step 1: Verify the form
Step 2: Differentiate top and bottom $$\lim_{x \to 1} \frac{\ln x}{x - 1} = \lim_{x \to 1} \frac{\frac{d}{dx}[\ln x]}{\frac{d}{dx}[x-1]} = \lim_{x \to 1} \frac{1/x}{1} = \lim_{x \to 1} \frac{1}{x} = 1$$
Evaluate $\lim_{x \to \infty} \frac{e^x}{x^2}$
Step 1: Verify the form
Step 2: First application $$\lim_{x \to \infty} \frac{e^x}{x^2} = \lim_{x \to \infty} \frac{e^x}{2x}$$
Step 3: Check again — still $\frac{\infty}{\infty}$, apply again: $$\lim_{x \to \infty} \frac{e^x}{2x} = \lim_{x \to \infty} \frac{e^x}{2} = \infty$$
Evaluate $\lim_{x \to \infty} \frac{\ln x}{\sqrt{x}}$
Step 1: Verify — form is $\frac{\infty}{\infty}$ ✓
Step 2: Apply L'Hospital's Rule $$\lim_{x \to \infty} \frac{\ln x}{\sqrt{x}} = \lim_{x \to \infty} \frac{1/x}{1/(2\sqrt{x})}$$
Step 3: Simplify instead of applying again $$= \lim_{x \to \infty} \frac{1/x}{1/(2\sqrt{x})} = \lim_{x \to \infty} \frac{2\sqrt{x}}{x} = \lim_{x \to \infty} \frac{2}{\sqrt{x}} = 0$$
Insight: Sometimes simplifying algebraically is faster than repeated L'Hospital applications.
Evaluate $\lim_{x \to 0} \frac{e^x - 1}{x}$
Evaluate $\lim_{x \to 0} \frac{\tan 3x}{\sin 5x}$
Evaluate $\lim_{x \to 0} \frac{e^x + e^{-x} - 2}{x^2}$
Analyze the limit $\lim_{x \to \infty} \frac{x + \sin x}{x}$ using L'Hospital's Rule.
(a) What happens if you try to apply L'Hospital's Rule?
(b) Find the correct limit using a different method.
(c) Explain why L'Hospital's Rule fails here.
Prove that for any positive integer $n$:
$$\lim_{x \to \infty} \frac{e^x}{x^n} = \infty$$
This shows that exponential functions grow faster than ANY polynomial.
The "Zoom In" Analogy:
Near a point where both numerator and denominator equal zero, if you zoom in enough on their graphs, they look like straight lines through the origin.
The ratio of two lines through the origin is just the ratio of their slopes: $$\frac{\text{slope of } f}{\text{slope of } g} = \frac{f'(a)}{g'(a)}$$
L'Hospital's Rule says: "For these troublesome $\frac{0}{0}$ limits, just compare the slopes instead!"
For $\frac{\infty}{\infty}$, think of it as a race to infinity. Taking derivatives reveals who's growing faster.
Looking back:
Looking ahead:
| Previous | Up | Next |
|---|---|---|
| Recognizing Indeterminate Forms | Skills Index | L'Hospital's Rule (Products & Differences) |
Last updated: 2026-01-22