4

How does one show that $$\lim_{n \rightarrow \infty}\int_{0}^{1}\frac{x^{n}}{1 + x^{n}}\, dx = 0?$$ My idea is to evaluate the inner integral, but I can't seem to be able to do that.

ADF
  • 1,735
  • 2
    This follows immediately from the dominated convergence theorem, if you are familiar with that. – Potato Sep 13 '12 at 03:15

2 Answers2

13

For all $x\in [0,1]$ you have $$ \frac{x^n}{1+x^n} \leq x^n $$ and hence

$$ 0\leq\int_{0}^{1}\frac{x^{n}}{1 + x^{n}}\, dx \leq \int_{0}^{1}x^{n}\, dx = \frac{1}{n+1}\rightarrow 0 \quad (n\rightarrow \infty).$$

Flanders
  • 349
5

If you really want to evaluate an integral, note that $$\frac{x^n}{1+x^n}\le \frac{x^{n-1}}{1+x^n}$$ on $[0,1]$ and let $u=1+x^n$.

André Nicolas
  • 507,029