Given: $x\in \mathbb R$, $x=\sqrt{1+\sqrt{1+\sqrt{1+x}}}$
Find: numeric value of $x$
Problem from a math contest. Sorry if it is a duplicate, but could not find anything similar using the search tool.
My attempt: I squared both sides, and developed the resulting expression, but I'm getting to nowhere.
Hints and/or answers please.
Is there any standard way to approach problems like these?
We know that the Golden ratio $\phi = \frac{1+\sqrt5}{2}$ and $~\bar{\phi}= \frac{1 -\sqrt5}{2}$ satisfy the equation $$x^2 = 1+x \Longleftrightarrow x= \sqrt {1 + x}~~x>0~ \implies x= f(x)$$ where, $f(x)= \sqrt {1 + x},~~x>0.$ This means that $ \phi $ is the only fix points of the function $f(x)= \sqrt {1 + x},~x>0$
But $$ \sqrt {1 + \sqrt {1 + \sqrt{1+x}}} = f\circ f\circ f(x)= f^3(x) .$$
Which mean that $x$ is fix point of $f^3$.
On the other hand, $|f'(x)| =\frac{1}{2\sqrt{x+1}} \le \frac12$ then,
$$|(f^3(x))'| = 3|f'(x)\cdot f'(f^2)(x)| \le \frac 34<1$$
then $f^3$ is a contraction and hence, $f^3$ has a unique fix point satisfying $x=f^3(x)$ . Whereas, $$ \color{red}{x= f^3(x) \implies f(x) = f^3(f(x)) \implies x= f(x) }$$
since we observse that $f(x)$ is also a point fix of $f^3$ by unicity? we get $x=f(x).$
But $\phi $ is the only positive number satisfying $x=f(x)$.