As the title explains, I'm trying to solve a question which asks me to find the image of
$\{z\in\mathbb{C}:|z-2|<2$ and $|z-1|>1\}$
under the map $z\mapsto \frac{1}{z}$.
I find it really hard to understand the intuition behind these kinds of questions, so it'd mean a lot if you could help explain the answer to this particular question and perhaps give me an overview of some strategies to solve similar problems.
Disclaimer: There is probably a better way to do this but I am no complex analysis kiddo
let $S=\{z\in \Bbb C : |z-2|<2 : |z-1|>1\}$ and $T=\{A\cos(\alpha)e^{i\alpha} : A \in (2,4) : \alpha \in (\frac{-\pi}{2},\frac{\pi}{2})\}$
If $A\cos(\alpha)e^{i\alpha} \in T$ then $$ |A\cos(\alpha)e^{i\alpha}-1|=\sqrt{ \left(A\cos^2(\alpha ) -1\right)^2 + \left(A\sin(\alpha)\cos(\alpha)\right)^2} $$ $$=\sqrt{(A^2-2A)\cos^2(\alpha)+1}>1$$ as $A>2$ and $\alpha \in (\frac{-\pi}{2},\frac{\pi}{2})$
Furthermore $$ |A\cos(\alpha)e^{i\alpha}-2|=\sqrt{ \left(A\cos^2(\alpha ) -2\right)^2 + \left(A\sin(\alpha)\cos(\alpha)\right)^2} $$ $$=\sqrt{(A^2-4A)\cos^2(\alpha)+4}<2$$ as $A<4$ and $\alpha \in (\frac{-\pi}{2},\frac{\pi}{2})$
Now if $z\in S$ let $z=Re^{i\alpha}$. By the triangle inequality $Re(z)>0$ thus $\alpha \in (\frac{-\pi}{2},\frac{\pi}{2})$ and $\cos(\alpha)>0$ thus we can let $R=A\cos(\alpha)$. As $|z-1|>1$ $$\sqrt{(A^2-2A)\cos^2(\alpha)+1}>1$$ which implies $ A>2$
As $|z-2|<2$ $$\sqrt{(A^2-4A)\cos^2(\alpha)+4}<2$$ which implies $A<4$
This proves that S=T now if $z=A\cos(\alpha)e^{i\alpha} \in S$ then $$1/z=\frac{1}{A\cos(\alpha)}e^{-i\alpha}=\frac{1}{A}- \frac{i \tan(\alpha)}{A}$$ as $\alpha$ varies the vertical line $x=\frac{1}{A}$ is formed and as then letting $A$ vary you get the set $W=\{ x+iy : x,y \in \Bbb R : 1/2\gt x\gt1/4\}$
Parameterisation is a nice method to solve these sort of problems btw. I found the parameteriation I showed you by considering the circles $|z-a|=a$ and subbing $z=a e^{i\theta}$ and then using the trig half angle identities to get it into a nice form.