I recently came across this problem:
What is the value $$\mathrm{\lim_{n\to\infty}\int_0^1 \frac{nx^{n-1}}{1+x}dx}$$ Assume that the interchange of limit and integration is possible.
I have no idea how to begin solving this problem. I guess expressing the integral as an inequality might help, but I could not make any way out by that method. Any ideas?
Integrating by parts we get $$\int_0^1\frac{nx^{n-1}}{1+x}dx=\left[\frac{x^n}{1+x}\right]_0^1+ \int_0^1\frac{x^{n}}{(1+x)^2}dx$$ So $$0\le\int_0^1\frac{nx^{n-1}}{1+x}dx-\frac{1}{2}= \int_0^1\frac{x^{n}}{(1+x)^2}dx\le \int_0^1{x^{n}}dx=\frac{1}{n+1}$$ Taking the limit as $n$ tend to $+\infty$ we get $$\lim_{n\to\infty}\int_0^1\frac{nx^{n-1}}{1+x}dx=\frac{1}{2}.$$