Finding fixed points of mobius transform

elimenohpee
Messages
64
Reaction score
0

Homework Statement


What is the procedure to find fixed points of a mobius transform?

I don't really have an example, how about: f(z)= (z-i)/(z+i)


Homework Equations


From what I understand, fixed points are points that when attempting to transform get mapped back to themselves. So one would need to solve the equation:

f(z) = (z-i)/(z+i) = z

If you solve for z, you should get 2 fixed points I believe, but I'm not sure. When trying to work out an example the arithmetic gets a little hairy.


The Attempt at a Solution



z^2 + (i-1)z + i = 0

use quadratic formula to find roots?
 
Physics news on Phys.org
Yes, or (much the same thing) complete the square.

You will probably have to use DeMoivre's theorem to find the square root of a complex number.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top