I am trying to find out if the following series converges or diverges. If it converges I then want to find out if it converges absolutely or conditionally.
$$\sum _{n=1}^{\infty}\frac{\sin(n)}{\sqrt n}.$$
For the first part I used Dirichlet's law.
I set $a_k = \frac {1}{\sqrt k }$ and $b_k = sink(k)$.
So $a_k= \frac {1}{\sqrt k}$ converges to $0$ as n approaches infinity.
The second condition is to show that $b_k$ is bounded.
$$\sum _{k=1}^{m}\sin(k)$$ using the trig identity $2\sin(a)\sin(b)=\cos(a-b)-\cos(a+b)$. Then,
$$2\sin(1) \sum _{k=1}^{m}\sin(k) =\sum _{k=1}^{m}2\sin(1)\sin(k) = \sum _{k=1}^{m}(\cos(1-k)-\cos(1+k)) $$ as $$\cos(1-k) = \cos(-1(k-1))$$ then $$=\sum _{k=1}^{m}(\cos(k-1)-\cos(k+1))$$
$$=(\cos0-\cos2)+(\cos1-\cos3)+(\cos2-\cos4)+(\cos3-\cos5)+(\cos4-\cos6)+...+(\cos(m-2)-\cos(m))+(\cos(m-1)-\cos(m+1))$$
$$=1+\cos1-\cos(m)-\cos(m+1)$$ Therefore, dividing through by the quantity $2\sin(1)$
$$\Biggl\lvert\sum _{k=1}^{m}\sin(k)\Biggr\rvert = \biggl\lvert\frac {1+\cos(1)-\cos(m)-\cos(m+1)}{2\sin(1)}\biggr\rvert \leqslant \biggl\lvert\frac {4}{\sin(1)}\biggr\rvert = \frac{2}{\sin(1)}= M.$$ Therefore this converges by Dirichlet's test. If this is correct, how do I show that it converges conditionally or absolutely?