1) $\int _0^1\:\frac{x^n}{x^n+1}dx\ge \int _0^1\:\frac{x^{n+1}}{x^{n+1}+1}dx$ but I dont want to use $I_{n+1}-I_n$ 2) How we can prove with direct comparison test for ( Improper ) Integrals that is bounded: $I_n\:=\int _n^{n+1}\:\frac{2x-1}{x}dx$
P.S.: Have any idea how we can solve the second problem?
$$I_n:=\int_0^1\frac{x^n}{x^n+1}dx=\int_0^1\left(1-\frac1{x^n+1}\right)dx=1-\int_0^1\frac{dx}{x^n+1}$$
$$I_{n+1}=\int_0^1\frac{x^{n+1}}{x^{n+1}+1}dx=\int_0^1\left(1-\frac1{x^{n+1}+1}\right)dx=1-\int_0^1\frac{dx}{x^{n+1}+1}$$
Now, it is trivial that for $\;x\in[0,1]\;$ we have
$$\frac1{x^{n+1}+1}\ge\frac1{x^n+1}\ge0$$
and both functions are non-negative in the unit interval, and from here that $\;I_n\ge I_{n+1}\;$ .
As for (2): observe that
$$I_n=\int_n^{n+1}\left(2-\frac1x\right)\le\int_n^{n+1}2\,dx=2$$
By the way, this is not an improper integral.