L'Hôpital's
Rule
L'Hospital's Rule
A technique
used to evaluate limits of fractions that evaluate to the indeterminate
expressions
and
.
This is done by finding the limit of the derivatives of the numerator and denominator.
Note: Most limits involving other indeterminate
expressions can be manipulated into fraction form so that l'Hôpital's
rule can be used.
L'Hôpital's Rule:
|
If f and g are differentiable on an open interval containing a such that g(x) ≠ 0 for all x ≠ a in the interval, and if either
and 
or
and 
then

|
Example:
|
 |
Worked Example
Problem: Evaluate the limit: lim (x → 0) of sin(x) / x.
Step 1: Check for an indeterminate form by substituting x = 0 into the numerator and denominator.
0sin(0)=00(indeterminate) Step 2: Since the form is 0/0, L'Hôpital's Rule applies. Differentiate the numerator and the denominator separately.
f(x)=sin(x)⇒f′(x)=cos(x),g(x)=x⇒g′(x)=1 Step 3: Form the new limit using the derivatives and evaluate.
x→0lim1cos(x)=1cos(0)=11=1 Answer: The limit is 1.
Another Example
This example differs in two ways: the limit is taken as x → ∞ (not at a finite point), and the rule must be applied twice because the first application still yields an indeterminate form.
Problem: Evaluate the limit: lim (x → ∞) of x² / eˣ.
Step 1: Check the form by considering the behavior as x → ∞. Both x² and eˣ approach ∞.
∞∞(indeterminate) Step 2: Apply L'Hôpital's Rule: differentiate numerator and denominator.
x→∞limexx2=x→∞limex2x Step 3: The new limit is still ∞/∞, so apply L'Hôpital's Rule a second time.
x→∞limex2x=x→∞limex2 Step 4: Now evaluate directly. As x → ∞, eˣ → ∞, so the fraction approaches 0.
x→∞limex2=0 Answer: The limit is 0.
Frequently Asked Questions
When can you use L'Hôpital's Rule?
You can use L'Hôpital's Rule only when direct substitution produces an indeterminate form of 0/0 or ∞/∞. Both the numerator and denominator must be differentiable near the point of interest, and the derivative of the denominator must be nonzero near that point. If the limit does not yield one of these two indeterminate forms, the rule does not apply.
Can you apply L'Hôpital's Rule more than once?
Yes. If after one application the resulting limit is still an indeterminate form (0/0 or ∞/∞), you may apply the rule again. You can repeat this process as many times as needed, as long as each new limit still meets the conditions for the rule.
What is the difference between L'Hôpital's Rule and the quotient rule?
L'Hôpital's Rule and the quotient rule serve entirely different purposes. The quotient rule is a differentiation formula: it tells you the derivative of f(x)/g(x). L'Hôpital's Rule is a limit evaluation technique: it replaces a limit of f(x)/g(x) with the limit of f'(x)/g'(x). In L'Hôpital's Rule, you differentiate the numerator and denominator independently — you do not apply the quotient rule to the fraction.
L'Hôpital's Rule vs. Quotient Rule
| L'Hôpital's Rule | Quotient Rule |
|---|
| Purpose | Evaluates limits of indeterminate fractions | Finds the derivative of a quotient of two functions |
| Formula | lim f/g = lim f'/g' (when 0/0 or ∞/∞) | (f'g − fg') / g² |
| When to use | When a limit gives 0/0 or ∞/∞ | When differentiating a fraction f(x)/g(x) |
| How derivatives are taken | Numerator and denominator differentiated separately | Numerator and denominator combined via the quotient rule formula |
Why It Matters
L'Hôpital's Rule is one of the most frequently tested topics in AP Calculus and college calculus courses, appearing in both AB and BC exams. It provides a systematic way to handle limits that cannot be evaluated by direct substitution, which arise constantly in applications like growth rates, series convergence tests, and physics problems involving rates of change. Mastering this rule also builds fluency with derivatives, since every application requires you to differentiate quickly and accurately.
Common Mistakes
Mistake: Applying L'Hôpital's Rule when the limit is not an indeterminate form.
Correction: Always substitute first to verify that you get 0/0 or ∞/∞. If the limit gives something like 1/0 or 5/3, the rule does not apply, and using it will produce a wrong answer.
Mistake: Using the quotient rule instead of differentiating numerator and denominator separately.
Correction: L'Hôpital's Rule says to take f'(x) and g'(x) independently, then form f'(x)/g'(x). Do not apply the quotient rule (f'g − fg')/g² — that computes a derivative, not a limit.