Non-Euclidean Translations and Rotations

80 Views Asked by At

If $f(z) = z + 1$ and $g(z) = -\frac{1}{z}$ show that $$ g f g^{-1}(z) = \frac{z}{1-z}. $$

I don't know how to solve this question please help.

1

There are 1 best solutions below

0
On

Let's get this out of the unanswered queue, although comments already pointed out the relevant aspects

First you need to find $g^{-1}$. Assume $g(z)=w$, then $g^{-1}(w)=z$. If you have $w=-\frac1z$, you can solve that for $z$ (i.e. transform it such that it reads $z=\ldots$) to obtain a formula for $g^{-1}$.

Then you have all three formulas, so you can simply nest them and compute their result:

$$g\Bigl(f\bigl(g^{-1}(z)\bigr)\Bigr)=\ldots$$

Simply evaluate the innermost function, plug the result into the next, and so on. Simplify the final result until you obtain the desired form.