I'm trying to solve the following equation for x:
$$ \sqrt{(x_1 - x)^2 + y_1^2} \;+\; \sqrt{(x_2 - x)^2 + y_2^2} \;+\; \sqrt{(x_3 - x)^2 + y_3^2} \;+\; \sqrt{(x_4 - x)^2 + y_4^2} \;=\; d $$
I understand that with two terms, it's possible to isolate one square root and square both sides to simplify the equation. However, with four terms, this method fails. Is there a way to approach this? Thanks!