Finding the sum $S_n$ of first n terms, check the convergence of the series
$$\sum_{n=1}^{n-1}(-1)^{n-1}\frac{2n+1}{n(n+1)}$$
$u_n=(-1)^{n-1}\frac{2n+1}{n(n+1)}=(-1)^{n-1}[\frac{1}{n}+\frac{1}{n+1}]$
then $S_n=(1/1+1/2)-(1/2+1/3)+(1/3+1/4)...$ terms cancelled out, except the first and last. But last term depends of n=even or odd.
How to show $S_n\to l$, finite number for the convergence of the given series?
We have
\begin{align} S_n &= \sum_{i=1}^{n-1}(-1)^{i-1}\frac{2i+1}{i(i+1)}\\ &= \sum_{i=1}^{n-1}(-1)^{i-1}\left[\frac1i+\frac1{i+1}\right]\\ &= \sum_{i=1}^{n-1} (-1)^{i-1}\frac1i + \sum_{i=1}^{n-1} (-1)^{i-1}\frac1{i+1}\\ &= -\sum_{i=1}^{n-1} \frac{(-1)^{i}}i + \sum_{i=2}^{n} \frac{(-1)^{i}}i\\ &= 1 + \frac{(-1)^{n}}n\\ &\xrightarrow{n\to\infty} 1 \end{align}