Prove the following: $$\lim_{n \to \infty}\int_n^{n+1}\frac{\sqrt{x-1}}{\sqrt{x^2+1}}dx=0$$
I tried to solve it using the Riemann integral definition with the partition $1/n$: $$\sum_{k=1}^{\infty}f(a+\frac{b-a}{n}k)\frac{b-a}{n}$$
But I got stuck. any suggestions or hints for how to approach it?
We have that
$$0\le \int_n^{n+1}\frac{\sqrt{x-1}}{\sqrt{x^2+1}}dx \le \int_n^{n+1}\frac1{\sqrt{x}}dx=2(\sqrt{n+1}-\sqrt n)=\frac2{\sqrt{n+1}+\sqrt n}\to 0 $$
As noticed in the comments, more simply
$$0\le \int_n^{n+1}\frac{\sqrt{x-1}}{\sqrt{x^2+1}}dx \le \int_n^{n+1}\frac1{\sqrt{x}}dx\le \int_n^{n+1}\frac1{\sqrt{n}}dx=\frac1{\sqrt{n}}\to 0$$
Another way, since $f(x)=\frac{\sqrt{x-1}}{\sqrt{x^2+1}} \to 0$ as $x\to \infty$ by definition $\forall \varepsilon>0\;\; \exists \delta\;\; \forall x\ge \delta \;\;f(x)\le\varepsilon$ then $\forall n\ge \delta$
$$\int_n^{n+1}f(x)\;dx \le \int_n^{n+1}\varepsilon \;dx =\varepsilon$$
and therefore by definition $f(x)=\int_n^{n+1}\frac{\sqrt{x-1}}{\sqrt{x^2+1}}dx\to 0$ which holds in general by the same argument for any $f(x)\to 0$.