Given a sequence of functions $\{f_n\}$ satisifying an iterated relation such as
$f_n(x)=g(x+f_{n-1}(x))$
$f_n(x)=g(xf_{n-1}(x))$
$f_n(x)=g(x/f_{n-1}(x))$
Where $g:=f_1$ is continuous on the interval $[a, b]$ (or differentiable on $(a,b)$ for stronger assumptions)
Question: How to prove the existence of $f_\infty(x):=\lim\limits_{n\to \infty}f_n(x)$?
AND Are there any methods to prove such $f_\infty$ does not exist?
The question comes from the problems
$\displaystyle\int_0^\pi\sin(x+\sin(x+\sin(x+\cdots)))\,\mathrm dx=2$ and
$\displaystyle\int_0^\pi\sin(x\sin(x\sin(x\cdots)))\,\mathrm dx$ and
Let $g(x)=\sin x$.
I "proved" the $1^{\rm{st}}$ and the $3^{\rm{rd}}$ integral by assuming the exsistence of $f_\infty$.
@Sangchul Lee think $f_\infty$ in the $2^{\rm{nd}}$ integral does not exist due to the chaotic behavior.
If $f_\infty$ in the $2^{\rm{nd}}$ integral exists, then $$L=\int_0^\alpha \sin y\,\mathrm d\left(\frac y{\sin y}\right) =1.86006...$$ where $\alpha=2.31373...$ is the positive root of $\dfrac t{\sin t}= \pi$.
Some thoughts so far:
If we could prove $f(t)=g(x_0+t)$ is a contraction mapping on $[a,b]$ for every $x_0\in[a,b]$, that is, if $t_0$ (depending on $x_0$) is the only fixed point on $[a,b]$, then the result is intuitively true from Banach Fixed Point Theorem (similar to the case $f(t)=g(x_0t)$ and $f(t)=g(x_0/t)$).
However, we could not apply the theorem for any $f$, one example is $f(t)=\sin(x_0+t)$ in the $1^{\rm{st}}$ integral.
From the definition, you have
$$f_1(x)=g(x)$$
then
$$f_2(x)=g(x+g(x)), \\f_3(x)=g(x+g(x+g(x))), \\\cdots$$
which is an "ordinary" sequence for a given $x$.
You can write it as
$$a_n=g(x+a_{n-1}),\\a_0=0$$ and use the fixed-point theorem.
For instance, with $g(x):=\dfrac x2$,
$$a_1=\frac x2, \\a_2=\frac{3x}4, \\a_3=\frac{7x}8, \\$$ which converges pointwise to $a_\infty=x$.
For $g(x):=\sin x$,
$$f_n(x)=\sin(x+f_{n-1}(x))$$
can be written
$$a_n=\sin(x+a_{n-1}),\\a_0=0.$$
If it converges, it will converge to $a=\sin(x+a)$, that has solutions for all $x$, and the convergence conditions are given by the fixed-point theorem.
As $|(\sin a)'|<1$ for all $a\ne k\pi$, the fixed-point is attractive almost everywhere. And as then next iterate of $a=k\pi$ is $\sin x$, we don't remain stuck.