I am trying to find the following limit. Let $X = [0,\infty)$ and $\mathbb B$ denote the Borel subsets in $[0,\infty)$, $\lambda$ the Lebesgue measure. Let $f_n : [0, \infty) \to \mathbb R$ be given by \begin{align*} f_n(x) = \left(\frac{n+x}{n+2x}\right)^n. \end{align*} Find $\lim_{n \to \infty} \int_{[0,n]} f_n d\lambda$.
I wanted to do this with Dominated Convergence, but I failed to find a function which dominates and is moreover integrable on $[0,\infty)$. ($g(x) = 1$ doesn't work.)
We have that \begin{align} f_n(x) = \left(\frac{n+x}{n+2x}\right)^n=\left(1-\frac{x}{n+2x}\right)^n\le \mathrm{e}^{-x} \end{align} for $x\in [0,n]$, and thus Lebesgue Dominated Convergence Theorem is applicable, i.e., $$ \lim_{n\to\infty}\int_0^n \left(\frac{n+x}{n+2x}\right)^n dx=\int_0^\infty\left(\lim_{n\to\infty} \left(\frac{n+x}{n+2x}\right)^n \right)\,dx=\int_0^\infty \mathrm{e}^{-x}\,dx=1. $$