While solving a bigger problem, I stumbeled upon a system of parametric equations $$ \left\{ \begin{array}{ll} \dfrac{x-a}{\sqrt{\left(x-a\right)^2+\left(y-b\right)^2}} + \dfrac{x-c}{\sqrt{\left(x-c\right)^2+\left(y-d\right)^2}} = 0\\ \dfrac{y-b}{\sqrt{\left(x-a\right)^2+\left(y-b\right)^2}} + \dfrac{y-d}{\sqrt{\left(x-c\right)^2+\left(y-d\right)^2}} = 0 \end{array} \right. $$ I need to solve it. I don't actually need all of the solutions to this system, one is enough.
Thanks, in advance.