Suppose you have $$f_n: \mathbb{R} \rightarrow \mathbb{R} $$ $$x \mapsto \frac{x^n e^{-x}}{n!} $$
I am asked to find the limit of this function and prove its uniform convergence.
For finding the limit(basically showing that it converges pointwise) I did this:
Using the stirling's formula, I found that $$f_n(x)\sim \frac{x^n e^{-x}}{n^n e^{}-x \sqrt{2 \pi n}} = \left(\frac{x}{n}\right)^n \frac{e^{-x}}{e^{-n}} \frac{1}{\sqrt{2 \pi n}}=\left (\frac{x}{n}\right)^n e^{n-x} \frac{1}{\sqrt{2 \pi n}} = \left(\frac{xe^{1- \frac{x}{n}}}{n}\right)^n \frac{1}{\sqrt{2 \pi n}}$$ Thus it converges to the null function.
For the uniform convergence, I derived the function and searched when it reached its maximum.
The derivative of $f_n(x)$ is $$f'_n(x)=\frac{1}{n!}\left(\frac{nx^{n-1}-x^n}{e^x}\right)$$ Thus is equals to zero whenever $x=n$. This allows me to state that the function $f_n$ reaches it's maximum whenever $x=n$, yet $f_n(n) \sim \frac{1}{\sqrt{2 \pi n}}$
Now I am asked to find $$ \underset{n \rightarrow \infty}{\lim} \int_{0}^{\infty}f_n(t)dt $$, but thinking logically, I am most likely asked to integrated the limit function because I proved the uniform convergence. Yet I don't know exactly to what it converges. Can someone help me out?