Convergence of the series $\sum_{n=1}^{\infty}((1/n)-\sin(1/n))$..?

9.7k Views Asked by At

Does the series $\sum_{n=1}^{\infty}((1/n)-\sin(1/n))$ converge..? Can anyone please give me a simple proof..

2

There are 2 best solutions below

3
On BEST ANSWER

Consider that

$$\frac{1}{n} - \sin{\left(\frac{1}{n}\right)} \sim \frac{1}{6 n^3}$$

as $n \rightarrow \infty$. Then use the comparison test.

0
On

In case you don't know the power series but do know that $\sin'(t) = \cos(t)$ and $\sin(t) \le t$ for $t \ge 0$:

$x-\sin(x) = \int_0^x (1-\cos(t))dt$.

$\cos(2t) = \cos^2(t)-\sin^2(t) = 1-2\sin^2(t)$ so $1-\cos(t) = 2\sin^2(t/2) \le t^2/2$ since $|\sin(t)| \le |t|$.

Therefore $x-\sin(x) \le \int_0^x (t^2/2)dt = x^3/6$ and the remainder of the proof goes through as before.