Looking for some help with the following problem,
I need to prove that the series $\sum \frac {n^2}{n+1}$ diverges.
My solution was:
I decided to use the comparison test and noticed that,
$\frac{n^2}{n+1}<\frac {n^2}{n}=\frac {1}{n}$ and $\sum \frac{1}{n}$ diverges therefore $\sum \frac {n^2}{n+1}$ diverges
Is this a correct solution or do I need to go about it in a different way?