288 Chaotic Modelling and Simulation
The results presented here are similar to those produced when uniform noise is used
instead.
The basic parameter values for the application were set to s = 10, b = 8/3 and
r = 28, and the noise parameter was set to k = 20. The resulting chaotic object has
a form similar to that of the Lorenz chaotic attractor. When the noise parameter k is
higher (k = 50), the resulting chaotic image retains the Lorenz attractor shape, yet,
in this case, the chaotic paths are mostly influenced by the noise term as illustrated
in Figure 13.2(c). Higher values of the noise term destroy the original shape of the
attractor as presented in Figure 13.2(d) where k = 150. At such a high noise level,
the chaotic image turns out to be a stochastic one.
13.3 The Lotka-Volterra Theory for the Growth of Two
Conflicting Populations
A special case of the Lotka-Volterra system was already discussed in section 6.2.
We expand on it somewhat in this section.
The Lotka-Volterra system concerns the predator-prey problem, a problem fre-
quently arising in ecology. Let N
2
be a measure of the population of a species,
which preys upon a second species whose population is measured by N
1
. Then the
population of N
1
diminishes with a factor proportional to the product of the two pop-
ulations, N
1
N
2
, whereas the population of y increases with a factor proportional to
N
1
N
2
. The differential equations of growth or decline of the two populations are
therefore given by the following set of equations:
˙
N
1
= aN
1
− bN
1
N
2
˙
N
2
= −cN
2
+ dN
1
N
2
(13.6)
where the parameters a, b, c, d are positive numbers. This system may be simplified
by introducing the transformation:
N
1
=
c
d
x
N
2
=
a
b
y
The resulting system is
˙x = a(x − xy)
˙y = −c(y − xy)
(13.7)
Differentiating both equations, and eliminating y and ˙y, the following non-linear
differential equation for x is obtained:
¨x =
1
x
˙x
2
+ acx − c ˙x + cx ˙x − acx
2