For the transformation $w=\frac{1}{z}$, find the locus of $w$ when $z$ lies on the line with equation $y=2x+1$
I'm not quite sure how or where to start on this question. I know for instance that the locus of $z$ such that
$$|z-2| = |z+2-2i|$$
is the line $y=2x+1$. I'm not sure where I could go from here though
Thanks in advance

If $z = t+i(2t+1)$ then $$ \frac{1}{z} = \frac{1}{t+i(2t+1)} = \frac{t-i(2t+1)}{5t^2+4t+1}. $$ So your locus is parametrized by $$ (u,v) = \left(\frac{t}{5t^2+4t+1},\frac{-2t-1}{5t^2+4t+1}\right) $$ where $w = u+iv$. Let's try to find an equation for the image of this parametrization. It looks like $$ u^2+v^2 = \frac{t^2+(-2t-1)^2}{(5t^2+4t+1)^2} = \frac{1}{5t^2+4t+1}, $$ and $$ 2u+v = \frac{-1}{5t^2+4t+1}. $$ So every point in the image of the parametrization satisfies $$ u^2+v^2+2u+v=0. $$ This can be rewritten as $(u+1)^2+(v+\frac{1}{2})^2=\frac{5}{4}$, a circle of radius $\sqrt{5}/2$.
The image of the parametrization isn't the whole circle; it's the whole circle minus one point. I will leave it to you to figure out which point is missing and why. (The point will be filled in if we let $t = \infty$, speaking informally.) (Which might be a bit of a hint for finding which point is missing, I guess.)