This question is from Bass [Real Analysis for Graduate Students], Exercise 11 of chapter 7, which deals with monotone convergence theorem(MCT), Fatou's lemma, Lebesgue Dominated Convergence Theorem (LDCT).
Find the limit $$\lim_{n\to\infty} \int_0^n(1+ \frac xn)^{-{n}} \log(2+\cos(x/n))dx$$ and justify your reasoning.
I guess the limit equals to $\displaystyle\lim_{n\to\infty}\int_0^{\infty} e^{-x}\log3dx$, by applying the pointwise convergence, but I am stuck how to justify my guess. I'd like to apply LDCT, but how should I do for $n$ of the integral?
I first tried to apply MCT, but the sequence of functions $f_n (x) = (1+\frac xn )^{-n}$ decreases as $n$ becomes large, so it failed.
Next I tried to apply LDCT after changing variables as $t= \frac xn$, so the integral becomes $\lim_{n \to\infty}\int_0^1(1+t)^{-n}\log(2+\cos t)ndt$. However, the maximum value of the integrand goes to infinity as $n \to \infty$, so it also failed.
Does anyone have any idea?