52 Chaotic Modelling and Simulation
We will now carry a similar analysis at this point. A Taylor expansion of f at x
0
will
provide us with some insight into the behaviour of the system near the point:
5
f (x) = f (x
0
) + f
′
(x
0
)(x − x
0
) +
f
′′
(x
0
)
2
(x − x
0
)
2
Since we want to determine if the system will move towards x
0
or not, we consider
the difference from x
0
:
f (x) − x
0
=
(
f (x
0
) − x
0
)
+ f
′
(x
0
)(x − x
0
) +
f
′′
(x
0
)
2
(x − x
0
)
2
(3.5)
We are interested in determining for which values of b, a small x − x
0
will result
in an even smaller f (x) − x
0
. When x − x
0
is small, the first term in (3.5), f (x
0
) − x
0
,
will dominate the other two, if it is non-zero. so, in order for x
0
to be attracting, it is
necessary that f (x
0
) − x
0
= 0, i.e that x
0
is a fixed point. In that case, equation (3.5)
becomes
f (x) − x
0
= f
′
(x
0
)(x − x
0
) +
f
′′
(x
0
)
2
(x − x
0
)
2
(3.6)
For x − x
0
close to 0, the second order term will be negligible, and so:
f (x) − x
0
≡ f
′
(x
0
)(x − x
0
)
Therefore, if |f
′
(x
0
)| < 1, then x
0
is an attracting point, while if |f
′
(x
0
)| > 1, then
x
0
is not attracting. When f
′
(x
0
) = 1, equation (3.5) becomes
f (x) − x
0
= (x − x
0
) +
f
′′
(x
0
)
2
(x − x
0
)
2
and the sign of f
′′
(x
0
) determines whether x
0
is attracting or not.
In our case, the fixed point is x
0
= 1 −
1
b
, and the derivative, as computed earlier,
is:
f
′
(x
0
) = 2 −b
More generally, the Taylor expansion of f around x
0
in this case is:
f (x) − x
0
= (2 −b)(x − x
0
) − b(x − x
0
)
2
Consequently, x
0
is an attracting point for 1 ≤ b < 3. An example of the attraction
process is illustrated in Figure 3.6 (b = 2.9, x
0
= 0.07).
When b > 3, the fixed point is no longer an attracting point, and a two-point,
second order, attracting orbit appears. In order to obtain this orbit geometrically, the
second order diagram (x
t
, x
t+2
), i.e. the graph of f ( f (x)), is used, in addition to the
(x
t
, x
t+1
) diagram, i.e. the graph of y = f (x), and the (x
t+1
, x
t
) diagram, i.e. the graph
of x = f (y).
With a parameter of b = 2.7, we obtain Figure 3.7(a). It can be seen from the
graph, that the only fixed points of f ( f (x)) are the two fixed points of x. When
5
Note that, since f is a polynomial of degree 2, f actually equals its second order Taylor expansion.