STATICS AND DYNAMICS • DYNAMICS

Undamped Free Vibration — Solve simple undamped free vibration problems (intro)

Understanding how mechanical systems oscillate naturally without energy loss lays the foundation for all vibration analysis in engineering.

Historical Context & Motivation

The study of oscillatory motion is one of the oldest branches of mechanics, stretching back to antiquity when scholars first observed the rhythmic swing of pendulums and the plucking of stringed instruments. The concept of undamped free vibration — a system oscillating at its natural frequency without external forcing or energy dissipation — represents the simplest and most fundamental model in vibration theory. Understanding this idealized case is essential because it establishes the mathematical backbone upon which all more complex analyses, including damped, forced, and nonlinear vibrations, are built. In engineering practice, every structure from a skyscraper to a micro-electromechanical sensor possesses natural frequencies, and predicting them begins with this very model.

1583
Galileo's Pendulum Observations
Galileo Galilei observed the isochronous swinging of a cathedral chandelier, recognizing that the period of a pendulum is approximately independent of its amplitude for small oscillations — a principle that would later underpin timekeeping and vibration theory.
1678
Hooke's Law Published
Robert Hooke articulated his law of elasticity — 'ut tensio, sic vis' (as the extension, so the force) — establishing the linear restoring-force model that remains central to undamped free vibration.
1687
Newton's Principia Mathematica
Isaac Newton's second law of motion provided the differential equation framework necessary to formalize vibration problems, linking force, mass, and acceleration in a precise mathematical relationship.
1822
Fourier's Analytical Theory of Heat
Joseph Fourier demonstrated that complex periodic functions can be decomposed into sums of sinusoids, a technique later applied extensively to vibration analysis through modal superposition.
1940
Tacoma Narrows Bridge Collapse
The dramatic wind-induced failure of the Tacoma Narrows Bridge underscored the catastrophic consequences of resonance, renewing engineering focus on accurately predicting natural frequencies — a process that always begins with the undamped free vibration model.

The central question this lesson addresses is deceptively simple: if a spring-mass system is displaced from equilibrium and released with no friction or external driving force, what is the subsequent motion? Answering this question precisely — determining the natural frequency, period, and displacement as a function of time — provides the essential toolkit for every subsequent topic in vibration analysis.

Core Principles & Definitions

Before diving into the mathematics, it is important to establish the physical assumptions and terminology that define undamped free vibration. The system we consider consists of a rigid body (or point mass) connected to a linearly elastic restoring element (a spring) with no energy-dissipating mechanism (no dashpot, no air resistance). Once displaced from its static equilibrium position and released, the system oscillates indefinitely with constant amplitude. While no real system is truly undamped, this idealization is remarkably useful: many lightly damped engineering systems behave nearly identically to the undamped model over short time horizons, and the natural frequency predicted by the undamped model closely approximates the damped natural frequency when damping is small.

1

Free Vibration

Motion that occurs after the system is disturbed from equilibrium and then allowed to evolve with no external time-varying force. The system moves solely under the influence of its internal restoring force and inertia.
2

Undamped

No mechanism removes energy from the system. Total mechanical energy (kinetic + potential) is conserved throughout the motion, so the amplitude remains constant for all time.
3

Natural Frequency (ωₙ)

The frequency at which the system oscillates when disturbed. Defined as ωₙ = √(k/m) in rad/s, it depends only on system properties — stiffness k and mass m — not on initial conditions.
4

Simple Harmonic Motion (SHM)

The resulting motion is sinusoidal: x(t) = A sin(ωₙt + φ). The displacement, velocity, and acceleration all vary as sine or cosine functions of time with the same frequency ωₙ.
5

Degrees of Freedom (DOF)

The number of independent coordinates required to completely describe the system's configuration. This introductory treatment considers single-degree-of-freedom (SDOF) systems — one mass, one spring, one equation.
KEY TAKEAWAY
Think of undamped free vibration like a frictionless ice rink: once you push a hockey puck along a perfectly smooth surface and it bounces between two perfectly elastic bumpers, it will slide back and forth forever at a rhythm determined only by the bumper stiffness and puck mass — never speeding up, never slowing down. In a spring-mass system, the spring is the bumper and the mass is the puck; the natural frequency is set by the ratio k/m and nothing else.

Visual Explanation — The Spring-Mass System

The upper-left panel shows the system at static equilibrium (spring at natural length). The lower-left panel illustrates a positive displacement x from equilibrium, stretching the spring. The right panel presents the free body diagram of the mass with the restoring spring force −kx pointing opposite to the displacement. Applying Newton's second law yields the governing equation mẍ + kx = 0.

