6. Free oscillations

The most common use of second-order equations is the modeling of oscillatory or other periodic behavior. This behavior occurs in myriad contexts. When an oscillating system is not subjected to any external forces, we call it an unforced oscillator or free oscillator.

6.1. Mechanical oscillator

An object attached to an ideal spring satisfies the ODE

(6.2)\[mx'' + b x' + kx = 0,\]

where \(x(t)\) is the displacement from the natural resting position, \(m\) is the mass of the object, \(b\) is an attenuation coefficient due to friction or mechanical damping, and \(k\) is a property of the spring called the spring constant. This constant is the ratio of the restoring force of the spring to the amount by which it is stretched or compressed.

Attention

All named parameters such as \(m\), \(k\), and \(b\) are assumed to be nonnegative unless stated otherwise.

Note

Equation (6.2) applies equally well to horizontal and vertical oscillations. Gravity does not appear in the vertical case because it is accounted for by measuring \(x\) from the static equilibrium position.

If given, initial values for (6.2) supply the initial position and initial velocity, which determine the solution uniquely.

A pendulum is a different type of mechanical oscillator. The proper ODE is

\[\theta'' + \gamma \theta + \frac{g}{L}\sin (\theta) = 0,\]

where \(\theta(t)\) is the angle made with vertical-down position, \(L\) is the arm length, and \(g\) is gravitational acceleration. This equation is nonlinear and difficult to analyze without developing new tools. But if the angle remains small, then a reasonable approximation is

\[\theta'' + \gamma \theta + \frac{g}{L}\theta = 0,\]

which is a linear oscillator with constant coefficients.

6.2. Electrical oscillators

An AC circuit typically has elements of resistance, capacitance, and inductance. These analogize perfectly to friction/damping, spring constant, and mass. If these elements are wired in series, the governing ODE is

\[LI'' + RI' + \frac{1}{C}I = 0,\]

where \(I(t)\) is the current flowing through the circuit, \(L\) is inductance, \(R\) is resistance, and \(C\) is capacitance.

6.3. Unifying notation

When you have many versions of the same root problem, each using different symbols and units, you have three options.

  1. Solve each new problem from scratch.

  2. Derive custom formulas for each application.

  3. Find a minimal set of parameters and express the problem and solution in terms of them.

Option 1 is highly inefficient. Option 2 would be appropriate for an engineering course. Here, we take option 3 and develop generalized knowledge that can be reinterpreted for each new application.

The ODE of free mass-spring oscillator, when written in our standard form, is

\[x'' + \frac{b}{m} x' + \frac{k}{m} x = 0.\]

Right away this suggests that we only need two parameters, not three, to express the full range of behavior. (An added convenience is that both \(b/m\) and \(\sqrt{k/m}\) have units of inverse time.) Accordingly, we introduce

\[\omega_0 = \sqrt{\frac{k}{m}}, \qquad Z = \frac{b/m}{2\omega_0} = \frac{b}{\sqrt{4km}}.\]

The parameter \(\omega_0\) is known as the natural frequency, with units of inverse time, and \(Z\) is a dimensionless damping coefficient describing the relative intensity of the damping.

Important

In math we usually use frequency to mean the multiplier of \(t\) in a sin or cos function. That is our usage. In some fields this is called angular frequency and frequency is used to mean the number of cycles per time unit, as in Hz.

Now the ODE of a free oscillator becomes

(6.3)\[x'' + 2 Z \omega_0\, x' + \omega_0^2\, x = 0.\]

A similar derivation can be done starting from the pendulum or AC circuit equations.

The characteristic roots of the ODE are

\[\lambda_{1,2} = -Z \omega_0 \pm \omega_0 \sqrt{Z^2-1}.\]

The discussion now splits into four cases, marked by increasing values of \(Z\).

6.4. Undamped oscillator, \(Z=0\)

The case \(x'' + \omega_0^2x = 0\) was discussed in Section 5. It results in pure oscillation at frequency \(\omega_0\). This is known as simple harmonic motion.

Example

When a 2 kg mass is hung on a spring, the spring stretches by 0.25 m. What is the natural frequency of the mass-spring system? Suppose the mass is pulled down 0.2 m past equilibrium and then thrown upward at 1 m/s. What is the amplitude of the motion?

6.5. Underdamped oscillator, \(0<Z<1\)

For \(0< Z < 1\) the roots of (6.3) are complex, with negative real part:

\[\lambda_{1,2} = -Z \omega_0 \pm i \omega_0 \sqrt{1-Z^2}.\]

Define the damped frequency \(\omega_d=\omega_0 \sqrt{1-Z^2}\). The amplitude–phase form easily generalizes to

\[x_h(t) = R\, e^{-Z\omega_0 t} \cos( \omega_d t + \theta),\]

where \(R\) and \(\theta\) are determined by the initial conditions. This solution is pseudoperiodic, combining oscillation at frequency \(\omega_d < \omega_0\) inside an exponential decay envelope. We call this an underdamped oscillator.

6.6. Critically damped oscillator, \(Z=1\)

At \(Z=1\) the complex roots coalesce into a double real root,

\[\lambda_1 = \lambda_2 = -\omega_0,\]

with general homogeneous solution

\[x_h(t) = e^{-\omega_0 t} (c_1 + c_2 t).\]

There is no longer any oscillation present, and we have a critically damped system. The linear growth of \(c_2 t\) doesn’t make much of a difference against the exponential decay, and \(x_h\to0\) as \(t\to\infty\).

6.7. Overdamped, \(Z>1\)

For \(Z>1\) the roots are

\[\lambda_{1,2} = -Z \omega_0 \pm \omega_0 \sqrt{Z^2-1},\]

which are negative and real. This gives an exponentially decaying homogeneous solution. In this case we have an overdamped oscillator.

Table 6.1 Damping coefficient and characteristic values

Damping coefficient

Root property

Description

\(Z=0\)

imaginary

undamped

\(0 < Z < 1\)

complex

underdamped

\(Z=1\)

real, negative, repeated

critically damped

\(Z > 1\)

real, negative, distinct

overdamped

Example

A 5 kg mass is hung on a spring with constant \(11\) N per m and connected to a dashpot that provides 8 N-sec per meter of resistance. Is this system underdamped, overdamped, or critically damped?

Example (continued)

Suppose the system from the previous example is initially at equilibrium when the mass is suddenly pushed downward at 0.5 m/sec. Find the motion of the mass.

Here is a short video showing how solutions of

\[ x'' + bx' + c x = 0 \]

vary with the parameters \(b\) and \(c\), or equivalently, \(\omega_0\) and \(Z\). (I use the term “eigenvalues” to mean characteristic values of the ODE.)