Prove that the sequence $X_n= \frac{\sin(1)}{2}+\frac{\sin(2)}{2^2}+...+\frac{\sin(n)}{2^n}$ converges.
I will add a photo of my solution, and I would be glad if someone gives me a hint to continue from where i got stuck. I want to use the sum of infinite series at the end of my solution, which means that $S_{\infty}= \frac{a_1}{1-q}$. put I've noticed that I have only $P$ terms in the sum, which means my $|q|^n$ doesn't cnverge to zero. What am I missing here?
Note: you can ignore the wrong move I did in line 4, by removing the absolute value. but it still true that $|sin(n)|\le 1$.

You can avoid the Cauchy test by using the comparison test: $$ \sum_{n=1}^{\infty} \left| \frac{\sin(n)}{2^n} \right| \le \sum_{n=1}^{\infty} \frac{1}{2^n} = 1 $$
To continue your work on the Cauchy test: $$ \frac1{2^{n+1}} + \cdots + \frac1{2^{n+p}} = \frac1{2^{n}} (1-\frac1{2^{p}}) \le \frac1{2^{n}} \to 0 $$