When is it OK to pass the limit to the exponent

  • Level: Undergrad 
  • Thread starter Thread starter clueless...
  • Start date Start date
  • Tags Tags
    Exponent Limit
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
clueless...
Messages
2
Reaction score
0
when is it justified to do something like this

[tex]\lim_{n\to\infty} e^{lnx^{1/n}} = e^{\displaystyle\lim_{n\to\infty}lnx^{1/n}}[/tex]

or something like this

[tex]\lim_{n\to\infty} 2^{f(n)} = 2^{\displaystyle\lim_{n\to\infty}f(n)}}[/tex] ?

I am assuming that I can do something like this in both cases, but why?

thank you.
 
Physics news on Phys.org
in general
lim f(g(n))=f(lim g(n))
holds when f is continuous at lim g(n)
exponential functions are everywhere continuous so this can be done in both cases
 
In fact [itex]\lim_{x\to a}f(x)= f(\lim_{x\to a} x)= f(a)[/itex], from which [itex]\lim_{x\to a}f(g(x))= f(\lim_{x\to a}g(x))[/itex]
is the definition of "f is continuous at x= a".