1

I tried to prove that the series $\sum_{n=1}^{\infty}\arctan(\frac{1}{n^2})$ converges. I tried using $\lim_{n\to \infty}\frac{\arctan(\frac{1}{n^2})}{\frac{1}{n^2}}$ as we knew that $\sum_{n=1}^{\infty}\frac{1}{n^2}$ converges but the limit went to $\infty$,

So I can't say anything about $\sum_{n=1}^{\infty}\arctan(\frac{1}{n^2})$. It is hard even to try to find the integral of $\arctan(\frac{1}{n^2})$. Is there another way?

Hans
  • 9,804
sam0101
  • 361

5 Answers5

5

Note that$$\lim_{n\to\infty}\frac{\arctan\left(\frac1{n^2}\right)}{\frac1{n^2}}=\arctan'(0)=1.$$Therefore, your approach actually works.

2

Yes the approach is correct and since

$$\lim_{n\to \infty}\frac{\arctan(\frac{1}{n^2})}{\frac{1}{n^2}}=1$$

we can conclude that the given series converges by limit comparison test with $\sum_{n=1}^{\infty}\frac{1}{n^2}$.

user
  • 154,566
1

hint: $\arctan x < x, x \in (0,\pi/4)$

DeepSea
  • 77,651
1

You're wrong: $\;\arctan\dfrac1{n^2}\sim_\infty\dfrac1{n^2}$, as can easily be seen with Taylor's expansion at order $1$. The latter is a convergent Riemann $p$ series.

Bernard
  • 175,478
0

The sum is not only convergent but it has a nice closed form

$$s_{c2} = \sum _{n=1}^{\infty } \arctan \left(\frac{1}{n^2}\right)\\= \arctan \left(\frac{1-\cot \left(\frac{\pi }{\sqrt{2}}\right) \tanh \left(\frac{\pi }{\sqrt{2}}\right)}{1+\cot \left(\frac{\pi }{\sqrt{2}}\right) \tanh \left(\frac{\pi }{\sqrt{2}}\right)}\right)\\\simeq 1.42474...$$

It can be derived by the method described in https://math.stackexchange.com/a/2987779/198592.