[Math] Mapping the Poincare disk model to the Poincare half plane model

hyperbolic-geometry

I am puzzeling with the following:

Given a point $ A = ( a_x, a_y) : a_x^2+ a_y^2 \le 1 $ in the Poincare Disk model ( https://en.wikipedia.org/wiki/Poincar%C3%A9_disk_model )

to which point does this point map on the Poincare half plane model. (https://en.wikipedia.org/wiki/Poincar%C3%A9_half-plane_model )

Given that:

  • $(0.0 )$ maps to $(0,1)$ (or to $(0,2)$ or $(0,u)$ )
  • $(0,-1) $ maps to $y= \infty$ and
  • $(0,1) $ maps to $(0,0)$ ?

Best Answer

The Poincare disk and upper half-plane models are related by a Möbius transformation that maps the disk to the plane. Such a transformation has the form $$ f(z) \;=\; \frac{az+b}{cz+d} $$ for some constants $a,b,c,d\in\mathbb{C}$ such that $ad-bc\ne 0$.

In my mind, the "usual" Möbius transformation $f$ satisfies $f(-i) = 0$, $f(1) = 1$, $f(-1)=-1$, and $f(i)=\infty$, though there may be other conventions. Solving for the coefficients gives the formula for $f$: $$ f(z) \;=\; \frac{z + i}{iz+1}. $$ The inverse of this maps the upper half-plane to the disk, and is given by $$ f^{-1}(z) \;=\; \frac{z-i}{-iz+1} $$

Note For the specific requirements you gave for $f$ where $f(0) = i$, $f(-i)=\infty$, and $f(i) = 0$, you would want the $180^\circ$ rotation of the function $f$ above, i.e. $f(z) = \dfrac{z-i}{iz-1}$.

Related Question