A fixed point is pretty simple. For a transformation T(z), a fixed point is any point z such that T(z)=z. See? It's fixed, as if we imagine the transformation moves or changes the domain, that point z stays put. Fixed points are important, as they allow us to understand the transformations around a dynamic focused on the point.
Let's first consider a linear function T(z)=az. If we want to find the fixed points, we just have to find anywhere z=az. The only two places where this happens are 0=0z and ∞ = ∞z. Geometrically, this looks like a line from 0 to ∞, pretty intuitive, ie, it's a linear function, but on the Riemannian Sphere, it looks like a spiral:
From Indra's. Also known as a loxodrome from the Greek "running obliquely." Here, 0 acts as a "source" and ∞ as a "sink." I'll clarify some of the terminology more later. |
T*= RTR-1(z) has the properties we wanted. It has 2 fixed points at -1 and 1. T*=
RTR-1(-1)= RT(0) = R(0) = -1, by construction. Interestingly, though T = az was linear, after conjugating by two non-linear Mobius Transformations, T* is distinctly nonlinear. If you were to calculate RTR-1 out, you would get ( z(1+a)+a-1 )/( z(a-1)+a+1).
If T looked like:
Then T* would look like:
Recall that Mobius Transformations are of the form T(z)= (az+b)/(cz+d). Thus, a fixed point under any arbitrary Mobius Transformation is any z such that z= (az+b)/(cz+d). If we do some rearrangement, we see that cz2 + z(d-a) - b = 0. This is a quadratic, and we can solve for z to find the fixed points: ( (a-d) ± sqrt( (a-d)2 + 4bc) ) / 2c. This means that every Mobius Transformation has either one or two fixed points, depending on the discriminant. I'll talk more about this in the next post, which will come soon.
Off the bat, we can see some interesting things. If c=0 (and d isn't, else that'd just describe the above case), for some Mobius Transformation T(z)= (az+b)/d = (a/d)z + (b/d), then T is affine (affine means a linear function translated from 0. Essentially, linear functions look like T(z) = az, and affine functions look like T(z) = az+b). If T is affine, then it only has one fixed point at infinity-- T(∞)= a(∞)+b =∞, and not at 0 (T(0) = b). This makes sense because then our quadratic formula from above would be ( (a-d) ± sqrt( (a-d)2) ) / 0, which equals ∞.
Now I'd like to take a step back and talk about what it means to be a source or a sink. A source is a fixed point that is repelling, and a sink is a fixed point that is attracting. Alternatively, a fixed point can be neither, in which case it is a neutral fixed point.
The definition of an attracting fixed point x0 is for some L in the open interval (0,1), there exists an open interval U containing x0, such that |f(x)-x0| ≤ L|x-x0|, for all x in U. Conversely, a repelling point is a fixed point x0 such that there's a L>1 and an open interval U containing x0 such that |f(x)-x0| ≥ L|x-x0|, for all x in U.
Pretty much, what that means is that if you have a sink or an attracting point, then if you take some space, then undergoing iterations of the function, it will be bijectively mapped to a smaller and smaller space arbitrarily close to the point. Of course by "smaller" I don't mean "less points", but instead a smaller looking area. The reason this still works, though, is because there are uncountably many real numbers (there are as many numbers in the interval (0,1) as there are between (-∞,∞) ). The opposite is the case for repelling points.
This will come in handy to think about when next post I'll classify all types of Mobius Transformations into three categories based on how many and which kinds of fixed points they have.
How would you "check" to see which fixed points are repelling, and which are attracting? Is it important to determine which are repelling and which are attracting?
ReplyDeleteHey, sorry, great question. Probably should have been in the post. If z is a fixed point, then we can easily test for what kind of point it is. What we do is take the modulus of the derivative evaluated at that point, |f'(z)|. If |f'(z)|<1 then it's attracting, if |f'(z)|>1 then it's repelling, and if |f'(z)|=1, then it's neutral (neutral means it can be attracting, repelling, or neither).
DeleteIf we have the function f(z) = z^2, then the fixed points are at 0 and 1. f'(z)=2z, and |f'(0)|=0<1 and |f'(1)|=2>1. Thus 0 is attracting and 1 is repelling. Or, if we have the function f(z) = z+z^3, then the only fixed point is at 0. Following the test, f'(0)=1+3(0)^2 = 1, and thus is neutral.
This gets pretty cool when you can apply this logic to cycles of numbers, but I won't get into that.
I get the math you used to show every mobius transformation has at least one fixed point, but it still doesn't make sense. Is there another way you can explain it?
ReplyDeleteCool so imagine we have a plane, and you apply a translation t-> t+2. There are no fixed points (if there were, t=t+2, 0=2, contradiction). This is so because infinity isn't a number on a plane. Plus it makes conceptual sense if you imagine taking a square as representing your plane and you push it to the right, every point will be somewhere else.
DeleteNow imagine we're on the plane and you rotate it. Obviously you have to rotate the plane or object around some point, and that will be your fixed point. Same thing with reflections. You reflect over a line, and that line then is fixed. It seems, then, on a plane, translations yield no fixed points, rotations yield one, and reflections yield infinitely many.
But now let's look at the Riemannian Sphere and with Mobius Transformations, where you're acting on the entire sphere. If you wanted to "translate" your sphere over k units to the right, that doesn't really make sense... now it's more of a rotation, which has one fixed point. And this makes sense because if you look back up to the reason there no fixed points for a translation like T(z) = z+a is because z can never equal z+a. Unless infinity is a valid number, and z is infinity!