How does one test for convergence of $\sum_{n=1}^{\infty}\frac{n}{\sqrt{n^2 +1}}$?
My work ...
First I had a look at the series.
$S_n = \frac{1}{\sqrt{2}}+\frac{2}{\sqrt{5}}+\frac{3}{\sqrt{10}}+\frac{4}{\sqrt{17}}+...$
I used Geogebra and the series clearly diverges.
I was going to compare this series to:
$S^{'}_n = 1+\frac{1}{\sqrt{2}}+\frac{1}{\sqrt{3}}+\frac{1}{\sqrt{4}}+...$
... but I couldn't see anyway of showing that:
$S_n \ge S^{'}_n$
When I use the ratio test I get:
$\frac{(n+1)\sqrt{n^2+1}}{(n)\sqrt{n^2+2n+2}}$
Which I can't see any way of simplifying.
What method should I use here?