Paired disks

Given two non-overlapping disks D_A and D_a, the loxodromic transformation a is said to pair the two disks if (1) a maps the circle that bounds D_A to the circle that bounds D_a, (2) a maps the outside of D_A to the inside of D_a and the inside of D_A to the outside of D_b, (3) the source of a lies inside D_A and the sink lies inside D_a, and (4) forward iterates of D_a under a shrink to smaller disks containing the sink whereas backward iterates of D_A shrink to the source.1

In following program, the large red disks centered on the negative real axis (D_A) and on the positive real axis (D_a) are paired. The slider n sets the number of forward and backward iterates of D_A. Set n to its largest value to see the forward iterates of D_A appear as lightening disks shrinking into the sink contained in D_a, and its backward iterates appear as darkening disks shrinking into the source in D_A.

You can drag the green disk to different locations and resize it with the radius control. Place the green disk D so that it sits outside of both D_A and D_a, and use the m slider to increase the number of its iterates. Because D lies outside D_A, its forward iterates lie inside D_a and converge to the sink of a. Similarly, because D lies outside D_a, its backward iterates lie inside D_A and converge to the source of a.

  1. See Indra’s Pearls, Chapter 4. The convention used in this book is to represent a transformation by a lowercase letter and its inverse by the uppercase letter; for example, A = a^{-1}. The disk D_a contains the fixed attracting point (or sink) of a; similarly, the disk D_A contains the sink of A, which is the fixed repelling point (or source) of a.