Limits of e^f(x) as x Approaches Infinity

  • Context: Undergrad 
  • Thread starter Thread starter Cherrybawls
  • Start date Start date
  • Tags Tags
    Limits
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
Cherrybawls
Messages
18
Reaction score
0
If I define the limit of f(x) as x aproaches infinity as "a", is it valid to say that the limit of
e^f(x) as x aproaches infinity is e^a?
 
Physics news on Phys.org
The problem was:

lim x^(-1/x)
x->∞
 
[itex]f(x)= e^x[/itex] is continuous for all x so it is true that [itex]\displaytype lim_{x\to\infty}e^{f(x)}= e^{\lim_{x\to\infty} f(x)}[/itex].

Because you specifically ask about "[itex]e^x[/itex]", I assume you mean that you are writing [itex]x^x[/itex] as [itex]e^{ln(x^x)}= e^{x ln(x)}[/itex].
 
Yes, HallsofIvy, that is essentially what I was doing, but it seems odd to me that limits behave in this way.

Is it also true then, that:
lim ln f(x)
x->∞
is the same as
ln lim f(x)
x->∞
 
Is this a basic property of limits, or is there some theorem associated with this? Can you point me to some sort of reference or guide that could help me to better understand this?
 
It was taught to me as a theorem.

Let f and g be two functions such that:
1) lim g(x)=c
x->a
2) f is continuos in c

then

lim (f°g)(x)= lim x->a (f(g(x)))= f(lim x->a (g(x)))= f(c)
x->a

The proof is very similar to the one in page 146(spanish version) "Calculus" of Spivak. But the theorem in Spivak is a little more restrictive.
Actually that theorem is just a corollary of the one I wrote at the beginning.
The difference in the proof is that when Spivak applies the continuity of g, you have to apply the definition of the existence of the limit,then the rest is just the same.
 
Last edited:
Thank you so much, RadioactivMan, that was very helpful