An oscillation is a back‑and‑forth motion around an equilibrium point. Think of a playground swing: when you push it, it swings forward, slows, then swings back, and repeats. The swing’s motion can be described by a simple equation, but real life adds extra forces that change how it behaves.
The basic equation for a mass‑spring system is:
\$ m\frac{d^2x}{dt^2} + kx = 0 \$
where m is mass, k is the spring constant, and x is displacement. The solution is a sinusoid with natural frequency
\$ \omega_0 = \sqrt{\frac{k}{m}}. \$
In reality, there is always a resistive force that opposes motion. For a simple linear drag:
\$ F_{\text{drag}} = -c\,\frac{dx}{dt} \$
where c is the damping coefficient. The equation becomes:
\$ m\frac{d^2x}{dt^2} + c\frac{dx}{dt} + kx = 0. \$
The resistive force is the key to damping – it takes energy out of the system, making the oscillations gradually die down.
| Damping Regime | Behaviour | Example |
|---|---|---|
| Underdamped | Oscillates with decreasing amplitude. | A car’s shock absorber in light traffic. |
| Critically damped | Returns to equilibrium fastest without oscillating. | Door hinges that close quickly and smoothly. |
| Overdamped | Returns slowly, no oscillation. | Heavy machinery with thick damping fluid. |
When we add an external periodic force, the equation becomes:
\$ m\frac{d^2x}{dt^2} + c\frac{dx}{dt} + kx = F_0\cos(\omega t). \$
Here, F₀ is the force amplitude and ω is the driving frequency. The system now has a steady‑state solution that oscillates at the driving frequency, but its amplitude depends on how close ω is to the natural frequency ω₀.
Resonance occurs when the driving frequency matches the natural frequency:
\$ \omega \approx \omega_0. \$
At this point, the amplitude reaches a maximum (limited by damping). Think of a child on a swing: if you push at exactly the right rhythm, the swing goes higher and higher. If you push too early or too late, you don’t get that big boost.
| Equation | Meaning |
|---|---|
| \$ m\ddot{x} + c\dot{x} + kx = 0 \$ | Free damped motion. |
| \$ m\ddot{x} + c\dot{x} + kx = F_0\cos(\omega t) \$ | Forced damped motion. |
| \$ \omega_0 = \sqrt{\frac{k}{m}} \$ | Natural frequency. |
| \$ A(\omega) = \frac{F0/m}{\sqrt{(\omega0^2 - \omega^2)^2 + (2\zeta\omega_0\omega)^2}} \$ | Amplitude of steady‑state response (ζ = c/(2√(mk))). |
Remember: Resistive forces are the reason why real oscillations eventually stop. Understanding how they work helps you predict and control systems in physics and engineering. Happy exploring! 🚀