L'Hôpital's Rule is a powerful technique for evaluating limits that initially give indeterminate forms like $\frac{0}{0}$ or $\frac{\infty}{\infty}$. Instead of factoring or rationalizing, you differentiate the numerator and denominator separately — then try the limit again. Repeat as needed.

🎯 In this section you will learn

📌 The Rule

$$ \text{If } \lim_{x \to a} \frac{f(x)}{g(x)} \text{ is of the form } \frac{0}{0} \text{ or } \frac{\infty}{\infty}, \text{ then } $$ $$ \lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)} $$
provided the limit exists (or is $\pm\infty$)
💡 Important Conditions
Example 1Basic $\frac{0}{0}$ Form

Find $\displaystyle \lim_{x \to 0} \frac{\sin x}{x}$.

Check form
As $x \to 0$, $\sin x \to 0$ and $x \to 0$ → $\frac{0}{0}$
Apply L'Hôpital's Rule
$\frac{d}{dx}(\sin x) = \cos x$, $\frac{d}{dx}(x) = 1$
New limit
$\lim_{x \to 0} \frac{\cos x}{1} = \cos(0) = 1$
Example 2Applying the Rule Twice

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

First application
$\frac{0}{0}$ form. $\frac{d}{dx}(1-\cos x) = \sin x$, $\frac{d}{dx}(x^2) = 2x$
New limit
$\lim_{x \to 0} \frac{\sin x}{2x}$ → still $\frac{0}{0}$
Second application
$\frac{d}{dx}(\sin x) = \cos x$, $\frac{d}{dx}(2x) = 2$
Result
$\lim_{x \to 0} \frac{\cos x}{2} = \frac{1}{2}$
Example 3$\frac{\infty}{\infty}$ Form

Find $\displaystyle \lim_{x \to \infty} \frac{e^x}{x^2}$.

Example 4$\frac{\infty}{\infty}$ with Polynomial

Find $\displaystyle \lim_{x \to \infty} \frac{\ln x}{x}$.

📌 Other Indeterminate Forms

Sometimes limits look like $0 \cdot \infty$, $\infty - \infty$, $0^0$, $1^\infty$, or $\infty^0$. You can often rewrite them as $\frac{0}{0}$ or $\frac{\infty}{\infty}$ to apply L'Hôpital's Rule.

Indeterminate FormRewriteMethod
$0 \cdot \infty$$\frac{0}{1/\infty}$ or $\frac{\infty}{1/0}$Rewrite as $\frac{0}{0}$ or $\frac{\infty}{\infty}$
$\infty - \infty$Common denominator or factorRewrite as $\frac{0}{0}$
$0^0$, $1^\infty$, $\infty^0$Take $\ln$ of both sidesUse $y = \lim f(x)^{g(x)}$, $\ln y = \lim g(x)\ln f(x)$
Example 5$0 \cdot \infty$ Form

Find $\displaystyle \lim_{x \to 0^+} x \ln x$.

Identify form
As $x \to 0^+$, $x \to 0$, $\ln x \to -\infty$ → $0 \cdot (-\infty)$
Rewrite as $\frac{\infty}{\infty}$
$x \ln x = \frac{\ln x}{1/x}$
Apply L'Hôpital
$\frac{d}{dx}\ln x = \frac{1}{x}$, $\frac{d}{dx}(1/x) = -1/x^2$
Simplify
$\lim_{x \to 0^+} \frac{1/x}{-1/x^2} = \lim_{x \to 0^+} (-x) = 0$
Example 6$1^\infty$ Form

Find $\displaystyle \lim_{x \to \infty} \left(1 + \frac{1}{x}\right)^x$.

Let $y = \left(1 + \frac{1}{x}\right)^x$
Take $\ln$: $\ln y = x \ln\left(1 + \frac{1}{x}\right)$
Rewrite as $0 \cdot \infty$
As $x \to \infty$, $\ln(1+1/x) \to 0$, so $\ln y \to \infty \cdot 0$
Rewrite as $\frac{0}{0}$
$\ln y = \frac{\ln(1+1/x)}{1/x}$
Apply L'Hôpital
$\frac{d}{dx}\ln(1+1/x) = \frac{-1/x^2}{1+1/x} = \frac{-1}{x^2 + x}$, $\frac{d}{dx}(1/x) = -1/x^2$
Simplify
$\lim_{x \to \infty} \frac{-1/(x^2+x)}{-1/x^2} = \lim_{x \to \infty} \frac{x^2}{x^2 + x} = 1$
Conclusion
$\ln y \to 1$ ⇒ $y \to e$
⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page