Important Limits

  1. Paul's Online Notes - Calculus

L'Hospital's Rule

->Source

Suppose that we have one of the following cases, limxaf(x)g(x)=00 OR limxaf(x)g(x)=±± where a can be any real number, infinity or negative infinity. In these cases we have, limxaf(x)g(x)=limxaf(x)g(x)

So, L'Hospital's Rule tells us that if we have an indeterminate form 0/0 or / all we need to do is differentiate the numerator and differentiate the denominator and then take the limit.

limx0sinxx

So, we have already established that this is a 0/0 indeterminate form so let's just apply L'Hospital's Rule. limx0sinxx=limx0cosx1=11=1 # limx+xex

Since limxxex= we use the L'Hopital law to get limx+xex=limx+dxdxdexdx=limx+1ex=0

limxxex

At first glance, we can see when x, x and ex0, thus we have 0 which is indeterminate.

Howver, we can first use t=x to substitude x limxxex=limt+tet Then limt+tet=limt+tet=limx+xex=0

limxexx2

Sometimes we will need to apply L'Hospital's Rule more than once.

First limxexx2=limxex2x.

Then limxexx2=limxex2x=limxex2=.

Chain Rule

Suppose that we have two functions f(x) and g(x) and they are both differentiable. 1. If we define F(x)=(fg)(x) then the derivative of F(x) is, F(x)=f(g(x))g(x) 2. If we have y=f(u) and u=g(x) then the derivative of y is, dydx=dydududx

Each of these forms have their uses, however we will work mostly with the first form in this class.

To see the proof of the Chain Rule see the Proof of Various Derivative Formulas section of the Extras chapter.

Now, let's go back and use the Chain Rule on the function that we used when we opened this section.

Examples

Use the Chain Rule to differentiate R(z)=5z8.

We've already identified the two functions that we needed for the composition, but let's write them back down anyway and take their derivatives. f(z)=zg(z)=5z8f(z)=12zg(z)=5

So, using the chain rule we get, R(z)=f(g(z))g(z)=f(5z8)g(z)=12(5z8)12(5)=125z8(5)=525z8

And this is what we got using the definition of the derivative.