$$G(s)=\frac{K\omega_n^2}{s^2+2\zeta\omega_n s+\omega_n^2}$$
$\omega_d = \omega_n\sqrt{1-\zeta^2}$ (underdamped)
Adjust the natural angular frequency ωn and damping ratio ζ with sliders to visualize the step response of a second-order system in real time. Compare overdamped, critically damped and underdamped cases, and watch the s-plane poles move.
$$G(s)=\frac{K\omega_n^2}{s^2+2\zeta\omega_n s+\omega_n^2}$$
$\omega_d = \omega_n\sqrt{1-\zeta^2}$ (underdamped)
Robotic servo control: ζ and ωn are tuned to balance fast positioning and minimal overshoot. Excessive overshoot can damage workpieces, so designers usually target ζ around 0.7.
Vehicle suspensions: A car body on springs and dampers is essentially a 2nd-order system. ζ corresponds to the damper, ωn to the spring rate; together they shape ride comfort and tire grip.
Aircraft autopilot loops: Pitch and roll attitude control are often modeled as 2nd-order. The pole locations must keep enough margin from the imaginary axis so gust disturbances do not destabilize the loop.
Active analog filters: 2nd-order transfer functions appear in Sallen-Key and Multiple-Feedback filter topologies. Choosing ζ=1/√2 yields a maximally flat (Butterworth) magnitude response.
One common pitfall is assuming "smaller ζ is always faster." The initial rise is indeed sharper at ζ=0.2, but the time the signal spends ringing inside the ±2% band is much longer than at ζ=0.7 — net settling time is worse. Another is reading ωn as a frequency in Hz; it isn't. The actual oscillation frequency is $\omega_d=\omega_n\sqrt{1-\zeta^2}$ rad/s, e.g. ζ=0.5 with ωn=10 gives ωd≈8.66 rad/s, not 10 Hz. Finally, this model is ideal: real plants have friction, backlash and saturation, so a setting that looks fine here may still ring on hardware.
A temperature control loop with ωn=3 rad/s and ζ=0.7 produces rise time≈0.95 s, overshoot≈4.6%, and settling time≈2.1 s with K=1.0. Increasing ζ to 0.85 eliminates oscillation but extends rise time to 1.2 s. For a PLC-based DC motor speed controller, ωn=8 rad/s with ζ=0.6 yields damped frequency ωd=6.4 rad/s, permitting fast transient response (0.52 s rise) while maintaining <16% overshoot acceptable for machinery start-up.