Find the locus of a point such that the square of its distance to the point of intersection of two perpendicular lines is equal to the sum of its distances to those lines.
Assume $P(x,y)$ is any point of the locus, then:
$$x^2+y^2=\sqrt{x^2+(y-2)^2}+\sqrt{(x-2)^2+y^2}$$
Am I doing it right? (intersection point at $(0,0)$, points A and B at $(0,2)$ and $(2,0)$.)