No history yet

Indeterminate Forms L'Hôpital's Rule

When Limits Get Stuck

When evaluating limits, the first step is always direct substitution. If you plug in the value and get a clear number, you're done. But sometimes, you get an answer that doesn't make sense, like 00\frac{0}{0} or \frac{\infty}{\infty}. These are called because you can't determine the limit from the form itself. It's a mathematical dead end, signaling that you need a different approach.

These ambiguous results can show up in several ways. While 00\frac{0}{0} and \frac{\infty}{\infty} are the most common, there are others you might encounter.

FormExample Expression
00\frac{0}{0}limx0sin(x)x\lim_{x \to 0} \frac{\sin(x)}{x}
\frac{\infty}{\infty}limxln(x)x2\lim_{x \to \infty} \frac{\ln(x)}{x^2}
00 \cdot \inftylimx0+xln(x)\lim_{x \to 0^+} x \ln(x)
\infty - \inftylimx1(1lnx1x1)\lim_{x \to 1} (\frac{1}{\ln x} - \frac{1}{x-1})
11^\inftylimx(1+1x)x\lim_{x \to \infty} (1 + \frac{1}{x})^x
000^0limx0+xx\lim_{x \to 0^+} x^x
0\infty^0limxx1/x\lim_{x \to \infty} x^{1/x}

Each of these requires a special technique to resolve. Fortunately, a powerful tool can handle most of them.

L'Hôpital's Rule

When faced with the indeterminate forms 00\frac{0}{0} or \frac{\infty}{\infty}, provides a way forward. It states that if the limit of a ratio of two functions is indeterminate, you can take the derivative of the numerator and the derivative of the denominator separately, and then try taking the limit again. It's not the quotient rule; you handle the top and bottom independently.

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)}

Let's see it in action. Consider the classic limit limx0sin(x)x\lim_{x \to 0} \frac{\sin(x)}{x}. Plugging in x=0x=0 gives sin(0)0=00\frac{\sin(0)}{0} = \frac{0}{0}, an indeterminate form.

Now we apply L'Hôpital's Rule. We differentiate the numerator and the denominator:

FunctionDerivative
f(x)=sin(x)f(x) = \sin(x)f(x)=cos(x)f'(x) = \cos(x)
g(x)=xg(x) = xg(x)=1g'(x) = 1

Now, we find the limit of the new ratio:

limx0cos(x)1=cos(0)1=11=1\lim_{x \to 0} \frac{\cos(x)}{1} = \frac{\cos(0)}{1} = \frac{1}{1} = 1

Sometimes, you may need to apply the rule more than once. If after taking the derivatives you still get an indeterminate form, you can simply apply the rule again.

Handling Other Forms

L'Hôpital's Rule only works directly on 00\frac{0}{0} and \frac{\infty}{\infty}. For the other indeterminate forms, the goal is to use algebraic manipulation to convert them into one of these two forms.

For 00 \cdot \infty, you can rewrite the product f(x)g(x)f(x)g(x) as a fraction: f(x)1/g(x)\frac{f(x)}{1/g(x)} or g(x)1/f(x)\frac{g(x)}{1/f(x)}. This will turn the expression into either 00\frac{0}{0} or \frac{\infty}{\infty}.

For exponential forms like 11^\infty, 000^0, or 0\infty^0, the trick is to use to bring the exponent down. Let yy equal the limit expression, take the natural logarithm of both sides, evaluate the new limit, and then exponentiate the result to find the original limit.

Let's find limx0+xx\lim_{x \to 0^+} x^x. This is the 000^0 form.

  1. Set y=xxy = x^x.
  2. Take the natural log: ln(y)=ln(xx)=xln(x)\ln(y) = \ln(x^x) = x \ln(x).
  3. Find the limit of ln(y)\ln(y): limx0+xln(x)\lim_{x \to 0^+} x \ln(x). This is a 0()0 \cdot (-\infty) form.
  4. Rewrite as a fraction: limx0+ln(x)1/x\lim_{x \to 0^+} \frac{\ln(x)}{1/x}. This is now a \frac{-\infty}{\infty} form.
  5. Apply L'Hôpital's Rule: limx0+1/x1/x2=limx0+(x)=0\lim_{x \to 0^+} \frac{1/x}{-1/x^2} = \lim_{x \to 0^+} (-x) = 0.
  6. We found the limit of ln(y)\ln(y), not yy. So, ln(y)=0\ln(y) = 0. To find yy, we solve for it: y=e0=1y = e^0 = 1. Therefore, limx0+xx=1\lim_{x \to 0^+} x^x = 1.

A Word of Caution

L'Hôpital's Rule is powerful, but it's not a universal solution for all limits. It's crucial to remember the preconditions.

Always check the form of the limit before applying L'Hôpital's Rule; it must be a quotient tending to (0/0) or (\infty/\infty).

Applying the rule to a limit that isn't an indeterminate form will almost always lead to the wrong answer. For example, trying to solve limx0cos(x)1\lim_{x \to 0} \frac{\cos(x)}{1} with L'Hôpital's Rule would give limx0sin(x)0\lim_{x \to 0} \frac{-\sin(x)}{0}, which is undefined. The correct answer, found by substitution, is 1.

Always substitute first. Only use L'Hôpital's Rule when you're truly stuck with an indeterminate form.

Quiz Questions 1/6

What is the very first step you should always take when evaluating any limit?

Quiz Questions 2/6

L'Hôpital's Rule can be applied directly to which of the following indeterminate forms?