I want to find a Möbius transformation $T$ such that
- T fixes $i$,
- Sends the region $\vert z-i\vert < 2$ to the upper half plane,
- Maps the imaginary axis onto itself
I'm really stuck on this even though it's probably a very basic problem. I know that I have to define $6$ points; $z_1,z_2,z_3,w_1,w_2,w_3 \in \mathbb{C}^{*}$ and solve the cross-ratio equation $(z,z_1,z_2,z_3) =(w,w_1,w_2,w_3)$ where $w = T(z)$. I also know that Möbius transformations maps generalized circles to generalized circles and that Möbius transformations preserves orientation induced by $z_1,z_2,z_3$ if these points happen to live on a generalized circle and that I probably should use these facts to solve this.
Obviously one $z_j = w_j = i$ for some $j \leq 3$ but I'm not sure how to proceed. The imaginary axis should be mapped to itself but does this mean $T(ai)= ai, \ \forall a \in \mathbb{R}$ or something like $T(ai) = bi$? I'm also not sure how to think regarding mapping the region to the upper half plane.
EDIT: I know the answer should be $T(z) = -i\frac{z+i}{z-3i}$ or $T(z) = -i\frac{z-3i}{z+i}$ but I want to know how to get there!