How do we show that $|\frac{z-2}{z-3}|=2$ represents a circle, where $z\in\mathbb{C}$.
$$ \frac{(x-2)^2+y^2}{(x-3)^2+y^2}=4\implies 3x^2+3y^2-20x+32=0\implies(x-10/3)^2+y^2=(2/3)^2 $$ the substitution $z=x+iy$, shows that it represent a circle with center $(10/3,0)$ and radius $2/3$.
Is there another way to solve it without making the substitution ?
or is there any way to get an intuition in to the solution from a geometric consideration ?
For example:
If it was $|z-3|=2$,
we know that $|z-3|$ is the distance between $z$ and $-3+0i$, thus we can visualize it to be a circle with center $(-3,0)$ and of radius $2$.
Apollonius Circle, which I haven't heard before. I think it makes sense now, though i'm still trying to read more about it. – Sooraj S Aug 14 '17 at 16:17