I have another integral that I have to evaluate in the context of measure and integration theory. Again, this might be done with MCT or DCT. I still got my problems with trigonometric factors though.
The task is to evaluate $$\lim_{n\to \infty} \int_{[0, \pi/4]} \text{sin}(nx)\,\text{log}(1+x^n)\, d\lambda(x)$$
i.) Pointwise convergence: Let $$f_n(x) := \text{sin}(nx)\,\text{log}(1+x^n)$$ Since $x \in [0, \pi/4]$, it holds that $x < 1$ and hence $\lim_{n\to\infty} x^n = 0$. Because of the continuity of the logarithm, it holds that $$\lim_{n\to\infty} \text{log}(1 + x^n) = \text{log}(\lim_{n\to\infty} 1 + x^n) = \text{log}(1) = 0$$ But how should I handle the trigonometric term? For $\lim_{n\to\infty} \text{sin}(nx)$ jumps around.
ii.) Dominating function: I have to find a non-negative function $g \in L^1(\mu)$ s.t. $$\vert f_n(x)\vert \leq g(x)$$ for all $x \in [0, \pi/4]$. Can I just take $g(x) = x$ here?
iii.) Application of DCT: Due to the validity of the prerequisites I can now apply the DCT and set $$\lim_{n\to \infty} \int_{[0, \pi/4]} \text{sin}(nx)\,\text{log}(1+x^n)\, d\lambda(x) = \int_{[0, \pi/4]} \lim_{n\to \infty} \text{sin}(nx)\,\text{log}(1+x^n)\, d\lambda(x)$$. The problem now is that I still need the limit from i.) in order to complete the integration.