What's the Best Way to Evaluate This Limit?

  • Thread starter Thread starter Philcorp
  • Start date Start date
  • Tags Tags
    Limit
Philcorp
Messages
23
Reaction score
0
\lim_{n\rightarrow\infty}\int_0^1 e^{t^n}dt. I am not really sure where to start to evaluate this limit, but I probably have enough tricks up my sleeve to solve it if someone knowledgeable is able to point me in the right direction. My usual integral tricks seem to fail here.

Cheers.
 
Physics news on Phys.org
I think you can get e^{t^n} as close as you want to e^0=1 on [0,d), for any 0 < d < 1. Then take the limit as d -> 1.
 
You might do it this way:
e^{t^{n}}=\sum_{i=0}^{\infty}\frac{t^{ni}}{i!}
Thus, switching about the summation limit and the integral (acceptable for any fixed n), we get:
\int_{0}^{1}e^{t^{n}}dt=\sum_{i=0}^{\infty}\frac{t^{ni+1}}{(ni+1)i!}\mid_{0}^{1}=\sum_{i=0}^{1}\frac{1}{(ni+1)i!}
This should converge to 1 as n jumps into the air,
since for i>=1, we have:
\frac{1}{(ni+1)i!}&lt;\frac{1}{n}*\frac{1}{i!}
 
Last edited:
Cool, thanks for the help! Also, I think you mean it converges to 0? The replies have made me wonder about changing the limits on the integral to be from a to b, since it seems that the 0 to 1 case converges quite nicely, I should have thought to do a taylor series :blushing:, oops, and I am sure there is some nice upper limit for which this converges.

Thanks again!Oops, nope it is 1!
 
Last edited:
Back
Top