1.H. Driven IFS and Data Analysis

Stewart's experiments

Referring to the chaos game, Ian Stewart asked "What happens if the computer's random number generator is replaced by some more familiar dynamical system?"

For most of his tests, Stewart used the chaos game fixed points the vertices (0, 0), (sqrt(3)/2, 1/2), and (0, 1). The corresponding IFS rules are

T1(x, y) = (x/2, y/2)
T2(x, y) = (x/2, y/2) + (0, 1/2)
T3(x, y) = (x/2, y/2) + (sqrt(3)/4, 1/4)

For reference, a random number generator gives picture (A). All pictures consist of 1000 points. How were the other pictures generated?

(A) (B) (C)
(D) (E) (F)

Picutures (b) through (f) are generated sequences of numbers, coarse-grained into three equal-size bins.

(B) is produced by iterating the logistic map xn+1 = 4xn(1 - xn).
(C) is produced from sin(t) + sin(sqrt(2)*t). We took t = 1, 2, ..., 1000. Our picture differs a bit from Stewart's so evidently he used a different time scaling.
(D) is produced from sin(t) + sin(sqrt(5)*t).
(E) is produced from sin(t) + sin(sqrt(3)*t) + sin(sqrt(5)*t).
(F) uses the same function as (E), but here t = 0.1, 0.2, ..., 100.

Stewart closed his paper with these thoughts.

Return to Driven IFS and Data Analysis, where we shall answer many of these questions.