I have an equation (in my homework) of the form
$a=\sqrt{x^2 + b^2} + \sqrt{x^2 + c^2}$
which I would like to solve for $x$. I am not sure how best to proceed. My thought is to square both sides of the equation, which gives me
$a^2=b^2+c^2+2x^2+\sqrt{(b^2+x^2)\times(c^2+x^2)}$
and then
$a^2=b^2+c^2+2x^2+\sqrt{b^2c^2 + b^2x^2 + c^2x^2 + x^4}$
but I am not sure what to do with the square root in order to eventually solve for $x$. How do I finish solving this, or am going the wrong way?