Historical Context & Motivation
Almost every vibrating object in the real world eventually slows down and stops—a guitar string fades, a pendulum winds down. But what happens when something keeps pushing the system at a regular rhythm? This question led scientists and engineers to study forced oscillations, where an external periodic force drives a system that would otherwise come to rest. The answers they found explain everything from why a singer can shatter a wine glass to why armies break step when crossing a bridge.
These milestones share a common thread: what happens when an oscillating system is driven by an outside force whose frequency may or may not match the system's own natural frequency? Answering this question mathematically requires a second-order linear ODE with a non-homogeneous (forcing) term—the focus of this lesson.
Core Principles & Definitions
Before diving into the math, you need a clear picture of the key ideas. A free oscillation happens when you pull a system away from rest and let go—no ongoing push. A forced oscillation occurs when a periodic external force continuously acts on the system. The interplay between the system's own tendencies and the external push determines how the system ultimately moves.
Natural Frequency (ω₀)
Driving Frequency (ω)
Damping
Resonance
Steady-State vs. Transient
Visual Explanation — The Forced Spring-Mass System
In the diagram above, every physical element maps directly to a term in the differential equation. The spring's restoring force gives the kx term, the dashpot produces the cx′ damping term, the mass yields the mx″ acceleration term, and the hand pushing the block at frequency ω provides the right-hand side, F₀ cos(ωt). Without that forcing term the equation would be homogeneous, describing free oscillations that eventually die out.
Mathematical Framework
We now translate the physical picture into algebra. The equation of motion for a forced, damped harmonic oscillator is a second-order linear ODE with constant coefficients and a non-homogeneous forcing term.
Dividing through by m produces a standard form that is easier to work with. We define ω₀² = k/m (natural frequency squared) and 2β = c/m (a damping parameter).
The full solution is the sum of two pieces: the homogeneous (transient) solution xh(t), which decays due to damping, and the particular (steady-state) solution xp(t), which persists as long as the external force is applied.
The Resonance Curve — Amplitude vs. Driving Frequency
The most important graph in this topic plots the steady-state amplitude A against the driving frequency ω. The shape of this curve—and how it changes with different damping levels—tells the whole story of forced oscillations and resonance.
Notice three key features in the graph. First, every curve peaks near ω = ω₀, confirming that resonance occurs when the driving frequency matches the natural frequency. Second, less damping means a taller, sharper peak—in the extreme case of zero damping, the amplitude would theoretically become infinite (a purely mathematical result, since real systems always have some damping). Third, at driving frequencies far from ω₀, the amplitude is small regardless of damping; the system barely responds to forces that push at the 'wrong' rhythm.
Worked Example — Finding the Steady-State Amplitude
Let's work through a concrete problem to see how the resonance amplitude formula is applied. We'll find the steady-state amplitude for a specific forced, damped oscillator and explore what happens near resonance.
Damped vs. Undamped Forced Oscillations
The presence or absence of damping fundamentally changes the behavior of forced oscillations. Understanding these differences helps you decide which model to apply and how to interpret results.
| Feature | Undamped (c = 0) | Damped (c > 0) |
|---|---|---|
| At resonance (ω = ω₀) | Amplitude grows without bound over time (secular term t × sin(ω₀t)). | Amplitude reaches a finite (but possibly large) steady-state value. |
| Transient behavior | No decay—homogeneous solution persists forever as beats. | Homogeneous solution decays exponentially; only steady-state remains. |
| Steady-state frequency | Beats between ω and ω₀ when ω ≠ ω₀. | System oscillates purely at driving frequency ω after transients die. |
| Physical realism | Mathematical idealization. No real system has zero damping. | More realistic. All physical systems have at least some energy loss. |
| Solution method | Undetermined coefficients (special case when ω = ω₀ requires multiplying by t). | Undetermined coefficients (no special case needed at resonance). |
Connection to Advanced Theory
The forced oscillation model you've just learned is the gateway to a wide family of more advanced topics. In college-level courses, you'll encounter generalizations that handle more complex driving forces, nonlinear restoring forces, and multi-degree-of-freedom systems.
| This Lesson (Intro) | Advanced Extension |
|---|---|
| Single cosine forcing: F₀ cos(ωt) | Arbitrary periodic forcing decomposed with Fourier series—each frequency component analyzed separately, then superposed. |
| Constant coefficients (m, c, k fixed) | Variable coefficients where m, c, or k change with time—requires series solutions or numerical methods. |
| Linear spring (restoring force ∝ x) | Nonlinear oscillators (Duffing equation) where restoring force includes x³ terms, leading to chaotic behavior. |
| One mass, one spring (1 DOF) | Coupled oscillators and systems of ODEs with multiple natural frequencies and normal modes. |
Even though these extensions add mathematical complexity, the core insight remains the same: when an external force drives a system near its natural frequency, the response is dramatically amplified. This principle shows up in electrical engineering (RLC circuits), structural engineering (earthquake-resistant design), and even quantum mechanics (photon absorption by atoms). Mastering the simple spring-mass ODE gives you the conceptual foundation for all of them.
Practice Problems
Lesson Summary
A forced oscillation occurs when an external periodic force F₀ cos(ωt) drives a system described by the second-order linear ODE m x″ + c x′ + k x = F₀ cos(ωt). The system has a natural frequency ω₀ = √(k/m) and a damping parameter β = c/(2m). The general solution is the sum of a transient (homogeneous) part that decays over time and a steady-state (particular) part that oscillates at the driving frequency ω.
Resonance happens when ω ≈ ω₀: the steady-state amplitude A = F₀ / (m √[(ω₀² − ω²)² + (2βω)²]) becomes very large because the denominator shrinks. With light damping the resonance peak is tall and narrow; with heavy damping it is short and broad. In the idealized undamped case, the amplitude grows without bound at resonance—a mathematical signal that real-world damping is essential. This introductory framework forms the basis for Fourier analysis, coupled oscillators, and engineering applications across many disciplines.