System Dynamics · Module 8 of 10
Second-Order System Response
Two poles, two parameters. The natural frequency sets the speed and the damping ratio sets the overshoot, and from them you predict the rise, the ring, and the settle of almost any machine.
Readiness check
This module reads the second-order response. Tick only what you can do closed-notes.
- Recall ωn and ζ from a second-order denominator.
- Recall the damped frequency ωd = ωn√(1 − ζ2).
- Evaluate an exponential and a square root.
- Distinguish underdamped from overdamped.
- Recall that overshoot depends on damping.
The core idea
A second-order system is fixed by its natural frequency and damping ratio. For an underdamped system those two numbers set the overshoot, the peak time, and the settling time of the step response.
G(s) = ωn2/(s2 + 2ζωns + ωn2)Mp = e−ζπ/√(1−ζ²)tp = π/ωd, ts ≈ 4/(ζωn)A second-order system has two poles and a standard transfer function ωn2/(s2 + 2ζωns + ωn2). The damping ratio ζ decides the character: overdamped (ζ > 1) and critically damped (ζ = 1) responses rise without overshoot, while underdamped (ζ < 1) responses overshoot and ring before settling. For the underdamped case the step response is fully described by a few formulas. The percent overshoot Mp = e−ζπ/√(1−ζ²) depends on damping alone. The peak time tp = π/ωd and the settling time ts ≈ 4/(ζωn) (to 2 percent) depend on both parameters through the damped frequency ωd = ωn√(1 − ζ2) and the decay rate ζωn. Two numbers, read from the model, predict the entire transient.
The skills, taught in order
Five skills cover the standard form, the damping regimes, and the three response metrics.
8.1 The second-order standard form
The canonical transfer function is ωn2/(s2 + 2ζωns + ωn2). Matching a model's denominator to this form reads off ωn and ζ, the only two numbers needed to characterise the response.
8.2 The damping regimes
The damping ratio sorts the response: overdamped (ζ > 1) is slow with two real poles, critically damped (ζ = 1) is the fastest non-overshooting case, and underdamped (ζ < 1) overshoots and rings with a complex pole pair. Most machines and instruments are underdamped.
8.3 Percent overshoot
For an underdamped system the peak rises a fraction Mp = e−ζπ/√(1−ζ²) above the final value. It depends on the damping ratio alone, so overshoot directly measures ζ: about 5 percent at ζ = 0.7, around 16 percent at ζ = 0.5.
| Metric | Formula | Depends on |
|---|---|---|
| Overshoot Mp | e−ζπ/√(1−ζ²) | ζ only |
| Damped frequency ωd | ωn√(1 − ζ2) | ωn, ζ |
| Peak time tp | π/ωd | ωn, ζ |
| Settling time ts (2%) | 4/(ζωn) | ωn, ζ |
The standard second-order metrics. Overshoot fixes the damping; the times depend on both parameters.
8.4 Peak time and damped frequency
The response first peaks at tp = π/ωd, half a period of the damped oscillation ωd = ωn√(1 − ζ2). A higher natural frequency reaches the peak sooner, and heavier damping lowers ωd slightly, lengthening it.
8.5 Settling time
The response settles within 2 percent of its final value after about ts ≈ 4/(ζωn), set by the decay rate ζωn, the real part of the poles. Moving the poles further left, by more damping or a higher frequency, settles the system faster.
Engineering connection: these metrics become the specifications a controller must meet in Control Systems, where ζ and ωn are placed by design.
Worked example 1: step metrics from omega and zeta
A second-order system has ωn = 5 rad/s and ζ = 0.3. Find the percent overshoot, the damped frequency, the peak time, and the 2 percent settling time.
- ProblemFind Mp, ωd, tp, and ts for the system in Figure 1.
- Given / findωn = 5 rad/s, ζ = 0.3. Find Mp, ωd, tp, ts.
- AssumptionsStandard underdamped second-order system; step input.
- ModelApply the overshoot, damped-frequency, peak-time, and settling-time formulas.
- EquationsMp = e−ζπ/√(1−ζ²)ωd = ωn√(1 − ζ2)tp = π/ωd, ts = 4/(ζωn)
- SolveMp = e−0.3π/√0.91 = e−0.988 = 0.372 = 37.2%. ωd = 5√0.91 = 4.77 rad/s. tp = π/4.77 = 0.659 s. ts = 4/(0.3 × 5) = 4/1.5 = 2.67 s.
- Checkζ = 0.3 is light damping, so a large overshoot near 37 percent is expected. The settling time, set by ζωn = 1.5, is much longer than the peak time, as light damping requires.
- ConclusionTwo numbers predict the whole transient: a 37 percent overshoot, a peak at 0.66 s, and settling at 2.67 s. Lower damping would overshoot more and settle later.
Worked example 2: metrics from a physical system
A mass-spring-damper has m = 2 kg, k = 200 N/m, and c = 12 N·s/m. Find the natural frequency, damping ratio, damped frequency, and percent overshoot.
- ProblemFind ωn, ζ, ωd, and Mp for the system in Figure 2.
- Given / findm = 2 kg, k = 200 N/m, c = 12 N·s/m. Find ωn, ζ, ωd, Mp.
- AssumptionsStandard mass-spring-damper; underdamped step response.
- Modelωn = √(k/m), ζ = c/(2√(km)), then ωd and Mp from the standard formulas.
- Equationsωn = √(k/m), ζ = c/(2√(k m))ωd = ωn√(1 − ζ2)Mp = e−ζπ/√(1−ζ²)
- Solveωn = √(200/2) = √100 = 10 rad/s. ζ = 12/(2√400) = 12/40 = 0.3. ωd = 10√0.91 = 9.54 rad/s. Mp = e−0.988 = 37.2%.
- Checkζ = 0.3 matches Example 1, so the overshoot is identical at 37.2 percent, confirming overshoot depends on ζ alone. The doubled ωn halves the peak and settling times.
- ConclusionThe physical parameters map straight to ωn and ζ, and from there to the full response. Same damping gives same overshoot; higher frequency gives a faster response.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| Overshoot for ζ ≥ 1 | A peak drawn on an overdamped response | "Is ζ below 1?" | Only underdamped systems overshoot. |
| Settling from ωn alone | ts wrong by the damping factor | "Did I use ζωn?" | ts ≈ 4/(ζωn), the decay rate. |
| Overshoot tied to ωn | Overshoot changes with frequency | "Does Mp depend on ωn?" | Overshoot depends on ζ only. |
| ωd equal to ωn | Peak time computed with ωn | "Did I reduce ωn by √(1−ζ²)?" | Use ωd = ωn√(1 − ζ2) for the peak time. |
Practice ladder
A system has ωn = 8 rad/s and ζ = 0.5. Find the damped frequency.
Show answer
ωd = 8√(1 − 0.25) = 8√0.75 = 8 × 0.866 = 6.93 rad/s.
For ζ = 0.5, find the percent overshoot and the 2 percent settling time if ωn = 8 rad/s.
Show answer
Mp = e−0.5π/√0.75 = e−1.814 = 0.163 = 16.3%. ts = 4/(0.5 × 8) = 1.0 s.
A system has G(s) = 36/(s2 + 4.8s + 36). Find ωn, ζ, and the overshoot.
Show answer
ωn = √36 = 6 rad/s. 2ζωn = 4.8, so ζ = 4.8/12 = 0.4. Mp = e−0.4π/√0.84 = e−1.371 = 0.254 = 25.4%.
A positioning system must overshoot no more than 5 percent and settle within 0.5 s. Translate these into requirements on ζ and ωn.
What good work looks like
5 percent overshoot needs ζ ≈ 0.7. Then ts = 4/(ζωn) ≤ 0.5 requires ζωn ≥ 8, so ωn ≥ 8/0.7 ≈ 11.4 rad/s. The spec becomes a target pole region.
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
Portfolio task
Take a real underdamped system, find ωn and ζ, predict its overshoot and settling time, then compare with a measured or simulated step response.
Retrieval and spaced review
Closed notes. Answer out loud, then reveal.
1. Write the second-order standard form.
G(s) = ωn2/(s2 + 2ζωns + ωn2).
2. What does the overshoot depend on?
The damping ratio ζ alone: Mp = e−ζπ/√(1−ζ²).
3. Give the peak time.
tp = π/ωd, with ωd = ωn√(1 − ζ2).
4. Give the 2 percent settling time.
ts ≈ 4/(ζωn).
5. Which regimes do not overshoot?
Critically damped (ζ = 1) and overdamped (ζ > 1).
Textbook mapping
This module follows Karnopp, Margolis, and Rosenberg, System Dynamics: Modeling, Simulation, and Control of Mechatronic Systems, 5th edition. Use these references to read further.
| Topic in this module | Where to read more |
|---|---|
| Second-order standard form and damping | Karnopp, Margolis & Rosenberg, Chapter 8 |
| Overshoot, peak time, settling time | Karnopp, Margolis & Rosenberg, Chapter 8 |
| Transient response specifications | Karnopp, Margolis & Rosenberg, Chapter 9 |
Chapter numbers refer to the 5th edition. The second-order metrics are standard, so any recent edition will align closely.