Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

L'Hopital's Rule is a calculus tool for evaluating limits that produce indeterminate forms such as 0/0 or infinity/infinity. It matters because many important limits in derivatives, growth rates, and asymptotic behavior cannot be simplified directly. Instead of giving up when substitution fails, this rule gives a structured way to compare how fast two functions change near a point. It is especially useful in AP Calculus and early college courses when algebra alone is not enough.

The idea behind the rule is that if two functions both approach 00 or both grow without bound, their derivatives can reveal the local rate comparison more clearly. Under the right conditions, the limit of f(x)g(x)\frac{f(x)}{g(x)} can be found by computing the limit of f(x)g(x)\frac{f'(x)}{g'(x)}. The rule can sometimes be applied more than once if the new limit is still indeterminate. Students must still check that the original limit has an allowed indeterminate form and that the derivative-based limit actually exists.

Key Facts

  • If limf(x)=0\lim f(x) = 0 and limg(x)=0\lim g(x) = 0, then limf(x)g(x)=limf(x)g(x)\lim \frac{f(x)}{g(x)} = \lim \frac{f'(x)}{g'(x)} under L'Hopital's conditions.
  • If limf(x)=±\lim f(x) = \pm\infty and limg(x)=±\lim g(x) = \pm\infty, then limf(x)g(x)=limf(x)g(x)\lim \frac{f(x)}{g(x)} = \lim \frac{f'(x)}{g'(x)}.
  • Common allowed starting forms are 0/0 and infinity/infinity.
  • Example: limx0sin(x)x=limx0cos(x)1=1\lim_{x\to 0} \frac{\sin(x)}{x} = \lim_{x\to 0} \frac{\cos(x)}{1} = 1.
  • Example: limxln(x)x=limx1/x1=0\lim_{x\to \infty} \frac{\ln(x)}{x} = \lim_{x\to \infty} \frac{1/x}{1} = 0.
  • Forms like 0×0 \times \infty, \infty - \infty, and 11^\infty must be rewritten before using the rule.

Vocabulary

Indeterminate form
An expression such as 0/0 or infinity/infinity that does not determine a limit value by itself.
Limit
The value a function approaches as the input gets close to a specific number or infinity.
Derivative
A derivative measures the instantaneous rate of change or slope of a function.
Continuous
A function is continuous at a point if it has no break there and its limit matches its function value.
Differentiate
To differentiate a function means to compute its derivative.

Common Mistakes to Avoid

  • Using L'Hopital's Rule when direct substitution gives a normal number, because the rule only applies to appropriate indeterminate forms such as 0/0 or infinity/infinity.
  • Differentiating only the numerator, because L'Hopital's Rule requires differentiating both the numerator and the denominator separately.
  • Applying the rule to forms like 0 times infinity or infinity minus infinity without rewriting first, because those are not fraction forms that the rule can use directly.
  • Stopping after one application when the new limit is still 0/0 or infinity/infinity, because some problems require repeated use until the indeterminate form is resolved.

Practice Questions

  1. 1 Evaluate limx01cos(x)x2\lim_{x\to 0} \frac{1 - \cos(x)}{x^2} using L'Hopital's Rule.
  2. 2 Evaluate limxx2+3xex\lim_{x\to \infty} \frac{x^2 + 3x}{e^x}.
  3. 3 A student tries to use L'Hopital's Rule on limx0xln(x)\lim_{x\to 0} x \ln(x). Explain why that is not the correct first step and describe how to rewrite the expression so the rule can be used.