11.3 Orbits of a Dynamical System 353
11.3.2. EXAMPLE. We will now look at an example that has both interesting
periodic points and transitive orbits. Some of the proofs must be left until later
(see Examples 11.5.5, 11.5.10, and 11.5.14). We shall see that this example is
chaotic. While this word is suggestive of wild behaviour, it actually has a precise
mathematical meaning which we will explore in Section 11.5.
Consider the map T from T into itself given by T θ = 2θ. This is called the
doubling map on the circle. Essentially this map wraps the circle twice around
itself. That is, the top semicircle [0, π) is mapped one-to-one and onto the whole
circle; and the bottom semicircle [π, 2π) is also mapped one-to-one and onto the
whole circle. Thus this map is two-to-one.
A point θ is periodic of period n ≥ 1 if
θ ≡ T
n
θ = 2
n
θ (mod 2π).
This happens if and only if (2
n
− 1)θ is an integer multiple of 2π. The period
of O(θ) will be the smallest positive integer k such that (2
k
− 1)θ is an integer
multiple of 2π. Thus the point
2π
2
n
−1
is periodic of period n, and
O
¡
2π
2
n
−1
¢
= {
2
j
π
2
n
−1
: 1 ≤ j ≤ n}.
Indeed, every point
2πs
2
n
−1
for every n ≥ 1 and 1 ≤ s ≤ 2
n
− 1 is a periodic point,
although the period will possibly be a proper divisor of n rather than n itself. These
points are dense in the whole circle. Because the derivative of T is 2, as a map from
R to R, it follows that every periodic point is repelling.
Also, there are eventually periodic points, namely
2πs
2
p
(2
n
−1)
for p ≥ 1. After p
iterations, these points join the periods identified previously. On the other hand, it
is not difficult to see that this is a complete list of all the periodic and eventually
periodic points. So every other point has infinite orbit. Unlike our first example,
these orbits will not converge to some period, as every periodic point is repelling.
This example also has a dense set of transitive points, although we only outline
the argument. Write a point θ as 2πt for 0 ≤ t < 1. Then write t in binary as
t = (0.ε
1
ε
2
ε
3
. . . )
base 2
. Then T
k
θ ≡ 2πt
k
(mod 2π), and the binary expansion
is t
k
= (0.ε
k+1
ε
k+2
ε
k+3
. . . )
base 2
. The possible limit points of this orbit has little
to do with the first few (say) billion coefficients. So we may use these to specify
θ close to any point in the circle. Now arrange the tail of the binary expansion to
include all possible finite sequences of 0s and 1s. Then by applying T repeatedly,
each of these finite sequences eventually appears as the initial part of the binary
expansion of t
k
. This shows that the orbit is dense in the whole circle.
Exercises for Section 11.3
A. Suppose that x
∗
is a point of period n. Show that if x
∗
is attracting (or repelling), then
each T
i
x
∗
is also an attracting (or repelling) periodic point.
B. Draw a phase diagram of the dynamics of T x = .5(x − x
3
) for x ∈ R.
C. Find the periodic points of the tripling map on the circle: T : T → T given by
T θ = 3θ.