We have to determin the convergence of the following sum: \begin{equation} \sum\limits_{n=1}^{\infty}\frac{-(n-1)}{n\sqrt{n+1}} \end{equation}
And we've seen multiple ways to determine if the sum converges or diverges, but they only work with non negative terms. So tests like d'Alemberts ratio test, Cauchy's root test or Raabe's test wont work. How would I go about determining the convergence of this sum?
You can use Integral test:
$$f(n)=\dfrac{n-1}{n\sqrt{n+1}}$$
When you plot a graph, you will notice that $f(n)$ is positive, continuous and decreasing from $n=4$
So, $$\int_4^\infty \dfrac{n-1}{n\sqrt{n+1}}=\mbox{diverges}$$
So, by integral test, the series diverges