Limit of an Exponential Function

BraedenP
Messages
94
Reaction score
0

Homework Statement


\lim_{x \to \infty} \left(e^x-x \right )^{1/x}

Homework Equations



The Attempt at a Solution



Should I be equating this to f(x), taking the log of both sides, using L'Hopital's rule on the resulting indeterminate quotient? If I do that, then I end up with a perpetual indeterminate quotient no matter how many times I use L'Hopital's rule because of the e^x in the numerator.

How should I go about doing this?
 
Last edited:
Physics news on Phys.org
Yes, use L'Hospitals. Your idea is absolutely correct. I'm a little confused though as to where you got the perpetual quotient. Can you show us where this occurs? The limit should end up being e (because the limit of the logged side is 1).
 
You know what? I'm not quite sure how I got it...

But I just tried it again and it worked perfectly fine.

Thanks!
 
Last edited:
Why are you only takinng the derivative of the numerator?

L'Hopital's rule says that if f(a)= g(a)= 0, then
\lim_{x\to a}\frac{f(x)}{g(x)}= \lim_{x\to a}\frac{f'(x)}{g'(x)}

Here,
f'(x)= \frac{e^x- 1}{e^x- x}
and
g'(x)= 1.

You should be finding
\lim_{x\to\infty}\frac{e^x- 1}{e^x- x}
and that is easy- divide both numerator and denominator by e^x.
 
Assuming the limit exists and is equal to A, then

\ln A = \ln \lim_{x \to \infty} \left(e^x-x \right )^{1/x} = \lim_{x \to \infty} \left\frac{1}{x} \ln \left[e^{x}\left(1-\frac{x}{e^x}\right)\right] = ...

You can now use the properties of the \ln function.
 
HallsofIvy said:
Why are you only takinng the derivative of the numerator?

L'Hopital's rule says that if f(a)= g(a)= 0, then
\lim_{x\to a}\frac{f(x)}{g(x)}= \lim_{x\to a}\frac{f'(x)}{g'(x)}

Here,
f'(x)= \frac{e^x- 1}{e^x- x}
and
g'(x)= 1.

You should be finding
\lim_{x\to\infty}\frac{e^x- 1}{e^x- x}
and that is easy- divide both numerator and denominator by e^x.

Yeah, I realized shortly after I posted that I forgot to take the derivative of the denominator.

Thanks. :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top