2

This series is from another question:

$$\sum_{k=1}^\infty\frac{(-1)^k}{2k-1} \cos(2k-1)$$

There, its value $-\pi/4$ is immediately determined. But how to be sure, a priori, that the series would converge?

I am new as regards this topic. I tried the Leibniz test, but it fails: due to the cosine, the series may not have alternating signs, even for large $n$. Then, how to determine if the series is convergent?

BowPark
  • 1,366

1 Answers1

1

Let $$S_n=\sum_{k=1}^{n}(-1)^k\cos(2k-1)$$ and $$T_n=\sum_{k=1}^{n}\cos(2k-1)$$ so that $$S_n+T_n=2\sum_{k\text{ even}, k\leq n} \cos(2k-1)$$ and $$T_n-S_n=2\sum_{k\text{ odd}, k\leq n} \cos(2k-1)$$ Using the formula for sums of trigonometric series with arguments in arithmetic progression one can show that the above sums are bounded for all $n$ so that $S_n$ is also bounded.

Now use $a_n=1/(2n-1)$ so that $a_n$ decreases and tends to $0$ and $b_n=(-1)^{n}\cos(2n-1)$ and the sum $S_n=\sum_{k=1}^{n}b_k$ is bounded and by Dirichlet test the series $\sum a_nb_n$ converges.