Given $\{x,c\}\subset \mathbb R$, $\sqrt{x}=\sqrt{\sqrt{x}+c}~~~~ (1)$.
Find: set of values for $c$ such that $(1)$ has solution in $\mathbb R$.
Question from the Brazilian Math Olympiad 2004. No solution provided.
I'm not sure whether I'm setting the right constraints to find the asked set. Hints and full solutions are appreciated.
My attempt: as an initial observation, the solution must consider at least 2 constraints: $(c_1)$ $x\ge 0;$ and, $(c_2)$ $\sqrt{x}\ge -c$, to avoid negative arguments in the square root.
By assuming ($c_1$) and ($c_2$) hold, and squaring both terms in (1) we get $$\sqrt{x}=\sqrt{\sqrt{x}+c}\Leftrightarrow x=\sqrt{x}+c\Leftrightarrow x-c=\sqrt{x}.$$
Now considering an addicional constraint $(c_3)$ $x-c\ge 0$, and squaring both terms, we get $$x-c=\sqrt{x}\Leftrightarrow x^2-2cx+c^2=x \Leftrightarrow x^2-(2c+1)x+c^2=0$$ To solve this last equation, notice that $$\triangle=(2c+1)^2-4c^2=4c+1$$ Therefore, another constraint, for real roots, is $\triangle\ge 0$ or $(c_4)$ $c\ge -1/4$. And the tentative solution for $x$, before checking constraints, will be given by $$x=\frac{2c+1\pm\sqrt{4c+1}}{2}.$$ Now the set of values for $c$ that leads to a real solution in $x$, will be the set resulting from the intersection of 4 conditions: $$\left\{ \begin{array}{l} (c_1)~~x\ge 0 \Leftrightarrow \frac{2c+1\pm\sqrt{4c+1}}{2}\ge 0\Leftrightarrow 2c+1\ge\pm\sqrt{4c+1}\\ (c_2)~~\sqrt{x}\ge -c \Leftrightarrow \sqrt{\frac{2c+1\pm\sqrt{4c+1}}{2}}\ge -c\\ (c_3)~~x\ge c\Leftrightarrow \frac{2c+1\pm\sqrt{4c+1}}{2}\ge c\Leftrightarrow 1 \ge \pm\sqrt{4c+1}\Leftrightarrow 1 \ge \sqrt{4c+1}\Leftrightarrow c \le 0\\ (c_4)~~c\ge -1/4\\ \end{array} \right. $$ Question: (a) is this last step the right set of conditions to be intersected to give the asked set for $c$? (b) how to solve for the intersection of the conditions?
Hints and full answers are appreciated. Maybe I'm just complicating something that is a lot easier.
There is no problem ignoring the external square roots, as both are positive values.
Now
$$(\sqrt x)^2-\sqrt x-c=0$$
has real roots only when
$$1+4c\ge0,$$ and these roots are
$$\sqrt x=\frac{1\pm\sqrt{1+4c}}{2},$$ one of which is necessarily not smaller than $\dfrac12$.
With
$$c\ge-\frac14$$
both $x$ and $\sqrt x+c$ are guaranteed to be non-negative.