Monday, June 9, 2008

Limiting Euler

Today's question is about limits and Euler's number, e. This number has many interesting properties, and one of them is the derivative of ex, which is ex. Today's question does not deal with the derivative of this function, but with some limits.

Find the limit:
limx -> infinity (ex + x)1/x

This question is definitely not easy, mainly because of that annoying x in there and the 1/x exponent. However, we must never give up. We need to fight this question, so let's fight it with simplicity. Define another variable!

y = (ex + x)1/x

Simple, isn't it? All we have to do now is... well... find the limit of y. That didn't help. You can see there is a fraction in the exponent, so if we could just bring it down to a normal fraction, we could use L'Hopital's rule and solve this.

To get the exponent down, we can use a very well known technique: logs. There is a great rule in logarithms which states:
loga bn = nloga b

Using that fantastic rule we can bring the 1/x down and use L'Hopital's rule! To get a nice answer, let's take the logarithm of base e of this function, also written as ln (natural logarithm). So:
ln y = ln (ex + x)1/x

Using the logarithm rule mentioned earlier, we can say this equals:
ln (ex + x) * 1/x
ln (ex + x) / x

Mr. L'Hopital starts to smile. Now we can find the limit of this function and remember this is the logarithm of the function, so we'll need to consider that.

limx -> infinity ln y = limx -> infinity ln (ex + x) / x

Using L'Hopital's rule (limx -> a f(x)/g(x) = limx -> a f'(x)/g'(x)), we can conclude that:
limx -> infinity ln (ex + x) / x
is equal to:
limx -> infinity (ex + 1) * (1 / (ex + x)) / 1
limx -> infinity (ex + 1) / (ex + x)

Use L'Hopital's rule twice more:
limx -> infinity ex / (ex + 1)
limx -> infinity ex / ex

Now that looks familiar, doesn't it? This limit equals 1.

Remember: limx -> infinity ln y = 1, so limx -> infinity y = e

The limit of the entire function is e. Problem solved.

Hope you enjoyed,
Nadav

nadavs

No comments: