Limits involving exponential functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 9K views
ahmadmz
Messages
62
Reaction score
0

Homework Statement



I was studying L'Hopital's rule and how to deal with indeterminate forms of the type 0^0.

It's not clear to me how lim e^f(x) = e^lim f(x).

In wikipedia http://en.wikipedia.org/wiki/L%27H%C3%B4pital%27s_rule" (under other indeterminate forms)
it says "It is valid to move the limit inside the exponential function because the exponential function is continuous".

But that would mean lim(x->a) e^f(x) = e^f(a).

Homework Equations





The Attempt at a Solution


 
Last edited by a moderator:
Physics news on Phys.org
[tex]\lim_{x \rightarrow a}e^{f(x)} = e^{\lim_{x \rightarrow a} f(x)}[/tex]


But for limx->af(x)=f(a) would only occur if f(x) is continuous at x=a
 
Last edited:
Remember that f(x) may have issues at a, as mentioned above, even when it is part of e^f(x). You can move the limit inside the exponential, because the exponential itself doesn't have problem spots ("is continuous everywhere"), so it is only the f(x) inside that you have to deal with regarding the limit.
 
Yea it makes sense, but is there some way to show this as a proof?
For instance the basic limit properties such as lim(f + g) = lim f + lim g are proved.
 
It should be straightforward to show from the limit definition of "continuous function" that if g is continuous at L and [tex]\lim_{x\rightarrow a} f(x) = L[/tex], then [tex]\lim_{x\rightarrow a} g(f(x)) = g(L)[/tex].