ResearchForge / Calculators
← all articles
engineering-optimizationvibrationspring-massmechanical-energystiffnessworked-examplesSat Apr 25
3Blue1Brown-style animation reel

Engineering Optimization: Worked Example Walkthroughs in Vibration Analysis

Abstract

This article presents a structured approach to solving vibration optimization problems through worked examples. We demonstrate how to model mechanical systems using spring-mass representations, calculate equivalent stiffness for complex structures, and apply energy methods to predict system behavior. The examples progress from simple single-degree-of-freedom systems to multi-component structures, illustrating how fundamental principles of stiffness, mechanical energy, and vibration analysis enable engineers to design systems that meet performance and safety requirements.

Background

Vibration analysis is central to mechanical engineering design [vibration]. Excessive vibrations can cause fatigue failure in structures and accelerate wear in machinery, while insufficient damping or poor stiffness design can lead to resonance and catastrophic failure. Engineers must therefore understand how to model systems, predict their dynamic responses, and optimize designs to achieve desired vibrational characteristics.

The foundation of vibration analysis rests on three interconnected concepts: the spring-mass model, stiffness characterization, and mechanical energy conservation [spring-mass-model], [stiffness]. The spring-mass model simplifies complex mechanical systems into manageable representations where a mass oscillates against a restoring force proportional to displacement. Stiffness quantifies how a system resists deformation [stiffness], while mechanical energy describes the continuous exchange between potential and kinetic forms during oscillation [mechanical-energy].

For real engineering structures—beams, rods, shafts, and springs—direct application of the spring-mass model requires first reducing the structure to an equivalent spring constant. This reduction allows engineers to treat complex geometries as simple springs, enabling rapid analysis and design iteration [equivalent-massless-spring-constants].

Key Results

Stiffness as a Design Parameter

Stiffness kk is defined as the ratio of applied force to resulting displacement [stiffness]:

k=Fxk = \frac{F}{x}

In vibration design, stiffness directly determines how a system responds to loads. A stiffer system deforms less under the same force, affecting both natural frequency and stability. Engineers adjust stiffness through material selection, geometry, and boundary conditions to achieve target performance.

Equivalent Spring Constants for Structural Elements

Real structures rarely behave as simple springs. Instead, engineers must calculate equivalent spring constants that capture the stiffness of beams, rods, and shafts under specific loading and boundary conditions [equivalent-massless-spring-constants]:

  • Cantilever beam with tip load: kc=3EIL3k_c = \frac{3EI}{L^3}
  • Pinned-pinned beam with midspan load: kpp=48EIL3k_{pp} = \frac{48EI}{L^3}
  • Clamped-clamped beam with midspan load: kcc=192EIL3k_{cc} = \frac{192EI}{L^3}
  • Rod in axial deformation: ka=EALk_a = \frac{EA}{L}
  • Shaft in torsion: ks=GJLk_s = \frac{GJ}{L}

where EE is Young's modulus, GG is shear modulus, II is second moment of inertia, JJ is polar moment, AA is cross-sectional area, and LL is length.

These formulas reveal a critical design insight: stiffness scales inversely with length cubed for bending (beams) but only inversely with length for axial deformation (rods). This means beam stiffness is highly sensitive to length changes, while rod stiffness is more forgiving.

Energy Conservation in Vibrating Systems

In an ideal undamped system, mechanical energy is conserved and continuously exchanges between potential and kinetic forms [mechanical-energy]:

Emechanical=Epotential+Ekinetic=12kx2+12mv2=constantE_{\text{mechanical}} = E_{\text{potential}} + E_{\text{kinetic}} = \frac{1}{2}kx^2 + \frac{1}{2}mv^2 = \text{constant}

At maximum displacement, velocity is zero and all energy is stored as potential energy in the spring. At the equilibrium position, displacement is zero and all energy is kinetic. This energy balance enables engineers to calculate maximum velocities and displacements without solving differential equations, providing an elegant shortcut for design optimization.

Worked Examples

Example 1: Simple Spring-Mass System

Problem: A 2 kg mass is attached to a spring with stiffness k=200k = 200 N/m. The mass is displaced 0.1 m from equilibrium and released. Find the maximum velocity.

Solution:

Using energy conservation [mechanical-energy], the initial potential energy equals the maximum kinetic energy:

12kxmax2=12mvmax2\frac{1}{2}kx_{\max}^2 = \frac{1}{2}mv_{\max}^2

Solving for vmaxv_{\max}:

vmax=xmaxkm=0.12002=0.1100=1 m/sv_{\max} = x_{\max}\sqrt{\frac{k}{m}} = 0.1 \sqrt{\frac{200}{2}} = 0.1 \sqrt{100} = 1 \text{ m/s}