The diagram above illustrates the fundamental setup for every undamped free vibration problem. A mass m is attached to a spring of stiffness k whose other end is fixed to a rigid wall. When the mass is displaced from its static equilibrium position by a distance x and released, the spring exerts a restoring force equal to −kx. The negative sign is critical: it indicates that the force always acts to return the mass toward equilibrium, opposing the direction of displacement. With no damping and no external force, Newton's second law ΣF = ma yields the second-order ordinary differential equation mẍ + kx = 0, which is the governing equation of undamped free vibration. The solution to this equation is a sinusoidal function of time, confirming that the motion is simple harmonic.

Mathematical Framework

We now develop the complete mathematical solution to the undamped free vibration problem. Starting from the equation of motion derived via Newton's second law, we obtain the general solution, and then apply initial conditions to determine the specific response. Two equivalent forms of the solution are presented, each useful in different contexts.

EQUATION OF MOTION
mẍ + kx = 0 → ẍ + ωₙ²x = 0
where m = mass (kg), k = spring stiffness (N/m), x = displacement from equilibrium (m), and ωₙ = √(k/m) is the natural circular frequency (rad/s). Dividing through by m isolates the standard form ẍ + ωₙ²x = 0.

This is a linear, second-order, homogeneous ODE with constant coefficients. Assuming a trial solution x(t) = Cest, substitution yields the characteristic equation s² + ωₙ² = 0, giving purely imaginary roots s = ±iωₙ. This confirms oscillatory (non-decaying) motion. Using Euler's formula, the general solution can be written in two standard forms.

GENERAL SOLUTION — SINE-COSINE FORM
x(t) = A cos(ωₙt) + B sin(ωₙt)
The constants A and B are determined from initial conditions: A = x(0) = x₀ (initial displacement), and B = ẋ(0)/ωₙ = v₀/ωₙ (initial velocity divided by natural frequency).
GENERAL SOLUTION — AMPLITUDE-PHASE FORM
x(t) = X sin(ωₙt + φ)
where the amplitude X = √(A² + B²) = √(x₀² + (v₀/ωₙ)²), and the phase angle φ = arctan(Aωₙ/v₀). This form is often preferred for physical interpretation because it makes the amplitude and phase offset explicit.
NATURAL FREQUENCY & PERIOD
ωₙ = √(k/m) [rad/s] fₙ = ωₙ/(2π) [Hz] τₙ = 1/fₙ = 2π/ωₙ [s]
The natural circular frequency ωₙ (rad/s), natural cyclic frequency fₙ (Hz), and natural period τₙ (s) are all interrelated expressions of the same quantity: how fast the system oscillates.
📐 Derivation Note
The velocity and acceleration follow directly by differentiation: ẋ(t) = −Aωₙ sin(ωₙt) + Bωₙ cos(ωₙt) and ẍ(t) = −Aωₙ² cos(ωₙt) − Bωₙ² sin(ωₙt) = −ωₙ²x(t). Notice that the acceleration is always proportional to displacement and opposite in sign, which is the hallmark of simple harmonic motion.

Detailed Breakdown — Displacement, Velocity & Acceleration

A thorough understanding of undamped free vibration requires examining how displacement, velocity, and acceleration relate to one another over time. Because the solution is sinusoidal, these three quantities are phase-shifted versions of the same oscillation. The displacement x(t) peaks when velocity is zero (the mass reverses direction), and the velocity peaks when the mass passes through equilibrium (where the spring force and hence acceleration are zero). Acceleration is exactly 180° out of phase with displacement, always acting to pull the mass back toward equilibrium.

Time-domain response for an undamped system released from rest at initial displacement x₀. The displacement (solid cyan) oscillates as a cosine, the velocity (dashed green) leads by 90°, and the acceleration (dotted pink) is 180° out of phase with displacement. All three share the same period τₙ.
Phase relationships among x, ẋ, and ẍ for initial displacement only
QuantityExpression (for x₀ > 0, v₀ = 0)Max ValuePhase Relative to x(t)
Displacement x(t)x₀ cos(ωₙt)x₀0° (reference)
Velocity ẋ(t)−x₀ωₙ sin(ωₙt)x₀ωₙLeads by 90° (−sin)
Acceleration ẍ(t)−x₀ωₙ² cos(ωₙt)x₀ωₙ²180° out of phase

