I need help understand this Möbius transformation

181 Views Asked by At

Show $w=\frac{z-i}{z+i}$ maps upper half plane into a unit disk centered at origin.

I rewrote the equation as $z=-i(\frac{w+1}{w-1})$ and since $|z|>0$ on upper half plane. I say $|-i(\frac{w+1}{w-1})|>0$ which is $|w+1|>|w-1|$ so $|(u+1)+iv|>|(u-1)+iv|$ I am stuck then. because this will not end up with a circle formula.
I had seen examples how a function maps circles to half plane, using three points. but here I need some help to understand how to work on this transformation. Thank you.

2

There are 2 best solutions below

2
On

Let $Im(z) = y \in [0,\infty)$ for the upper plane and rewrite $w=\frac{z-i}{z+i}$ as $z=\frac{1+w}{1-w}i$. Then,

$$z-\bar z = 2iy = \frac{1+w}{1-w}i + \frac{1+\bar w}{1-\bar w}i$$

Rearrange to get $(1+y)|w|^2 - y(w+\bar w) = 1-y$. Put it in the form of complex circles,

$$|w-\frac y{1+y}|^2 = \frac1{(1+y)^2} $$

which represents a unit disk centered at origin. In particular, for $y=0$, it has its center at $(0,0)$ and radius 1; and for $y\to\infty$, it converges to the point $(1,0)$.

0
On

This is the Cayley transformation. Note that $1\mapsto-i,0\mapsto-1, \infty\mapsto1$.

Mobius transformations map generalized circles to generalized circles, and are completely determined by the images of three points.

Thus a test point, $i\mapsto0$ and we are done.