0

I know that this sequence is bounded and also that if it converges, then it should converge at $x$ such that $x = \cos x$. Assuming I am not allowed to use calculator (and hence not able to solve $x = \cos x$ numerically), how would I prove the convergence?

Ng Chung Tak
  • 18,990
  • Another related topic https://math.stackexchange.com/questions/1701935/let-a-n-cosa-n-1-l-a-1-a-2-a-n-is-there-an-a-0-such-that-l/ – rtybase Jan 28 '18 at 19:52

2 Answers2

0

Note that for all $n \in \mathbb{N}$ $$ x_n \leq 1 $$ because $\cos(x) \leq 1$. Then you can use study the function $f : x \mapsto \cos\left(x\right)-x$. $$ f'\left(x\right)=-\sin\left(x\right)-1 $$ The funcion is decreasing and $f(0)=1$ and $\displaystyle f\left(\frac{\pi}{2}\right)=0$. Hence the interval $\displaystyle \left[0,\frac{\pi}{2}\right]$ is the only interval where $f$ is positive on $\mathbb{R}^{+}$. Hence it would be simpler for you to show that the sequence $\left(x_{2n}\right)_{n \in \mathbb{N}}$ and $\left(x_{2n+1}\right)_{n \in \mathbb{N}}$ are adjacent sequences. You will show that those two sequences converge toward a same limit that satisfies $$ \cos\left(\ell\right)=\ell $$ which you should know, has only one solution on $\displaystyle \left[0,\frac{\pi}{2}\right]$.

Atmos
  • 7,369
0

The sequence is bounded in $[-1,1]$ (since $\lvert \cos\rvert \leq 1$) and of the form $$ x_{n+1} = f(x_n) \tag{1} $$ with $\lvert f'\rvert = \lvert \sin\rvert <1$ on $[-1,1]$. It follows that $f$ is Lipschitz on $[-1,1]$ with Lipschitz constant $\sup_{[-1,1]}\lvert \sin\rvert<1$, and therefore the sequence converges by fixed-point theorems to the (unique) solution of $$x=\cos x\tag{2}$$ in $[-1,1]$.

Clement C.
  • 67,323