I'm trying to solve the following equation: $\sqrt{m+\sqrt{x^{2}+m^{2}}}=x$.
but I'm clueless. Could you help me?
I tried the following steps: $m+\sqrt{x^{2}+m^{2}}=x^{2} $
$x^{2}+m^{2}=x^{4}-2x^{2}m+m^{2}$
$x^{2}=x^{4}-2x^{2}m$
$x^{2}*(1-x^{2})=x^{2}*(-2m)$
$1-x^{2}=-2m$
$x=\sqrt{2m+1}$
$x=\sqrt{3}$ for m=0, $x\in[\sqrt{3},\infty)$ for m>0 and $x\in[0,\sqrt{3}]$ for m<0.
Are my steps correct? Thanks
When you omit x^2 on both sides you should assume that x is not 0 and at the end you should say that when $2m +1 >= 0 $ the square root would be true hence $ m>=-1/2$, also $$ x =+\sqrt{(2m + 1)} $$ or $$ x = -\sqrt{ (2m+1)}.$$ But the positive one is only true because $x>=0$. Also when $ x = 0 $ , $m$ has to be zero as well .