Show that the inversion mapping $w = f(z) = \frac{1}{z}$ maps: the circle $|z-1|=1$ onto the vertical line $x=\frac{1}{2}$.
From what I know thus far, I can see that $|z-1|=1$ take $\theta$ from $2\pi > \theta > 0$ will traverse the circle at $z= 1 + e^{i\theta}$, am I right on that since the graph of the function is shifted to the right with radius one, thus $z= 1 + e^{i\theta}$? I do not know how to finish the proof.
Algebraically: We need $|w|=|w-1|$. Let $w=x+iy$ and consider $|x+iy|=|(x-1)+iy|$. We get, after squaring both sides, $x^2+y^2=(x-1)^2+y^2$ and in turn $x^2=(x-1)^2$. Expanding gives $x^2=x^2-2x+1$ and so $1-2x=0$ or $x=1/2.$
– Fly by Night Jan 21 '13 at 23:09$$w = \frac{az+b}{cz+d} , , $$
where $a,b,c,d$ are complex numbers and $c$ and $d$ are not both zero. Just invert to get $z=\ldots$ and work from there.
– Fly by Night Jan 22 '13 at 18:48