An important energy perspective reinforces these observations. The total mechanical energy E = ½kx² + ½mẋ² remains constant throughout the motion. At the extremes of displacement where x = ±x₀ and ẋ = 0, all energy is stored as elastic potential energy in the spring. At the equilibrium crossing where x = 0 and ẋ is maximum, all energy has converted to kinetic energy. The continuous exchange between potential and kinetic energy is the engine that sustains the oscillation indefinitely in the absence of damping.

Worked Example — Horizontal Spring-Mass System

A 4 kg block rests on a frictionless horizontal surface and is attached to a spring of stiffness k = 900 N/m. The block is pulled 0.05 m to the right of its equilibrium position and released from rest. Determine the natural frequency, the period, the displacement as a function of time, and the velocity and acceleration when x = 0.03 m.

Horizontal Spring-Mass: Complete Solution
1
Step 1 — Identify Given ValuesMass: m = 4 kg. Spring stiffness: k = 900 N/m. Initial displacement: x₀ = 0.05 m. Initial velocity: v₀ = 0 m/s (released from rest). The system is undamped and unforced.
2
Step 2 — Natural Circular FrequencyApply the natural frequency formula: ωₙ = √(k/m) = √(900/4) = √225 = 15 rad/s.
ωₙ = 15 rad/s
3
Step 3 — Cyclic Frequency and Periodfₙ = ωₙ/(2π) = 15/(2π) ≈ 2.387 Hz. The natural period is τₙ = 1/fₙ = 2π/ωₙ = 2π/15 ≈ 0.4189 s.
fₙ ≈ 2.39 Hz, τₙ ≈ 0.419 s
4
Step 4 — Displacement as a Function of TimeSince v₀ = 0, the general solution x(t) = A cos(ωₙt) + B sin(ωₙt) simplifies. At t = 0: x(0) = A = x₀ = 0.05 m. Differentiating: ẋ(t) = −Aωₙ sin(ωₙt) + Bωₙ cos(ωₙt), so ẋ(0) = Bωₙ = 0, hence B = 0.
x(t) = 0.05 cos(15t) m
5
Step 5 — Velocity and Acceleration ExpressionsDifferentiate: ẋ(t) = −0.05 × 15 × sin(15t) = −0.75 sin(15t) m/s. Differentiate again: ẍ(t) = −0.75 × 15 × cos(15t) = −11.25 cos(15t) m/s². Equivalently, ẍ(t) = −ωₙ²x(t) = −225x(t).
6
Step 6 — Values at x = 0.03 mUsing energy conservation is the most efficient approach. Total energy E = ½kx₀² = ½(900)(0.05)² = 1.125 J. At x = 0.03 m: PE = ½(900)(0.03)² = 0.405 J. Therefore KE = E − PE = 1.125 − 0.405 = 0.72 J. Velocity: ½mv² = 0.72 → v = √(2 × 0.72/4) = √0.36 = 0.6 m/s. Acceleration: ẍ = −(k/m)x = −(900/4)(0.03) = −6.75 m/s².
|v| = 0.6 m/s, ẍ = −6.75 m/s²

Assumptions, Strengths & Limitations

Every mathematical model is only as good as its assumptions. The undamped free vibration model is the simplest vibration model available, and its power lies in providing closed-form analytical solutions that offer direct physical insight. However, practicing engineers must understand when the model is applicable and when its idealizations break down.

Strengths and limitations of the undamped free vibration model
AspectStrengthsLimitations
DampingPredicts natural frequency ωₙ = √(k/m) accurately even for lightly damped systems (ζ < 0.1), since ωd = ωₙ√(1 − ζ²) ≈ ωₙ.Cannot predict amplitude decay, settling time, or energy loss — all real systems dissipate energy.
LinearityLinear ODE yields superposition: solutions for different initial conditions can be added. Analysis stays tractable.Assumes spring force is exactly proportional to displacement. Large deflections, nonlinear springs, and geometric nonlinearity are not captured.
External forcingProvides the homogeneous solution needed to solve forced vibration problems (complementary function).Cannot model resonance or steady-state response to external loads on its own.
Degrees of freedomSDOF model is the building block for multi-DOF modal analysis.Real structures have infinitely many DOFs; SDOF captures only the dominant mode.
Practical useQuick hand calculations, preliminary design, natural frequency estimation, modal testing interpretation.High-fidelity predictions require damped, forced, and potentially nonlinear models.
⚙️ ENGINEERING PERSPECTIVE
In structural and mechanical design, the undamped free vibration model is analogous to a first-draft sketch in architecture: it captures the essential proportions (natural frequencies) without the fine details (damping, forcing). Just as an architect refines the sketch with materials and loads, an engineer refines the vibration model by adding damping and excitation. But that first sketch — the natural frequency — is the single most important characteristic of any vibrating system, because it tells you where resonance will occur.

