I have a quick question about an old post given here:
Given the sector $\{z \in \mathbb C : -\pi/4 < \arg(z) < \pi/4\}$, one wants to find a conformal map $\phi$ that maps the given sector to the unit disk. I understand the solution given in the post above, however I was curious if it is possible to find a solution only using moebius transformations? My plan was as follows:
Find a composition of conformal maps that map the boundary of the sector given by $\{z \in \mathbb C : arg(z) \in \{-\pi/4 , \pi/4 \} \}$ to the boundary of the unit disk. One could go as follows:
- Find $\phi_1$ that sends $(1-i,0,1+i) \mapsto (0,1,\infty)$ that maps the boundary to the imaginary axis. My calculation gave me the following $$ \phi_1(z) = \frac{z-(1-i)}{z-(1+i)}\frac{1+i}{1-i}. $$
- As a second map we need to find $\phi_2$ that sends $(0,1,\infty) \mapsto (1,-i,i)$, here one can take $$ \phi_2(z) = \frac{(i+1)-iz}{(i+1)-z}. $$ Now concatenating both functions gives as $\phi_2 \circ \phi_1$ yields $$ \phi_2 \circ \phi_1(z) = \frac{(2+i)z-(1+i)}{z+(1-i)}, $$ which indeed maps $(1-i,0,1+i) \mapsto (1,-i,i)$ as one can check manually. However, this seems not to be the desired map since the real line should be mapped into the unit circle. However take for example $z=5$ then wolfram alpha gives that $$ \phi_2 \circ \phi_1(5) = 50/37+ 33i/37, $$ which clearly lies outside of $\mathbb D$. What went wrong?