Could anyone give a hint how to prove the convergence of the following sum?
$$\sum_n^\infty (-1)^n\frac{\sin^2 n}n$$
I tried writing it like this instead:
$$\sum_n^\infty \frac1n (-1)^n \sin^2 n.$$
From here, it is easy to see that $\frac1n$ is a bounded and strictly decreasing sequence. It would be sufficient to prove that the sequence of partial sums of $(-1)^n\sin^2 n$ is bounded.
From here, I get that $(-1)^n\sin^2 n = (-1)^n\frac{1 - \cos 2n}2 = \frac{(-1)^n}2 - \frac{(-1)^n \cos2n}2$, where the sequence of partial sums of $\frac{(-1)^n}2$ is bounded as well as the sequence of partial sums of $\frac{\cos 2n}2$. Unfortunately, I cannot tell anything about $\frac{(-1)^n\cos 2n}2$.
Thank you.