Consider the sequence of functions $f_n:[0,1] \to R$ given by
$$f_n(x) = \frac{e^{-(n + x^2)}}{n^2 + x}$$ for $x \in [0,1]$ and $n \geq 1$
Compute $$\lim_{n \to \infty} \int_{0}^{1} f_n(x) dx$$
Maybe I'm overthinking this, but it seems like all I have to do is compute the integral of $f_n(x)$ and then take the limit. However, I am wondering if there is more to it since I can't seem to find an easy way to compute the integral. Can anyone lend me a hand?
Thanks!
I am going to give a solution avoiding any reference to Lebesgue.
First, observe that $f_n(x)\ge 0$ for all $n$ and $x\in[0,1]$, so $$\int_0^1f_n(x)dx\ge 0.$$
Secondly, $f_n(x)\le \frac{1}{n^2+x}$ (observe that $n+x^2>0$ so $e^{-(n+x^2)}\le e^0=1$), so $$\int_0^1f_n(x)dx\le \int_0^1 \frac{1}{n^2+x}dx=\log|n^2+x|\bigg|_0^1=\log(n^2+1)-\log(n^2)=\log(1+1/n^2).$$
Putting al together, $$0\le\int_0^1f_n(x)dx\le\log(1+1/n^2).$$
But $\lim_{n}\log(1+1/n^2)=0$. So the squeeze theorem assures that $$\exists\lim_n \int_0^1 f_n(x)dx=0.$$