BACK TO CHAPTER
Lesson 1.5

L'HÔPITAL'S RULE

Indeterminate Forms

Sometimes, you get 0/00/0 or /\infty/\infty, and factoring is impossible. For example:

limx0sin(x)x\lim_{x \to 0} \frac{\sin(x)}{x}

There is nothing to factor!

The Intuition

Imagine two cars racing toward a finish line (Zero). They both arrive at the same time. Who was faster? We check their speedometers (Derivatives) at the moment they crossed.

The Derivative Hack

The Race to Zero

f(x) = sin(x)g(x) = x

At x=0, both are zero. We can't divide them. But if we zoom in infinitely close (using derivatives), they look like straight lines.

Ratio of Slopes
0 / 0 = ?

The Theorem

limxcf(x)g(x)=limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}
Only valid if f(x) and g(x) both approach 0 or \infty

This is widely considered the most powerful shortcut in limits. Instead of struggling with geometry or algebra, you simply take the derivative of the top and bottom separately, and try again.