Does the Leibniz Test say that if the sequence doesn't go to 0 that the series diverges?

641 Views Asked by At

My book explains the Leibniz test by saying:

"Assume a sub n is a positive sequence that converges to 0..."

And goes on to say that that means the alternating series converges. What if the sequence doesn't go to 0? Does the Leibniz Test say that the series diverges in that case?

I'm trying to determine if the following converges or diverges:

$$\sum\limits_{n=0}^\infty \frac{(-1)^n*n}{\sqrt{n^2+1}}$$

I know from the book's answer that it diverges, but I don't know how I was supposed to determine that.

2

There are 2 best solutions below

1
On

If a series $\sum a_n$ converges, then $a_n$ must go to zero. This is not the case in the example you posted, so the series cannot converge.

By the way, the Leibniz test also requires the sequence to be monotonically decreasing.

0
On

A necessary condition for the convergence of a series $\sum_n a_n$ is that the sequence $(a_n)$ converges to $0$ hence by the contraposition if $(a_n)$ doesn't converge to $0$ then the series diverges.

For the given series we have

$$\frac{(-1)^nn}{\sqrt{n^2+1}}\not\xrightarrow[n\to0]\;0$$ so this series is divergent.