2

How do I prove that iteration $x_{n+1}=\cos x_n$ converges for any $x_0\in \Bbb R$ ?

Watson
  • 23,793

1 Answers1

5

Hint

WLOG, we can suppose $0\leq x_0\leq \pi$. then $\forall n\geq 2 \;\; |x_n|\leq 1$ and $\forall c\in[-1,1]\;| \sin(c)|\leq \sin(1)<1$. thus, by MVT

$$|x_{n+1}-x_n|<\sin(1)|x_n-x_{n-1}|.$$

From here, you prove that $(x_n)$ is Cauchy and converges to the fixed point.

  • $x_0\in\Bbb R$ gives $x_1\in[-1,1]$ and $x_2\in[\cos 1,1]$, which gives a little, but insignificantly so, more information than what you wrote. – Lutz Lehmann Dec 25 '16 at 12:34