Given a standard infinitely nested radical such as:
$$x = \sqrt{1 + \sqrt{1 + \sqrt{ 1 + ...}}}$$
depending on where you choose to first substitute $x$ in the nest, aren't there infinitely many solutions when solving for $x$?
For example, you could substitute $x$ as follows:
$$x = \sqrt{1 + x}$$
in which case, you get the equation $x^2 - x - 1 = 0$.
However, couldn't I just as well substitute $x$ in the following way:
$$x = \sqrt{ 1 +\sqrt{1 + x}}$$
in which case, you get the equation $x^4 - 2x^2 - x = 0$
Obviously, you could keep this up and generate infinitely different equations depending on where in the infinite nested loop you decided to substitute $x$. So, my questions are:
Is this an actual phenomenon or did I violate some sort of rule?
What are the implications of this?
Every time you square this you add extraneous solutions which arise from taking the negative value of some of the square roots. The use of $x$ implies that the pattern is recurrent, but the quartic arising from squaring twice corresponds to the four possible choices for the square roots you have removed.