Consider the infinite series
$$\sum\limits_{n=1}^\infty \sin{(1/n)}=\sin{(1)}+\sin{(1/2)}+\sin{(1/3)}+...\tag{1}$$
Figuring out if this converges is item (xiv) of problem 1 in Chapter 23 of Spivak's Calculus.
Here is my attempted solution
Let $f(x)=\sin{(1/x)}$. This function is positive and decreasing on $[1,\infty)$.
The sequence being summed is
$$a_n=\sin{(1/n)}=f(n)$$
If we write $\sin$ as an infinite series and integrate we find
$$\int\limits_0^{\infty} \sin{(1/x)}=\infty$$
Hence, by the integral test for infinite series, the series in (1) does not converge.
Then I looked at the solution manual and all it says is
Divergent, since
$$\sin{(1/n)}>\frac{1}{2n}\tag{2}$$
How do we know that (2) is true?