The simplest repeated sequence is constant, just repeat the same number
forever. For example,
Starting with
T1(1/2, 1/2) = (1/4, 1/4), |
T1(1/4, 1/4) = (1/8, 1/8), |
T1(1/8, 1/8) = (1/16, 1/16), |
... |
converging to the lower left corner of the unit square, as pictured below.
Because it is gotten by applying T1 infinitely many times, the
address of this point is
Recalling
T1(x, y) = | the midpoint of | |
T2(x, y) = | the midpoint of | |
T3(x, y) = | the midpoint of | |
T4(x, y) = | the midpoint of |
we see the cycles 2∞,
3∞, and 4∞ generate sequences of points that converge to
![]() | ![]() |
3∞ | 4∞ |
![]() | ![]() |
1∞ | 2∞ |
Return to Single Lines.