Possible Duplicate:
Prove: $\lim\limits_{n \to \infty} \int_{0}^{\sqrt n}(1-\frac{x^2}{n})^ndx=\int_{0}^{\infty} e^{-x^2}dx$
I need some help calculating the above limit.
What i have observed so far is that:
- For all x the limit of the sequence inside the integral as n tends to infinity is $e^{-x^2}$
- I can use Dini's theorem to show that: $f_n(x) = {(1-\frac{x^2}{n})^n}$ uniformly converges to $e^{-x^2}$
- Consequently i can use the theorem regarding "the integral of the limit is the limit of integrals" for the function sequence $f_n(x)$ and it's limit function $f(x) = e^{-x^2}$
All this is well and good, but i would be ignoring the fact that the interval integrated upon is [0,$\sqrt{n}$], and so also affected by the limit.
What should i do to resolve this?