Limit of an improper integral

272 Views Asked by At

Consider a continuous function $f:[0, \infty)\rightarrow\mathbb R$ such that $\lim_{x\rightarrow\infty} f(x)=1$. I would like to prove $$ \lim_{n\rightarrow\infty}\frac{1}{n!}\int_0^\infty f(x)e^{-x}x^n\ dx = 1. $$

I first thought of using Lebesgue's DCT, but soon realized the improper integral may not converge absolutely because $f$ is not guaranteed to be positive. I am at a loss as to how to prove this.

I would be happy if you could help me solve the problem (I also welcome a partial solution, so that I can fill in its gap).

1

There are 1 best solutions below

2
On

You can prove this without the dominated convergence theorem. $f$ is continuous and has a limit at $\infty$, so there exists an $M>0$ such that $|f(x)|<M$ for all $x\geq 0$. Now, let $\varepsilon>0$. Then, there exists $N>0$ such that, for all $x\geq N$, you have that $|f(x)-1|\leq\varepsilon$. So, you have that $$\left|\frac{1}{n!}\int_0^{\infty}f(x)e^{-x}x^n\,dx-1\right|\leq\left|\frac{1}{n!}\int_0^Nf(x)e^{-x}x^n\,dx\right|+\left|\frac{1}{n!}\int_N^{\infty}f(x)e^{-x}x^n\,dx-1\right|\leq$$$$\frac{1}{n!}\int_0^NMe^{-x}N^n\,dx+\left|\frac{1}{n!}\int_N^{\infty}(f(x)-1)e^{-x}x^n\,dx\right|+\frac{1}{n!}\int_0^Ne^{-x}x^n\,dx,$$ where we used that $\int_0^{\infty}e^{-x}x^n\,dx=n!$. So, this is less than or equal to $$\frac{MN^n}{n!}(1-e^{-N})+\frac{1}{n!}\varepsilon\int_0^{\infty}e^{-x}x^n\,dx+\frac{N^n(1-e^{-N})}{n!},$$ which is less than or equal to $\varepsilon$ at the limit as $n$ goes to $\infty$.