0

I want to find the Möbius transformation which brings $f(0)=\infty$, $ f(\infty)=0$, and $f(5)=i$. If I use the formula

\begin{equation} \frac{(w-w_1)(w_2-w_3)}{(w-w_3)(w_2-w_1)}=\frac{(z-z_1)(z_2-z_3)}{(z-z_3)(z_2-z_1)} \end{equation}

then I get a cancellation of the $w$-variable. That would give just another complex number, $z=5i$. But what does this mean?

Thanks

Luthier415Hz
  • 2,739
  • 6
  • 22

1 Answers1

1

The formula $$ \frac{(f(z)-w_1)(w_2-w_3)}{(f(z)-w_3)(w_2-w_1)}=\frac{(z-z_1)(z_2-z_3)}{(z-z_3)(z_2-z_1)} $$ can only be applied if all $z_j$ and $w_j$ are complex numbers, i.e. not $\infty$. The general formula is $$ (f(z), w_1, w_2, w_3) = (z, z_1, z_2, z_3) $$ where $(z, z_1, z_2, z_3)$ is the cross-ratio of the numbers $z, z_1, z_2, z_3$, that is the value of $z$ under the Möbius transformation which maps $z_1, z_2, z_3$ to $0, 1, \infty$, respectively.

If $z, z_1, z_2, z_3$ are all (distinct) complex numbers then their cross-ratio is $$ (z, z_1, z_2, z_3) = \frac{(z-z_1)(z_2-z_3)}{(z-z_3)(z_2-z_1)} \, . $$ If one of the $z_j$ is equal to $\infty$ then the corresponding formula can be obtained by a limiting process. As an example, for $z_1 \to \infty$ we get $$ (z, \infty, z_2, z_3) = \frac{z_2-z_3}{z-z_3} \, . $$ Similarly, $$ (z, z_1, \infty, z_3) = \frac{z-z_1}{z-z_3} $$ and $$ (z, z_1, z_2, \infty) = \frac{z-z_1}{z_2-z_1} \, . $$


In your case we need the solution for $$ (f(z), \infty, 0, i) = (z, 0, \infty, 5) \, . $$ Using the above formulae this translates to $$ \frac{0-i}{f(z)-i} = \frac{z-0}{z-5} \iff \boxed{f(z) = \frac{5i}{z}} \, . $$


Of course one could have obtained that result with an educated guess. A Möbius transformation exchanges the points $0$ and $\infty$ if it is of the form $T(z) = a/z$ for some non-zero constant $a$, and the condition $f(5)=i$ gives $a=5i$.

Martin R
  • 113,040
  • Thanks Martin!! I will write this down. – Luthier415Hz Dec 23 '21 at 09:07
  • I retried your method, and I get only to $z/(z-5)$. But from there to $5i/z$ I don't know how you do it. How did you do it, if this is all equal to $w$? In fact, I got $w=/frac{5i}{z}+i+1$, which is the same as you got, just shifted. – Luthier415Hz Dec 27 '21 at 11:16
  • @ViolaPlayer: Try it again. If you solve the equation $\frac{0-i}{w-i} = \frac{z-0}{z-5} $ for $w$ then you'll get $w = \frac{5i}{z}$. – Martin R Dec 27 '21 at 15:02
  • Got it, used erroneously the identity $-i=1/i$, but I got $w=-\frac{5i}{z}$ – Luthier415Hz Dec 27 '21 at 15:25