I am supposed to approximate the value of $\lim_{n\to \infty}\sum_{k=0}^{n}1/\sqrt{n^2+k}$. If it were $k^2$, then it could be rewritten as an integral, which would come out to be $\ln(\sqrt{2}+1)$.
$$\lim_{n\to \infty}\sum_{k=0}^{n}\frac{1}{\sqrt{n^2+k}}\lt \lim_{n\to \infty}\frac{n+1}{n}=1$$
So the limiting sum should lie in the interval $(0,1)$. Is this correct? Thanks.