Vibration Analysis
⚙️ Mechanical · Natural frequency and damping ratio of a mass-spring-damper system
Every mechanical system has its own natural frequency — when an external excitation (motor vibration, rotating imbalance, road/ground motion) approaches this frequency, the system goes into resonance and the vibration amplitude can reach dangerous levels. The 1940 collapse of the Tacoma Narrows Bridge is the best-known example of resonance’s destructive effect.
This tool calculates the fundamental dynamic properties of a single-degree-of-freedom (mass-spring-damper) system: natural frequency (ωn), critical damping, and damping ratio (ζ). The damping ratio determines the system’s behavior:
- ζ = 0: Undamped — oscillates indefinitely
- 0 < ζ < 1: Underdamped — oscillates with decreasing amplitude (most real systems)
- ζ = 1: Critically damped — returns to equilibrium fastest without oscillating
- ζ > 1: Overdamped — returns to equilibrium slowly without oscillating
Design rule: keeping the operating (excitation) frequency at least 20–30% away from the natural frequency practically eliminates resonance risk. Solutions such as shape-memory-alloy (SMA) based passive dampers are used to increase the damping ratio and reduce vibration amplitude.
This tool's calculation logic has been checked against a hand-computed numerical verification test. Test source: src/lib/calc/titresim.test.ts.
- [17] Rao, Singiresu S.. Mechanical Vibrations, 6 ed.. Pearson, 2017. ↗
Vibration Analysis — EngineersLab calc card
Formula: ωn = √(k/m)
Sources: [17] Mechanical Vibrations
Tool version: 1.0.0 · Date:
Source URL: https://engineerslab.com.tr/en/araclar/titresim
Results are for educational and preliminary-sizing purposes; final engineering design decisions must reference the relevant standards and a licensed engineer's approval.