0

I want to determine the convergence of $$\begin{cases}x_0=1 & \\ x_n=\sin(x_{n-1}) \end{cases}$$ I can see that $x_n=\sin(x_{n-1}) \geq -1$. Which means the sequence is bounded. However, it isn't strictly decreasing in $[-1,1]$, so I can't prove that it is convergent. Is there a way to get a better bound and show that it goes to $0$?

Arctic Char
  • 16,007

2 Answers2

3

First you can easily prove that $]0,\frac{\pi}{2}]$ is stable by $\sin$ therefore your sequence $(x_n)_n$ is valued in $]0,\frac{\pi}{2}]$ since $1 \in ]0,\frac{\pi}{2}]$ .

You can use the inequality :

$$\sin{x} <x, \quad \forall x >0$$

to prove that $x_{n+1} \leq x_n$ and your sequence is strictly decreasing and bounded by $0$ so it converges.

Then, by the continuity of $x \mapsto \sin(x)$, you know the sequence converges toward the solution of $\sin{l}=l$, i.e $l=0$.

Velobos
  • 2,190
0

Hint: $\sin(x)\leq x$ so $x_n=\sin(x_{n-1})\leq x_{n-1}$.

ProfOak
  • 5,915