11.3 Orbits of a Dynamical System 349
H. Modified Newton’s method. With the same setup as for Newton’s method, show that
the sequence x
n+1
= x
n
−
f(x
n
)
f
0
(x
0
)
for n ≥ 0 converges to x
∗
.
I. (a) Let a > 0. Show that Newton’s formula for solving xa = 1 yields the iteration
x
n+1
= 2x
n
− ax
2
n
.
(b) Suppose that x
0
=
1 − ε
a
for some |ε| < 1. Derive the formula for x
n
.
(c) Do the same analysis for the iteration scheme x
n+1
= x
n
(3 − ax
n
− (ax
n
)
2
).
Explain why this is a superior algorithm.
J. Let h(x) = x
1/3
e
−x
2
.
(a) Set up Newton’s method for this function.
(b) If 0 < |x
n
| < 1/
√
6, then |x
n+1
| > 2|x
n
|.
(c) Show that if x
n
> 1/
√
6, then x
n
< x
n+1
< x
n
+
1
2x
n
.
(d) Hence show that Newton’s method never works unless x
0
= 0. However, given
ε > 0, there will be an N so large that |x
n+1
− x
n
| < ε for n ≥ N.
(e) Sketch h and try to explain this nasty behaviour.
K. Three towns, Alphaville, Betatown, and Gammalot, are situated around the shore of a
circular lake of radius 1 km. The largest town Alphaville claims one half of the area of
the lake as its territory. The town mathematician is charged with computing the radius
r of a circle from the town hall (which is right on the shore) that will cut off half the
area of the lake. Compute r to seven decimal places.
HINTS: Let T denote the town hall, and O the centre of the lake. The circle of radius
r meets the shoreline at X and Y . The area enclosed is the union of two segments of
circles cut off by the chord XY . Express r and the area A as functions of the angle
θ = ∠OT X.
MORE HINTS: (1) Show that (i) 1 < r < 2; (ii) ∠T OX = π − 2θ; (iii) the area
of the segment of a circle of radius ρ cut off by a chord that subtends an angle α is
ρ
2
(α −sinα)/2. (2) Show that r = 2cos θ and A(θ) = 2π −4θ sin
2
θ −2sin(2θ). (3)
Solve A(θ) = π using Newton’s method. Show error estimates.
11.3. Orbits of a Dynamical System
There are several possibilities for the structure of the orbit of a point x
0
. Fixed
points, which we’ve discussed in detail, have the simplest possible orbits, namely
O(x
0
) = {x
0
}. Almost as good as fixed points from the point of view of dynamics,
and certainly more common, are periodic points. We say that x
∗
is a periodicpoint
if there is a positive integer n such that T
n
x
∗
= x
∗
. The smallest positive n for
which this holds is called the period. Notice that x
∗
is a fixed point of T
n
. We can
therefore call x
∗
an attractive periodic point or a repelling periodic point for T
if it is an attractive or repelling fixed point of T
n
. Because T maps an open set
around x
∗
to an open set around T x
∗
, it is easy to check that points in the same
periodic orbit are either all attractive or all repelling.
Let us discuss the terminology of dynamical systems by examining a particular
map, namely the map T x = 1.8(x − x
3
) that we discussed in Section 11.1. Our