4.8 Indeterminate Forms and L'Hospital's Rule
Key Concepts
When faced with a limit which becomes 0/0 (undefined), we are faced with several choices. Sometimes, we can factor out the term which is vanishing (such as limx->0 2x/3x) but many times, such as in limx->0 sin(x)/x, one cannot explicitly cancel the factor x->0. If f(x) and g(x) both vanish at a point x=a, then

limx->a f(x)/g(x) = 0/0

is called an indeterminate form of type 0/0.

A related problem is when one gets infinity/infinity as an result, such limx->infinity ln(x)/x. This is called an indeterminate form of type infinity/infinity . In both of these cases, we can convert the indeterminate limit into an equivalent limit, which may be defined.


L'Hopital's Rule If f and g are differentiable, and g'(x) does not vanish on an interval containing x=a (except possibly at a itself), and suppose

limx->a f(x) = 0 = limx->a g(x)

or that

lim|x|->infinity |f(x)| = infinity = lim|x|->infinity |g(x)|

Then

limx->a f(x)/g(x) = limx->a f'(x)/g'(x)

If f' and g' both vanish (or become infinite), then this process can be repeated.


A quick derivation of this rule (for a special case) is as follows (if f(a)=g(a)=0)

lim x->a f(x)/g(x)

= lim x->a [f(x)-f(a)]/[g(x)-g(a)]

= lim x->a [(f(x)-f(a))/(x-a)]/[(g(x)-g(a))/(x-a)]

= lim x->a [(f(x)-f(a))/(x-a)]/ lim x->a [(g(x)-g(a))/(x-a)]

= f'(a)/g'(a)

= lim x->a f'(x)/g'(x)


Another way of looking at this is to approximate f(x) near f(a)=0 by a straight line f(x) ~ f'(a)(x-a), and similarly with g(x) ~ g'(a)(x-a). Then f(x)/g(x) ~ [f'(a)(x-a)]/[g'(a)(x-a)] =f'(a)/g'(a).
As a quick example, consider limx->0 sin(x)/x = lim x->0 cos(x)/1 = 1. Remember, L'Hopital's rule does not use the quotient rule! Remember, also, to check the functions to see that the assumptions of L'Hopital are valid!

In some cases, one must rearrange terms somewhat. For example, lim x-> 0 x ln(x) = lim x-> 0 ln(x)/(1/x). Otherwise a term such 0.infinity occurs, which is indeterminate also...

Indeterminate differences of the type infinity-infinity can sometimes reduced to previous forms by rewriting with a common denominator or rationalizing expressions.

Indeterminate powers such as 00, 1infinity, or infinity0 or 0 infinity may be reduced to first two forms by

lim x->a f(x)g(x) = lim x->a eg(x) ln(f(x))


A classic example to check if you understand the concepts is:

limx->0 + xx

This site maintained by mpilant@math.tamu.edu

Last modified Wed Oct 30 22:09:46 CST 1996