LHopitals Rule

Carson West

L’Hopital’s Rule is a powerful tool for evaluating limits involving Indeterminate Forms.

L’Hopital’s Rule Statement

If the limit of a fraction as $ x $ approaches $ a $ results in an indeterminate form (0/0 or ∞/∞), then:

$$ \lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f’(x)}{g’(x)} $$
provided that the limit on the right-hand side exists or is $ \pm \infty $ .

In simpler terms: To evaluate the limit of a fraction that results in an indeterminate form, take the derivative of both the numerator and denominator separately, and then evaluate the limit again.

Important Notes

Example

Let’s say we want to evaluate the limit:

$$ \lim_{x \to 0} \frac{\sin(x)}{x} $$ 1. Indeterminate Form: Substituting $ x = 0 $ directly gives us $ \frac{\sin(0)}{0} = \frac{0}{0} $ , which is an indeterminate form.

2. Apply L’Hopital’s Rule:

Therefore, we have:

$$ \lim_{x \to 0} \frac{\sin(x)}{x} = \lim_{x \to 0} \frac{\cos(x)}{1} $$
3. Evaluate the Limit:

$$ \lim_{x \to 0} \frac{\cos(x)}{1} = \frac{\cos(0)}{1} = 1 $$
So, $ \lim_{x \to 0} \frac{\sin(x)}{x} = 1 $ .