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.

Understanding L'Hopital's Rule

The rule has conditions that are easy to skip when working quickly. The numerator and denominator need to be differentiable on an interval near the target value. They do not have to be defined at the target value itself.

The denominator derivative must not be zero throughout that nearby interval. It is enough to study one side when the limit is one sided.

These details matter because a derivative comparison only describes nearby behavior when both functions are changing in a controlled way. A result found after differentiating is not automatically valid if those conditions fail.

Use a careful repeatable process. First substitute the approaching value into the original expression. If the result is an allowed indeterminate form, differentiate the entire numerator and the entire denominator separately.

Do not use the quotient rule here. Then substitute again before deciding what to do next. For example, consider x cubed divided by one minus cosine of x as x approaches zero.

One differentiation gives three x squared divided by sine of x, which still has the needed form. A second differentiation gives six x divided by cosine of x.

Substitution now gives zero. The repeated steps work because each new expression must be checked on its own.

Many hard looking limits need algebra before the rule can help. A product involving zero and infinity can be changed into a quotient. For instance, x times natural log of x as x approaches zero from the right can be written as natural log of x divided by one over x.

After this rewrite, derivative comparison can be used. Expressions involving infinity minus infinity often need a common denominator or rationalization first.

Powers such as one raised to infinity are usually handled by taking a natural logarithm, finding the limit of the logarithm, then converting back. The rule applies to a quotient, not to the unfinished form students first see.

This topic connects to comparisons of growth in science and data. A logarithm grows without bound, yet it becomes small compared with a linear function at large input values. That fact helps describe models where a quantity keeps increasing but its relative effect fades.

In class, the most common errors are applying the rule before checking the form, differentiating only one part, and stopping while the new result is still indeterminate. Write the substitution result after every step.

Notice the direction of approach and the function domain. If the derivative quotient does not approach one definite value, the rule gives no conclusion, even if another method could still find the original limit.

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.