A transformation that rotates and expands is said to be loxodromic. Start with a circle near the origin and apply an origin-centered loxodromic transformation to it again and again, and the circle will spiral out from the origin. The following program explores the dynamics of the transformation . As in the previous program, the complex number is fixed by the abs and arg sliders, which set and . In particular, when and , the transformation is loxodromic.
Start with a circle centered on the real axis, whose position and radius are fixed with the re and radius sliders. Then iteratively apply the transformation to obtain the sequence of circles .1 These circles are called the forward iterates of circle under . Remarkably, the image of any circle is a circle.2
The program also produces the backward iterates . As n increases, we see the forward and backward orbits of circles emerging from the seed circle .
If and , forward iterates spiral away from the origin and backward iterates spiral toward the origin. If , forward iterates head straight away from the origin and backward iterates head straight toward the origin. In both cases (i.e., where ), there are two fixed points: the origin, called the source, and infinity called the sink. 3
There is neither expansion nor contraction when , and the circles orbit the origin at fixed distance assuming .4 In this case, the origin and infinity are considered neutral fixed points.
- Here applies n times to circle . That is, is the identity transformation, and for all . ↩
- As defined, is a special case of the Mobius transformation. Every Mobius transformation maps circles to circles, where circle broadly includes both circles and lines. ↩
- If , iterates would approach the origin under and so the origin and infinity would be the sink and source respectively. ↩
- These are called elliptic transformations. ↩