Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I would like to know how to prove the convergence (or not) of the following serie:

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

Thank you in advance for any suggestion.

share|improve this question
3  
Belongs on math.stackexchange.com – Platinum Azure Mar 17 '11 at 15:18

migrated from stackoverflow.com Mar 19 '11 at 2:50

2 Answers

$\sin^2(n) = {1 - \cos(2n) \over 2}$, so your series is $\sum_n (-1)^{n+1}({1 - \cos(2n) \over 2n})$. Since the sum of ${(-1)^{n+1} \over n}$ converges to $\ln(2)$, it suffices to show that $\sum_n {(-1)^n \cos(2n) \over 2n}$ converges. This is the real part of $\sum_n {(-1)^n e^{2in} \over 2n}$. The series $\ln(1 + z) = -\sum_n {(-1)^n z^n \over n}$ converges for all $|z| \leq 1$ other than $z = 1$ (This is pretty standard and can be shown using Dirichlet's test). Plugging in $z = e^{2i}$ this gives that the series converges. Thus so does your original series.

share|improve this answer

You can not use the Leibniz Criterion for this series because the term $\frac{\sin^2{n}}{n}$ is not monotone decreasing (Look at n = 3 and n = 4).

Intuitively, we know that $0 \leq \sin^2{n} \leq 1$, and we know something about the convergence behavior of $\sum{\frac{(-1)^{n+1}}{n}}$, so it isn't completely unreasonable to expect this series to converge. Now, to actually prove its convergence...

HINT: Think about how you can apply Dirichlet's Test.

share|improve this answer
I am not exactly sure if Dirichlet test will be of help as it is... – user17762 Mar 19 '11 at 6:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.