next up previous
Next: Analytic solution Up: The chaotic pendulum Previous: The chaotic pendulum

Introduction

Up to now, we have mostly dealt with problems which are capable of analytic solution (so that we can easily validate our numerical solutions). Let us now investigate a problem which is quite intractable analytically, and in which meaningful progress can only be made via numerical means.

Consider a simple pendulum consisting of a point mass $m$, at the end of a light rigid rod of length $l$, attached to a fixed frictionless pivot which allows the rod (and the mass) to move freely under gravity in the vertical plane. Such a pendulum is sketched in Fig. 21. Let us parameterize the instantaneous position of the pendulum via the angle $\theta$ the rod makes with the downward vertical. It is assumed that the pendulum is free to swing through 360 degrees. Hence, $\theta$ and $\theta +2\pi$ both correspond to the same pendulum position.

The angular equation of motion of the pendulum is simply

\begin{displaymath}
m\,l\,\frac{d^2\theta}{dt^2} + m\,g\,\sin\theta = 0,
\end{displaymath} (72)

where $g$ is the downward acceleration due to gravity. Suppose that the pendulum is embedded in a viscous medium (e.g., air). Let us assume that the viscous drag torque acting on the pendulum is governed by Stokes' law (see Sect. 3.12) and is, thus, directly proportional to the pendulum's instantaneous velocity. It follows that, in the presence of viscous drag, the above equation generalizes to
\begin{displaymath}
m\,l\,\frac{d^2\theta}{dt^2}+ \nu\,\frac{d\theta}{dt} + m\,g\,\sin\theta = 0,
\end{displaymath} (73)

where $\nu$ is a positive constant parameterizing the viscosity of the medium in question. Of course, viscous damping will eventually drain all energy from the pendulum, leaving it in a stationary state. In order to maintain the motion against viscosity, it is necessary to add some external driving. For the sake of simplicity, we choose a fixed amplitude, periodic drive (which could arise, for instance, via periodic oscillations of the pendulum's pivot point). Thus, the final equation of motion of the pendulum is written
\begin{displaymath}
m\,l\,\frac{d^2\theta}{dt^2}+ \nu\,\frac{d\theta}{dt} + m\,g\,\sin\theta = A\,\cos\omega t,
\end{displaymath} (74)

where $A$ and $\omega $ are constants parameterizing the amplitude and angular frequency of the external driving torque, respectively.

Figure 21: A simple pendulum.
\begin{figure}
\epsfysize =3in
\centerline{\epsffile{pendulum.eps}}
\end{figure}

Let

\begin{displaymath}
\omega_0 = \sqrt{\frac{g}{l}}.
\end{displaymath} (75)

Of course, we recognize $\omega_0$ as the natural (angular) frequency of small amplitude oscillations of the pendulum. We can conveniently normalize the pendulum's equation of motion by writing,
$\displaystyle \hat{t}$ $\textstyle =$ $\displaystyle \omega_0\,t,$ (76)
$\displaystyle \hat{\omega}$ $\textstyle =$ $\displaystyle \frac{\omega}{\omega_0},$ (77)
$\displaystyle Q$ $\textstyle =$ $\displaystyle \frac{m\,g}{\omega_0\,\nu},$ (78)
$\displaystyle \hat{A}$ $\textstyle =$ $\displaystyle \frac{A}{m\,g},$ (79)

in which case Eq. (74) becomes
\begin{displaymath}
\frac{d^2\theta}{d\hat{t}^2} + \frac{1}{Q}\,\frac{d\theta}{d\hat{t}}
+ \sin\theta = \hat{A}\,\cos\hat{\omega}\hat{t}.
\end{displaymath} (80)

From now on, the hats on normalized quantities will be omitted, for ease of notation. Note that, in normalized units, the natural frequency of small amplitude oscillations is unity. Moreover, $Q$ is the familiar quality-factor--roughly, the number of oscillations of the undriven system which must elapse before its energy is significantly reduced via the action of viscosity. The quantity $A$ is the amplitude of the external torque measured in units of the maximum possible gravitational torque. Finally, $\omega $ is the angular frequency of the external torque measured in units of the pendulum's natural frequency.

Equation (80) is clearly a second-order o.d.e. It can, therefore, also be written as two coupled first-order o.d.e.s:

$\displaystyle \frac{d\theta}{dt}$ $\textstyle =$ $\displaystyle v,$ (81)
$\displaystyle \frac{dv}{dt}$ $\textstyle =$ $\displaystyle -\frac{v}{Q} -\sin\theta + A\,\cos\omega t.$ (82)


next up previous
Next: Analytic solution Up: The chaotic pendulum Previous: The chaotic pendulum
Richard Fitzpatrick 2006-03-29