Why does $x_0 + \sin(x_0) \approx \pi$ when computing this multiple times on the calculator?
So for any value of up to $\approx 6.25$, doing the following operation ($x_0 + \sin(x_0)$, then the newly obtained value (let's call it $x_1$) is replaced instead of $x_0$: $x_1 + \sin(x_1)$) many times leads to a value, which is very close to $\pi$.
However, when going above that value, this will result in roughly $3\pi$, $5\pi$, etc.
Could anyone please try to explain why the simple first calculation works?
EDIT: Thank you so much for your answers guys - through a combination of the many, I believe to now understand why!
Have a look at this related post where it is shown that the sequence $$ \begin{cases} x_{0} = c & \\ x_{n} = x_{n - 1} + \sin (x_{n - 1} ) & \end{cases} $$ graphically translates into the following picture
Have a look there to see the conclusion about the attractor points being $\pi +2k \pi$