Connection to Damped & Forced Vibration Theory

The undamped free vibration model is the departure point for a hierarchy of increasingly realistic models. Adding a viscous damping term cẋ (proportional to velocity) yields the damped free vibration model mẍ + cẋ + kx = 0, whose solution decays exponentially at a rate governed by the damping ratio ζ = c/(2mωₙ). Adding an external time-varying force F(t) leads to forced vibration, where resonance phenomena become critical. Multi-degree-of-freedom systems are decomposed into sets of SDOF equations using modal analysis, each governed by its own undamped natural frequency. The table below summarizes how each extension builds on the undamped free vibration foundation.

Progression of vibration models from simplest to more realistic
FeatureUndamped Free (This Lesson)Damped FreeForced (Undamped or Damped)
Governing Equationmẍ + kx = 0mẍ + cẋ + kx = 0mẍ + cẋ + kx = F(t)
Amplitude over timeConstantDecays exponentiallySteady-state + transient
Oscillation frequencyωₙ = √(k/m)ωd = ωₙ√(1−ζ²)ωₙ (transient) + ω (forcing)
EnergyConservedDissipated by damperInput by external force
Key new conceptNatural frequency ωₙDamping ratio ζResonance, magnification factor

As you advance in dynamics and structural analysis, you will find that the natural frequency ωₙ computed from the undamped model appears in virtually every formula: the damped frequency ωd, the frequency response function, the dynamic magnification factor, and modal participation factors all reference ωₙ. Mastering the undamped case therefore gives you a transferable tool that you will use throughout your engineering career, from earthquake engineering to aerospace flutter analysis.

Practice Problems

PROBLEM 1CONCEPTUAL
A spring-mass system undergoes undamped free vibration. If the spring stiffness is quadrupled while the mass remains unchanged, by what factor does the natural frequency change? Explain the physical reasoning behind your answer.
PROBLEM 2BASIC CALCULATION
A 2 kg mass is attached to a spring with stiffness k = 800 N/m. The mass is displaced 0.03 m from equilibrium and released from rest. Calculate: (a) the natural frequency in rad/s and Hz, (b) the natural period, and (c) the maximum velocity during oscillation.
PROBLEM 3INTERMEDIATE
A 5 kg mass attached to a spring (k = 1250 N/m) is given an initial displacement of x₀ = 0.02 m and an initial velocity of v₀ = 0.3 m/s. Determine the amplitude X and phase angle φ of the resulting motion, and write the response in the form x(t) = X sin(ωₙt + φ).
PROBLEM 4APPLIED
A sensitive instrument (mass 12 kg) is mounted on an isolation pad that behaves as a linear spring. During a bump test, engineers observe that when the instrument is pushed down 5 mm and released, it completes 10 full oscillation cycles in 4.2 seconds. Determine the effective stiffness of the isolation pad and the maximum acceleration experienced by the instrument during the test.
PROBLEM 5CRITICAL THINKING
Two identical springs (each of stiffness k) can be connected to a mass m in two configurations: (a) in parallel (both springs side by side, both attached to the mass and the wall) and (b) in series (one spring attached to the wall, the other attached to the first spring and then to the mass). Derive the effective stiffness for each configuration and determine the ratio of their natural frequencies ωₙ,parallel / ωₙ,series. Discuss the physical implications for vibration isolation design.

Lesson Summary

This lesson introduced undamped free vibration — the oscillatory motion of a single-degree-of-freedom system subject to no damping and no external forcing. Beginning with the physical setup of a spring-mass system, we derived the equation of motion mẍ + kx = 0 using Newton's second law, identified its solution as simple harmonic motion, and expressed the general response in both the sine-cosine form x(t) = A cos(ωₙt) + B sin(ωₙt) and the amplitude-phase form x(t) = X sin(ωₙt + φ). The natural frequency ωₙ = √(k/m) depends solely on the stiffness and mass of the system, not on initial conditions, and governs the period τₙ = 2π/ωₙ and cyclic frequency fₙ = ωₙ/(2π).

We examined the phase relationships among displacement, velocity, and acceleration and connected them to the conservation of energy between kinetic and elastic potential forms. Through a worked example, we demonstrated the complete solution process from identifying parameters to computing the response at a specific displacement. While the undamped model is an idealization, it accurately predicts natural frequencies for lightly damped systems and serves as the foundation upon which damped, forced, and multi-DOF vibration analyses are constructed.

Varsity Tutors • Statics and Dynamics • Undamped Free Vibration — Solve simple undamped free vibration problems (intro)