Static deflection and dynamic step response for series, parallel and mixed spring-mass-damper systems. Natural frequency, damping ratio, and time-domain plots in real time.
Equation of motion (step load F): $m\ddot{x}+c\dot{x}+kx=F$ — solved via RK4
Results
—
Equivalent stiffness k_eq [N/m]
—
Static displacement δ_st [mm]
—
Natural frequency ω_n [rad/s]
—
Damping ratio ζ
—
Critical damping c_cr [N·s/m]
Spring
What is a Spring-Mass-Damper System?
🙋
What exactly is a "spring-mass-damper" system? I see it in the simulator title, but what does it actually model?
🎓
Basically, it's the fundamental model for any system that vibrates and eventually settles down. Think of a car's suspension: the spring absorbs bumps, the mass is the car body, and the damper (or shock absorber) stops it from bouncing forever. In this simulator, you can change the Number of Springs N to see how combining them changes the system's stiffness.
🙋
Wait, really? So the "Applied Load F" slider is like adding weight to the car? And what's the difference between series and parallel springs?
🎓
Exactly! The Applied Load F is the static force, like the car's weight. It causes "static deflection"—how much the spring compresses before it even starts bouncing. For springs, in parallel (side-by-side), they share the load and make the system stiffer. In series (end-to-end), they are more compliant. Try switching between series and parallel in the simulator while keeping N=2—you'll see a huge change in the natural frequency on the graph.
🙋
That makes sense! The graph shows "Underdamped" and "Overdamped" responses. What's the practical goal when designing one of these systems, like for a car?
🎓
Great question. In practice, you almost always aim for "underdamped." A little damping stops excessive vibration, but too much ("overdamped") makes the system sluggish. For a car, you want it to absorb a bump quickly without making passengers seasick. That's the "damping ratio" ζ. Try adjusting the damping slider in the simulator to see the response change from bouncy to slow and heavy—this is the core tuning parameter in real-world design.
Physical Model & Key Equations
The core equation governing the motion of a single-degree-of-freedom spring-mass-damper system is Newton's Second Law, balancing inertia, damping, and spring forces.
$$ m_{eq}\ddot{x}+ c\dot{x}+ k_{eq}x = F(t) $$
Where:
• $m_{eq}$: Equivalent mass of the system (kg)
• $c$: Damping coefficient (N·s/m)
• $k_{eq}$: Equivalent spring stiffness (N/m)
• $x, \dot{x}, \ddot{x}$: Displacement, velocity, and acceleration
• $F(t)$: Applied external force (N)
From this, we derive key performance metrics. The natural frequency tells us how fast the system vibrates if undisturbed, and the damping ratio tells us how quickly oscillations decay.
Where:
• $\omega_n$: Undamped natural frequency (rad/s)
• $\zeta$: Damping ratio (dimensionless).
$\zeta < 1$ is underdamped (oscillates), $\zeta = 1$ is critically damped (fastest return without oscillation), $\zeta > 1$ is overdamped (slow return).
Real-World Applications
Automotive Suspension: This is the classic application. Engineers use this exact model for preliminary sizing of springs and shock absorbers. The target damping ratio (ζ) is typically between 0.3 and 0.4 to balance ride comfort and wheel contact with the road, which you can explore directly in the simulator.
Anti-Vibration Mounts for Machinery: Heavy machinery like pumps or compressors generate constant vibrations. Spring-damper mounts are designed to isolate these vibrations from the building structure, protecting the foundation and reducing noise. The goal is to tune the system's natural frequency well below the machine's operating frequency.
Seismic Dampers in Buildings: In earthquake-prone areas, massive dampers (often fluid-based) are installed in skyscrapers. They act like the damper in our model on a gigantic scale, absorbing seismic energy to reduce building sway and prevent structural damage.
Precision Manufacturing & Instrumentation: Optical tables, semiconductor manufacturing equipment, and sensitive scales use isolation systems to protect against ambient floor vibrations. Here, the goal is extremely low damping and a very low natural frequency to create an effective "floating" isolation platform.
Common Misconceptions and Points to Note
First, note that the combination rules for "equivalent stiffness" and "equivalent damping coefficient" cannot be mixed. For instance, you might mentally picture a "hybrid connection" like springs in series and dampers in parallel. However, in a physical model, the connection type for "springs" and "dampers" is determined independently. Since the simulator applies one chosen "connection type" to both, when modeling a complex real-world system, you need to be mindful of this point and calculate them separately.
Next, there is a practical pitfall: a damping ratio of ζ=1 (critical damping) is not always optimal. While it's true that vibration converges fastest at critical damping, in applications like automotive suspensions, an "underdamped" value of ζ=0.2–0.8 is typically chosen. This is not to completely eliminate road shocks but to filter them appropriately, balancing ride comfort and tire contact. If you set ζ to 1.0 in the simulator, the vibration disappears, but you'll also notice the response to load changes becomes sluggish.
Finally, do not confuse "static deflection" with "dynamic response amplitude". The static deflection $x_{st} = F / k_{eq}$ is merely the final equilibrium position. In contrast, the dynamic response oscillates around this value. With low damping, the maximum displacement can reach about twice this static deflection. For example, in vibration isolation design for protecting precision equipment, you must always check not only the static sag but also whether the dynamic overshoot is within acceptable limits.