Is there a way to algebraically show that a circle that contains a point at the origin is a line when mapped with $f(z)=1/z$? I tried to work through an example, such as $|z+2i|=2$, I still got a circle. Is this more of an inspection thing or...? $$|z+2i|=2$$ Since $w=f(z)=\frac{1}{z}$ we know that $\frac{1}{w}$. $$|\frac{1}{w}+2i|=2$$ $$\frac{|1+2wi|}{|w|}=4$$ $$|1+2wi|=4|w|$$
Then, let $w=u+vi$
$$(1-2v)^2+(2u)^2=4u^2+4v^2$$ Then we get $$4v^2-4v+1+4u^2=4u^2+4v^2$$ $$-4v+1=0$$ which gives a line. Thank you all :)