Please see this answer: https://math.stackexchange.com/a/2266612/51407
I want to know why $f_{n}(x)=\frac{x^{\frac{1}{n}}}{( 1+ \frac{x}{n})^{n}} \le \frac{1}{x^{2}}$?
Also, the choice of the domaninating function $g$ is a bit confusing. I can see that if $x \in [M, \infty)$ then $|f_{n}| \le g$, but I don't why if $x \in (0, M)$ then $|f_{n}| \le g$.
EDIT: I have copied the linked proof by user Giovanni below:
Notice that the pointwise limit of the integrands is $e^{-x}$. Moreover, notice that for $M \ge 1$ large enough $$f_n(x) = \frac{x^{\frac{1}{n}}}{(1 + \frac{x}{n})^n} \le \frac{1}{x^2}.$$ Then $$g(x) = \begin{cases}M & \text{if}\ x\in (0,M)\\ \frac{1}{x^2} & \text{if}\ x\in [M,\infty) \end{cases}$$ is integrable and satisfies $|f_n| \le g$ in $(0,\infty)$. By Lebesgue's Dominated Convergence Theorem, $$\lim_n\int_0^{\infty}f_n\,dx = \int_0^{\infty}\lim_nf_n\,dx = \int_0^{\infty}e^{-x}\,dx = 1.$$
You should leave your work as an answer also.
– Mark Aug 09 '23 at 01:47