Controls and Systems · Chapter 4 of 10 · Intermediate
Transient Response Analysis
How fast, how much overshoot, how long to settle: a second-order system answers all three with just two numbers, the damping ratio and the natural frequency.
Readiness check
This chapter reads response from poles. Tick only what you can do closed-notes.
- Recall the standard second-order denominator.
- Identify ωn and ζ from a transfer function.
- Evaluate an exponential with a decimal argument.
- Read a step-response plot.
- Find a time constant from a first-order pole.
The core idea
A first-order system is set by one time constant; a second-order system by ωn and ζ. From those two, overshoot, peak time, and settling time follow by formula.
Mp = e−ζπ/√(1−ζ²)tp = π/(ωn√(1−ζ²))ts ≈ 4/(ζωn)A first-order pole at −1/τ gives an exponential approach with time constant τ; the response reaches 63 percent in one τ and effectively settles in four. A second-order system's pole pair −ζωn ± jωn√(1−ζ²) sets its character: the real part fixes how fast it decays, the imaginary part how fast it oscillates. The damping ratio ζ controls overshoot, and the natural frequency ωn scales the speed. With both, the transient specifications are direct formulas, no inversion required.
The skills, taught in order
Five skills cover the first-order time constant, the second-order parameters, the damping cases, and the transient specifications.
4.1 First-order response
A first-order system K/(τs + 1) responds to a step with c(t) = K(1 − e−t/τ). The time constant τ is the time to reach 63 percent; the response is within 2 percent of final after about 4τ. There is no overshoot.
4.2 Second-order parameters
The standard form ωn²/(s² + 2ζωns + ωn²) has poles at −ζωn ± jωn√(1−ζ²). The natural frequency ωn sets the speed; the damping ratio ζ sets how oscillatory the response is. The damped frequency is ωd = ωn√(1−ζ²).
4.3 The damping cases
ζ = 0 is undamped (sustained oscillation); 0 < ζ < 1 is underdamped (decaying oscillation with overshoot); ζ = 1 is critically damped (fastest without overshoot); ζ > 1 is overdamped (slow, no overshoot). Most designs aim for ζ near 0.5 to 0.7.
| Specification | Formula | Set by |
|---|---|---|
| Percent overshoot Mp | e−ζπ/√(1−ζ²) | ζ only |
| Peak time tp | π/(ωn√(1−ζ²)) | ωn and ζ |
| Settling time ts (2%) | 4/(ζωn) | real part ζωn |
4.4 Transient specifications
Overshoot depends only on ζ, so it fixes the damping. Settling time depends on ζωn, the distance of the poles from the imaginary axis. Peak time depends on the damped frequency. Together they translate a pole location into a response shape.
4.5 Pole location and response
Moving the pole pair left speeds up settling; moving it down (more imaginary) speeds the oscillation; a constant ζ keeps overshoot fixed along a radial line. Reading response from pole position is the intuition the rest of the course leans on.
Engineering connection: design specifications (overshoot, settling) become target pole regions that root locus and compensators aim for.
Worked example 1: second-order step specifications
A closed-loop system has T(s) = 25/(s² + 6s + 25). Find its natural frequency, damping ratio, percent overshoot, peak time, and 2 percent settling time.
- ProblemFind ωn, ζ, Mp, tp, and ts for the system in Figure 1.
- Given / findT(s) = 25/(s² + 6s + 25). Find the five quantities.
- AssumptionsStandard underdamped second-order system; unit step input.
- ModelMatch to ωn²/(s² + 2ζωns + ωn²), then apply the spec formulas.
- Equationsωn² = 25, 2ζωn = 6Mp = e−ζπ/√(1−ζ²), tp = π/(ωn√(1−ζ²)), ts = 4/(ζωn)
- Solveωn = 5 rad/s, ζ = 6/(2·5) = 0.6. Mp = e−0.6π/0.8 = e−2.36 = 9.5%. tp = π/(5·0.8) = 0.79 s. ts = 4/(0.6·5) = 1.33 s.
- CheckThe poles are −3 ± 4j: the real part 3 gives ts = 4/3 = 1.33 s, and the imaginary part 4 = ωd gives tp = π/4 = 0.79 s. Both agree.
- ConclusionTwo numbers produced the full response shape. Overshoot came from ζ alone, while ωn scaled the timing.
Worked example 2: a first-order response
A first-order system has G(s) = 10/(s + 5). Find its DC gain, time constant, and 2 percent settling time, and the final value of its unit-step response.
- ProblemFind the DC gain, τ, ts, and final value for the system in Figure 2.
- Given / findG(s) = 10/(s + 5), unit step input. Find DC gain, τ, ts, c(∞).
- AssumptionsFirst-order, stable system; unit step.
- ModelWrite G in the form K/(τs + 1): the pole gives τ, G(0) gives the DC gain, and ts ≈ 4τ.
- EquationsG = 10/(s + 5) = 2/(0.2s + 1)τ = 1/5, c(∞) = K · 1
- SolveDC gain = G(0) = 10/5 = 2. τ = 1/5 = 0.2 s. ts ≈ 4τ = 0.8 s. Final value of the unit-step response = K = 2.
- CheckThe final value theorem gives lims→0 s · [10/(s(s+5))] = 10/5 = 2, matching the DC gain. No overshoot, as a single real pole requires.
- ConclusionOne pole, one time constant: a first-order system is fully described by τ and its DC gain, with a clean exponential response.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| Expecting overshoot when overdamped | Overshoot predicted for ζ ≥ 1 | "Is ζ less than 1?" | Overshoot occurs only for an underdamped system. |
| Confusing ωn and ωd | Peak time off | "Which frequency sets the oscillation?" | Use the damped frequency ωd = ωn√(1−ζ²) for tp. |
| Settling time from ωn alone | ts too short or long | "What is the real part of the pole?" | ts ≈ 4/(ζωn), the distance from the imaginary axis. |
| Reading τ from the wrong pole | First-order timing wrong | "Is the denominator in τs + 1 form?" | Normalise so τ is the reciprocal of the pole magnitude. |
Practice ladder
A first-order system has G = 4/(s + 8). Find its time constant and settling time.
Show answer
τ = 1/8 = 0.125 s; ts ≈ 4τ = 0.5 s. DC gain is 4/8 = 0.5.
A second-order system has ωn = 10 rad/s and ζ = 0.5. Find the percent overshoot and settling time.
Show answer
Mp = e−0.5π/√0.75 = e−1.814 = 16.3%. ts = 4/(0.5·10) = 0.8 s.
A system has poles at −2 ± 2j. Find ωn, ζ, and the percent overshoot.
Show answer
ωn = √(2² + 2²) = 2.83 rad/s; ζ = 2/2.83 = 0.707. Mp = e−0.707π/√0.5 = e−π = 4.3%. A classic well-damped design.
Find a real system with a known step response (a motor, a thermal loop) and estimate its ωn and ζ, or its τ, from the response shape.
What good work looks like
Overshoot read off to get ζ, peak or settling time to get ωn (or τ for first order), with a sanity check against the measured curve.
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
Portfolio task
Take a real second-order system, find ωn and ζ, predict overshoot and settling time, and compare with a measured or simulated step response.
Retrieval and spaced review
Closed notes. Answer out loud, then reveal.
1. What sets a first-order response?
The time constant τ; 63 percent at one τ, essentially settled by 4τ, with no overshoot.
2. What does overshoot depend on?
The damping ratio ζ only: Mp = e−ζπ/√(1−ζ²).
3. Give the settling time.
ts ≈ 4/(ζωn), set by the real part of the poles.
4. Name the four damping cases.
Undamped (ζ = 0), underdamped (0 < ζ < 1), critically damped (ζ = 1), overdamped (ζ > 1).
5. Where are the second-order poles?
At −ζωn ± jωn√(1−ζ²).
Textbook mapping
| Item | Mapping |
|---|---|
| Primary source | Ogata, Modern Control Engineering, Chapter 5 (Transient and Steady-State Response Analysis) |
| Cross-reference | Nise, Ch. 4 · Dynamics and Vibrations |
| Core topics | 4.1 First-order response · 4.2 Second-order parameters · 4.3 Damping cases · 4.4 Transient specs · 4.5 Pole location and response |
| Engineering connection | Specs become target pole regions for design. |
| Read next | Chapter 5: Steady-State Error. |