Key insight: The maximum velocity depends on both stiffness and mass. Increasing stiffness increases the restoring force, accelerating the mass to higher speeds. Increasing mass reduces the acceleration for the same force.

Example 2: Cantilever Beam with Tip Load

Problem: A steel cantilever beam of length L=1L = 1 m, with second moment of inertia I=1×105I = 1 \times 10^{-5} m4^4, and Young's modulus E=200E = 200 GPa supports a 50 kg mass at its tip. Calculate the equivalent spring constant and the static deflection.

Solution:

Using the cantilever formula [equivalent-massless-spring-constants]:

kc=3EIL3=3×(200×109)×(1×105)13=6×106 N/mk_c = \frac{3EI}{L^3} = \frac{3 \times (200 \times 10^9) \times (1 \times 10^{-5})}{1^3} = 6 \times 10^6 \text{ N/m}

The static deflection under the weight is:

xstatic=Fkc=mgkc=50×9.816×106=8.175×105 m0.082 mmx_{\text{static}} = \frac{F}{k_c} = \frac{mg}{k_c} = \frac{50 \times 9.81}{6 \times 10^6} = 8.175 \times 10^{-5} \text{ m} \approx 0.082 \text{ mm}

Key insight: Even though the cantilever is relatively long, the cubic dependence on length in the denominator produces a very stiff system. The deflection is negligible, indicating the beam is well-designed for this load.

Example 3: Comparing Beam Boundary Conditions

Problem: Three identical beams (length 1 m, EI=200EI = 200 GPa·m4^4) are loaded at midspan with the same force. Compare their stiffness under three boundary conditions: cantilever, pinned-pinned, and clamped-clamped.

Solution:

Using the equivalent spring constant formulas [equivalent-massless-spring-constants]:

  • Cantilever: kc=3EIL3=3×200=600k_c = \frac{3EI}{L^3} = 3 \times 200 = 600 N/m (hypothetically, with unit load)
  • Pinned-pinned: kpp=48EIL3=48×200=9600k_{pp} = \frac{48EI}{L^3} = 48 \times 200 = 9600 N/m
  • Clamped-clamped: kcc=192EIL3=192×200=38400k_{cc} = \frac{192EI}{L^3} = 192 \times 200 = 38400 N/m

Stiffness ratios: kppkc=16,kcckc=64\frac{k_{pp}}{k_c} = 16, \quad \frac{k_{cc}}{k_c} = 64

Key insight: Boundary conditions dramatically affect stiffness. A clamped-clamped beam is 64 times stiffer than a cantilever of the same dimensions. This is why fixed supports are preferred in vibration-sensitive applications—they reduce deflection and increase natural frequency, moving the system away from resonance zones.

Example 4: Energy Method for Multi-Component System

Problem: A composite system consists of a rod (axial stiffness ka=500k_a = 500 kN/m) in series with a spring (ks=300k_s = 300 kN/m), supporting a 100 kg mass. The mass is given an initial velocity of 0.5 m/s. Find the maximum displacement of the system.

Solution:

First, find the equivalent stiffness for springs in series:

1keq=1ka+1ks=1500+1300=3+51500=81500\frac{1}{k_{eq}} = \frac{1}{k_a} + \frac{1}{k_s} = \frac{1}{500} + \frac{1}{300} = \frac{3 + 5}{1500} = \frac{8}{1500}

keq=15008=187.5 kN/mk_{eq} = \frac{1500}{8} = 187.5 \text{ kN/m}

Using energy conservation, the initial kinetic energy equals the maximum potential energy:

12mv02=12keqxmax2\frac{1}{2}mv_0^2 = \frac{1}{2}k_{eq}x_{\max}^2

xmax=v0mkeq=0.5100187500=0.55.33×104=0.0115 m11.5 mmx_{\max} = v_0\sqrt{\frac{m}{k_{eq}}} = 0.5 \sqrt{\frac{100}{187500}} = 0.5 \sqrt{5.33 \times 10^{-4}} = 0.0115 \text{ m} \approx 11.5 \text{ mm}

Key insight: Series springs combine reciprocally—the softer spring dominates the system response. The rod, being stiffer, contributes less to the overall deflection. This principle is crucial when designing systems with multiple elastic elements.

References

AI Disclosure

This article was drafted with AI assistance. The structure, worked examples, and explanations were generated based on class notes provided as input. All mathematical formulas and technical claims are cited to the original notes. The examples were constructed to illustrate principles from those notes and have not been independently verified against external sources. Readers should consult primary references and textbooks for authoritative treatment of vibration analysis and engineering optimization.

Try the math live

References

AI disclosure: Generated from personal class notes with AI assistance. Every factual claim cites a note. Model: claude-haiku-4-5-20251001.