Calculus/L'Hôpital's Rule

From testwiki
Jump to navigation Jump to search

Template:Calculus/Top Nav


L'Hôpital's Rule

Occasionally, one comes across a limit which results in 00 or , which are called indeterminate limits. However, it is still possible to solve these by using L'Hôpital's rule. This rule is vital in explaining how other limits can be derived.

Template:Calculus/Def

All of the following expressions are indeterminate forms.

00,±±,,0,00,0,1

These expressions are called indeterminate because you cannot determine their exact value in the indeterminate form. Depending on the situation, each indeterminate form could evaluate to a variety of values.

Theorem

If limxaf(x)g(x) is indeterminate of type 00 or ±± ,

then limxaf(x)g(x)=limxaf(x)g(x), where a.

In other words, if the limit of the function is indeterminate, the limit equals the derivative of the top over the derivative of the bottom. If that is indeterminate, L'Hôpital's rule can be used again until the limit isn't

00

or

.

Proof of the 0/0 case

Suppose that for real functions f and g, limxaf(x)=limxag(x)=0 and that limxaf(x)g(x) exists. Thus f(x) and g(x) exist in an interval (aδ,a+δ) around a , but maybe not at a itself. Thus, for any x(aδ,a+δ) , in any interval [x,a] or [a,x], f and g are continuous and differentiable, with the possible exception of a. Define

F(x)={f(x)xalim\limits xaf(x)x=aG(x)={g(x)xalim\limits xag(x)x=a

Note that limxaf(x)g(x)=limxaF(x)G(x) , limxaf(x)g(x)=limxaF(x)G(x), and that F,G are continuous in any interval [a,x] or [x,a] and differentiable in any interval (a,x) or (x,a) when x(aδ,a+δ).

Cauchy's Mean Value Theorem (see Template:Calculus/map page) tells us that F(x)F(a)G(x)G(a)=F(c)G(c) for some c(a,x) or c(x,a) . Since F(a)=G(a)=0 , we have F(x)G(x)=F(c)G(c) for x,c(aδ,a+δ).

Since c(x,a) or c(a,x) , by the squeeze theorem

limxax=alimxac=a

This implies

limxaF(c)G(c)=limxaF(x)G(x)

So taking the limit as xa of the last equation gives limxaF(x)G(x)=limxaF(x)G(x), which is equivalent to the more commonly used form limxaf(x)g(x)=limxaf(x)g(x).

Examples

Example 1

Find limx0sin(x)x

Since plugging in 0 for x results in 00 , use L'Hôpital's rule to take the derivative of the top and bottom, giving:

limx0ddx(sin(x))ddx(x)=limx0cos(x)1

Plugging in 0 for x gives 1 here. Note that it is logically incorrect to prove this limit by using L'Hôpital's rule, as the same limit is required to prove that the derivative of the sine function exists: it would be a form of begging the question, or circular reasoning. An alternative way to prove this limit equal one is using squeeze theorem.

Example 2

Find limx0xcot(x)

First, you need to rewrite the function into an indeterminate limit fraction:

limx0xtan(x)

Now it's indeterminate. Take the derivative of the top and bottom:

limx01sec2(x)

Plugging in 0 for x once again gives 1.

Example 3

Find limx4x+225x+9

This time, plugging in for x gives you . So using L'Hôpital's rule gives:

limx45

Therefore, 45 is the answer.

Example 4

Find limx(1+1x)x

Plugging the value of x into the limit yields

limx(1+1x)x=1 (indeterminate form).

Let k=limx(1+1x)x=1

ln(k) =limxln(1+1x)x
=limxxln(1+1x)
=limxln(1+1x)1x=ln(1)1x=00

We now apply L'Hôpital's rule by taking the derivative of the top and bottom with respect to x.

ln(k)=limxln(1+1x)1x=limxddx[ln(1+1x)]ddx(1x)=limxxx+1

Since

limxxx+1=

We apply L'Hôpital's rule once again

ln(k)=limxxx+1=limx11=1

Therefore

k=e

And

limx(1+1x)x=e

Similarly, this limit also yields the same result

limx(1+x)1x=e

Note

This does not prove that 1=e because using the same method,

limx(1+2x)x=1=e2

Exercises

Evaluate the following limits using L'Hôpital's rule: Template:Question-answer Template:Question-answer Template:Question-answer Template:Question-answer Template:Question-answer Template:Noprint

Template:Calculus/Top Nav Template:Calculus/TOC