Let $f(x) = \cos(\sin(x))$ and let $c(f, n)(x)$ denote the function $\underbrace{f\circ f\circ...\circ f}_{n \text{ times}}$. For example, $c(f, 1)(x) = f(x)$, $c(f, 2)(x) = f(f(x))$ and so on.
My question is: does $c(f, n)(x)$ approach any constant function if $n \to +\infty$? I graphed this for some values of $n$ and the function seems to approach some value a little bit over $0.76$. Does anyone have any insight as to whether that is true? If so, what value is it approaching and why?
Any sort of help or material helps; this question has been stuck in my head for quite some time now! Thanks in advance!
For the limit $f$ it must hold: $f(x)=\cos(\sin(f(x)))$. Taking the derivative (assuming $f$ differentiable) implies:
$f'(x)=-\sin(\sin(f(x)))\cos(f(x))f'(x)$
Impliing either $f'(x)=0$ or $1=-\sin(\sin(f(x)))\cos(f(x))$
The last equation can only hold if $f(x)=k\pi$ for $k\in \mathbb{Z}$ but this implies $\sin(\sin(f(x)))=0$, contradiction. So $f$ must be constant (or not differentiable).
You can show that a constant solution exists by Banach Fixpoint theorem on the sequence
$x_{n+1}=\cos(\sin(x_n))$