7. Applications of Second-Order Equations

Forced Oscillations

Forced Oscillations

students, imagine pushing a swing at the right time 🎢. If your pushes keep matching the swing’s natural rhythm, the swing can go much higher with very little effort. That same idea appears in physics and engineering as forced oscillation. In this lesson, you will learn how an outside force changes the motion of a spring-mass system, how to describe that motion with second-order differential equations, and why resonance can make systems respond very strongly.

What Forced Oscillations Mean

A forced oscillation happens when a vibrating system is acted on by an external force. In a spring-mass system, the mass does not move only because of the spring and damping; it is also driven by something outside the system, such as a motor, wind, road bumps, or a repeated push. 🚗🌬️

The standard model is a second-order differential equation of the form

$$m x'' + c x' + kx = F(t)$$

where:

  • $m$ is the mass
  • $c$ is the damping constant
  • $k$ is the spring constant
  • $x(t)$ is the displacement from equilibrium
  • $F(t)$ is the external forcing function

This equation is the heart of the topic. It combines the ideas from earlier spring-mass systems:

  • $mx'' + kx = 0$ for simple harmonic motion
  • $mx'' + cx' + kx = 0$ for damped motion

Forced oscillation adds the external input $F(t)$, so the system is no longer just “free” to move on its own.

One important idea is that the motion now depends on both the system and the force. Even if the mass-spring system is naturally calm, an outside force can keep it moving. This is why forced oscillations are so important in real life, from bridges and buildings to machines and electronics.

Building the Differential Equation Model

To understand forced oscillation, start with Newton’s second law:

$$m x'' = \text{sum of forces}$$

For a spring, the restoring force is usually written as

$$-kx$$

If damping is present, the resistive force is often modeled as

$$-cx'$$

If an external force is applied, its contribution is $F(t)$. Putting the forces together gives

$$m x'' = -cx' - kx + F(t)$$

Rearranging produces the standard forced vibration equation:

$$m x'' + cx' + kx = F(t)$$

This equation tells a story:

  • the $mx''$ term measures acceleration
  • the $cx'$ term removes energy from the system
  • the $kx$ term pulls the mass back toward equilibrium
  • the $F(t)$ term adds energy or motion from outside

A key skill in this topic is recognizing what each part means physically. students, if you see a term like $F(t) = F_0 \cos(\omega t)$, that means the system is being driven periodically, such as by a repeating push or vibration.

Periodic Forcing and Steady-State Motion

A very common forcing function is

$$F(t) = F_0 \cos(\omega t)$$

or

$$F(t) = F_0 \sin(\omega t)$$

Here, $F_0$ is the force amplitude and $\omega$ is the driving frequency. The key idea is that the system is being forced at a regular rate.

The response of the system usually has two parts:

  1. Transient response — the part that fades over time, mostly influenced by initial conditions and damping
  2. Steady-state response — the long-term motion caused by the external force

In a damped system, the transient part usually dies out because damping removes energy. After a while, what remains is the steady-state motion, which often has the same frequency as the forcing function.

For example, suppose a machine part vibrates because a motor turns at a fixed rate. At first, the motion may be complicated. But after a short time, the steady vibration often settles into a regular pattern with the same frequency as the motor. That predictable long-term motion is the steady-state response.

Resonance and Why It Matters

One of the most important ideas in forced oscillations is resonance. Resonance happens when the forcing frequency is close to the system’s natural frequency. Then the system can absorb energy very efficiently, and the oscillation amplitude can become large. 📈

For an ideal undamped system, the natural frequency is related to the parameters by

$$\omega_0 = \sqrt{\frac{k}{m}}$$

If the forcing frequency $\omega$ is near $\omega_0$, the response can grow dramatically. In some idealized models, the amplitude becomes unbounded when $\omega = \omega_0$. In real systems, damping and other effects prevent infinite growth, but the response can still become dangerously large.

Real-world examples include:

  • a child pumping a swing at just the right rhythm
  • a bridge swaying because wind pushes at a matching frequency
  • a washing machine vibrating strongly if its load is uneven
  • tuning a radio to match a signal frequency

Resonance is important because it can be helpful or harmful. In music, resonance can strengthen sound in a violin or guitar. In engineering, it can cause buildings or bridges to fail if not designed carefully.

