How would you solve these equations and show that they do not intersect each other?
$$x^2+y^2=2x-2y$$
$$x^2+y^2=4(x^2+y^2)^{1/2} +y$$
It's isolating a term which I am struggling with.
General guidance or even a partial solution would be much appreciated.


Pass to polar coordinates: $x=r\cos\varphi$ and $y=r\sin\varphi$. The equations become $$ r^2=2r(\cos\varphi-\sin\varphi), \qquad r^2=4r+r\sin\varphi $$ Excluding the solution $r=0$, we get $$ \sin\varphi=r-4, \qquad \cos\varphi=\frac{3}{2}r-2 $$ Since $\sin^2\varphi+\cos^2\varphi=1$, we must have $$ r^2-8r+16+\frac{9}{4}r^2-6r+4=1 $$ or $$ 13r^2-56r+76=0 $$ that has no solution.