Asymptotic behavior of $x_k = \sin (x_{k-1})$

66 Views Asked by At

Given the recurrence, $x_k = \sin (x_{k-1})$ where $x_1 \neq 0$, I know that $x_k \rightarrow 0$ as $k \rightarrow \infty$. I am looking for a simple $f(k)$ such that $|x_k| = \Theta(f(k))$. Any ideas on where to start?