Solving a Simple Forced Oscillation Example

Let’s look at a standard model:

$$m x'' + cx' + kx = F_0 \cos(\omega t)$$

A complete solution has the form

$$x(t) = x_h(t) + x_p(t)$$

where $x_h(t)$ solves the homogeneous equation

$$m x'' + cx' + kx = 0$$

and $x_p(t)$ is one particular solution caused by the forcing.

If the forcing is sinusoidal, a common method is to try a particular solution of the form

$$x_p(t) = A \cos(\omega t) + B \sin(\omega t)$$

Then you compute

$$x_p'(t) = -A\omega \sin(\omega t) + B\omega \cos(\omega t)$$

and

$$x_p''(t) = -A\omega^2 \cos(\omega t) - B\omega^2 \sin(\omega t)$$

Substitute these into the differential equation and match coefficients of $\cos(\omega t)$ and $\sin(\omega t)$. This gives a system of equations for $A$ and $B$.

After solving for $A$ and $B$, the long-term oscillation is described by $x_p(t)$. If damping is present, the homogeneous part fades away, so the particular solution becomes the most important part of the motion.

For example, in a car suspension system, the road can act like a forcing function. The engineers want the car body to respond in a controlled way, so the values of $m$, $c$, and $k$ are chosen carefully. A good suspension reduces the size of the steady vibrations and keeps the ride comfortable.

Damping and Forced Oscillation Together

Damping changes how forced oscillations behave. Without damping, resonance can lead to very large amplitudes. With damping, the system still responds strongly near resonance, but the motion stays limited.

This means damping has two important effects:

  • it reduces the size of the oscillations
  • it removes energy so the system does not keep growing forever

A damped forced system is more realistic than an ideal one because real objects always lose some energy to friction, air resistance, or internal resistance.

Consider a building during an earthquake 🌎. The ground motion acts like a forcing function. If the building’s natural frequency is close to the frequency of the shaking, resonance-like effects can increase motion. Damping devices are added to reduce the response and improve safety.

In calculations, damping often makes the algebra more complicated, but the physical meaning is clearer: the external force tries to drive the system, while damping tries to calm it down.

How Forced Oscillations Fit Into Second-Order Equations

Forced oscillations are a major part of the broader study of applications of second-order differential equations because they connect three important ideas:

  • natural motion from the system itself
  • energy loss through damping
  • energy input from an external force

This topic shows how mathematics models real behavior. Second-order equations describe motion because acceleration depends on position, velocity, and outside influence. That is why forced oscillations appear in mechanics, architecture, electrical circuits, and even biological systems.

For example, an electric circuit with resistance, inductance, and capacitance can also be modeled by a second-order equation similar to the mass-spring system. The roles of $m$, $c$, and $k$ change, but the structure is the same. This is one reason differential equations are powerful: the same mathematical pattern can describe very different real systems.

Conclusion

Forced oscillations describe motion caused by an external driving force acting on a system that already has its own natural behavior. The standard model

$$m x'' + cx' + kx = F(t)$$

shows how mass, damping, spring force, and external input work together. When the forcing is periodic, the system may settle into steady-state motion, and when the driving frequency is close to the natural frequency, resonance can occur. students, understanding forced oscillations helps you connect differential equations to real-world vibration, safety, design, and motion in everyday life.

Study Notes

  • Forced oscillation happens when an external force drives a vibrating system.
  • The main model is $m x'' + cx' + kx = F(t)$.
  • The terms represent mass, damping, spring restoring force, and external forcing.
  • A common forcing function is $F(t) = F_0 \cos(\omega t)$ or $F(t) = F_0 \sin(\omega t)$.
  • The solution often has two parts: transient response and steady-state response.
  • Damping makes transients die out and limits large oscillations.
  • Resonance occurs when the forcing frequency is near the natural frequency $\omega_0 = \sqrt{\frac{k}{m}}$.
  • Resonance can be useful in music but dangerous in structures and machines.
  • Forced oscillations are an important application of second-order differential equations in physics and engineering.
  • The topic connects directly to spring-mass systems, damping, and real-world vibration problems.

Practice Quiz

5 questions to test your understanding

Forced Oscillations — Differential Equations | A-Warded