I have to test if the series is absolute convergence and conditional convergence
$\sum_{n=1}^{\infty}$$\frac{(-1)^{n-1}n}{(n+1)^2}$
This what I have so far:
Im going to test for absolute convergence and if its fail then it would be conditional convergence.
pf:
as $(-1)^{n-1}$ alternating between -1 and 1 so
$\sum \vert a_n \vert$ = $\sum_{n=1}^{\infty}$ $\vert \frac{(-1)^{n-1}n}{(n+1)^2} \vert$ = $lim_{n \to \infty}$ $\frac{n}{(n^2+2n+1)}$ as n go to $\infty$ we have $\infty$ so the series is not absolute convergence therefore its conditional convergence.
any hint or anything I need to fix..thank you