I have the following series:
$$\sum _{n=2}^{\infty}\frac{(-1)^n}{n^2+n-2}$$
I am not able to do the telescoping process in the above series. I converted it into the following partial fraction: $$\sum _{n=2}^{\infty}\frac{(-1)^n}{(n+2)(n-1)}$$ But nothing seems to cancel (as usually happens) using the telescoping method. How can I solve the above series? Is there any other method to do the above problem?
You need to fully expand the partial fraction.
\begin{align} (-1)^n \over (n+2)(n-1) &= {((n+2) - (n-1)) \times (-1)^n \over 3\times (n+2)(n-1)} \\ &= {(n+2) \times (-1)^n \over 3\times (n+2)(n-1)} - {(n-1) \times (-1)^n \over 3\times (n+2)(n-1)} \\ &= {(-1)^n \over 3\times (n-1)} - {(-1)^n \over 3\times (n+2)} \end{align}
Now this can be handled using Alternating Harmonic Series.
The final result, as Mathematica calculated, is $\frac {-5 + 12 \log 2} {18}$.