-1

Test the convergence of series

$\sum^{\infty}_{k=1}(-1)^{k-1}\arctan(3k)$

What i have done is

As we know that $$\arctan(x)<\frac{\pi}{2}\forall x\in\mathbb{R}$$ $$\sum^{\infty}_{k=1}(-1)^{k-1}\arctan(3k)<\sum^{\infty}_{k=1}(-1)^{k-1}\frac{\pi}{2}.$$

After that how do i find whether the series is convergentcor divergent

Help me please

jacky
  • 5,194
  • 1
    Your inequality for the sum is incorrect since for negative terms, the inequality for the inverse tangent is reversed. – Gary Apr 03 '20 at 08:14

1 Answers1

3

For the series $\sum_{k=1}^\infty (-1)^{k-1}\arctan(3k)$ to be convergent, first of all, we need to check if the general term of series tends to $0$ or not. In this case: $$\lim_{n\to\infty}(-1)^{k-1}\arctan(3k)=\frac{\pi}{2}\ne0 $$ thus, the series diverges.

Qurultay
  • 5,224