Andromeda
Note

Mechanical Vibrations

Definition

Mechanical vibrations are modeled by second-order linear ODEs describing the displacement y(t)y(t) of a mass mm attached to a spring, subject to damping δ\delta and external forcing F(t)F(t): my+δy+ky=F(t)my'' + \delta y' + ky = F(t)

  • How to read: “The mass m times the second derivative of y, plus the damping constant delta times the first derivative of y, plus the spring constant k times y, is equal to the forcing function F of t.”
  • Meaning: Mass times acceleration plus damping force plus spring force equals external driving force—the full vibration equation.

Why It Matters

Resonance can destroy a bridge or a rocket; understanding mechanical vibrations is essential for designing systems that can withstand the cyclic stresses of their environment without shaking themselves to pieces.

Core Concepts

  • Free Vibrations (F(t)=0F(t)=0):

    • Undamped (δ=0\delta=0): Simple Harmonic Motion. y(t)=Acos(ωtϕ)y(t) = A\cos(\omega t - \phi) where ω=k/m\omega = \sqrt{k/m}.

      • How to read: “The position y of t is equal to the amplitude A times the cosine of the quantity omega t minus phi; where the angular frequency omega is the square root of k divided by m.”
      • Meaning: No damping gives perpetual oscillation at natural frequency ω=k/m\omega = \sqrt{k/m}.
    • Damped (δ>0\delta > 0): Behavior depends on the damping ratio ζ=δ/(2mk)\zeta = \delta / (2\sqrt{mk}):

      • How to read: “The damping ratio zeta is equal to delta divided by two times the square root of m times k.”

      • Meaning: ζ\zeta compares damping to critical damping; determines under/critical/over-damped behavior.

        • Underdamped (ζ<1\zeta < 1): Oscillations with decaying amplitude e(δ/2m)te^{-(\delta/2m)t}.
        • Critically Damped (ζ=1\zeta = 1): Fastest return to equilibrium without oscillation.
        • Overdamped (ζ>1\zeta > 1): Sluggish return to equilibrium with no oscillation.
  • Forced Vibrations (F(t)0F(t) \neq 0): External energy input driving the system.

  • Resonance: Occurs when the forcing frequency matches the natural frequency ω\omega in an undamped system, leading to unbounded amplitude.

Connected Concepts