C H A O S 161
dx
1
/dt= ax
1
+ bx
2
+ cx
1
x
2
+ ... rx
n
, (a, d, c, ...r are constants) (11.2)
and
2) the number of independent variables, n, must be at least three.
The second condition is discussed later.
The non-linearity often makes the solution of the equations unstable for particular choices
of the parameters. Numerical methods of solution must be adopted in all but a few
standard cases.
11.1 The general motion of a damped, driven pendulum
The equation of a damped, driven pendulum is
ml(d
2
θ/dt
2
) + kml(dθ/dt) + mgsinθ = Acos(ω
D
t) (11.3)
or
(d
2
θ/dt
2
) + k(dθ/dt) + (g/l)sinθ = (A/ml)cos(ω
D
t), (11.4)
where θ is the angular displacement of the pendulum, l is its length, m is its mass, the
resistance is proportional to the velocity (constant of proportionality, k), A is the amplitude
and ω
D
is the angular frequency of the driving force.
Baker and Gollub in Chaotic Dynamics (Cambridge, 1990) write this equation in the form
(d
2
θ/dt
2
) + (1/q)(dθ/dt) + sinθ = Ccos(ω
D
t), (11.5)
where q is the damping factor. The low-amplitude natural angular frequency of the
pendulum is unity, and time is dimensionless. We can therefore write
the equation in terms of three first-order differential equations
dω/dt = –(1/q)ω – sinθ + Ccos(φ) where φ is the phase, (11.6)