I need help simplifying the radical $$y=\sqrt{x-\sqrt{x+\sqrt{x-...}}}$$ The above expression can be rewritten as $$y=\sqrt{x-\sqrt{x+y}}$$ Squaring on both sides, I get $$y^2=x-\sqrt{x+y}$$ Rearranging terms and squaring again yields $$x^2+y^4-2xy^2=x+y$$ At this point, deriving an expression for $y$, completely independent of $x$ does not seem possible. This is the only approach to solving radicals which I'm aware of. Any hints to simplify this expression further/simplify it with a different approach will be appreciated.
EDIT: Solving the above quartic expression for $y$ on Wolfram Alpha, I got 4 possible solutions
Consider the final relation you have obtained as a quadratic equation in $x$,i.e: $$x^2-(2y^2+1)x+y^4-y=0$$ Solving the above gives you $$x=y^2+y+1 \text{ or } x=y^2-y$$ Individually solve these the quadratics in $y$ to obtain the four solutions you got from Wolfram Alpha.