A control engineer needs to reduce settling time in a second-order system by increasing the natural frequency ωₙ while keeping the damping ratio ζ fixed. What happens to the percent overshoot?
AOvershoot increases because faster systems oscillate more
BOvershoot decreases because higher ωₙ adds effective damping
COvershoot is unchanged because percent overshoot depends only on ζ
DOvershoot doubles along with the reduction in settling time
Percent overshoot is OS% = exp(−πζ/√(1−ζ²)) × 100, which depends exclusively on ζ. Increasing ωₙ compresses all time scales — settling time (ts ≈ 4/(ζωₙ)) and peak time (tp = π/ωd) both decrease — but does not change the shape of the response. ωₙ is a speed dial; ζ is a shape dial. This independence is what makes the two-parameter framework so powerful: you can design for speed and shape independently by placing poles at a chosen (ζ, ωₙ) combination.
Question 2 Multiple Choice
A second-order system has damping ratio ζ = 0.1. Compared to a system with ζ = 0.7, what is the expected step response behavior?
AFaster settling with no overshoot, because light damping means little energy loss
BSlower response with a single smooth rise to the setpoint
CLarge percent overshoot and many oscillations before settling
DThe same settling time but with a sharper initial rise
ζ = 0.1 is highly underdamped — much less than the critical value of 1. The poles are complex with a small real part (−ζωₙ is small), meaning oscillations decay very slowly. OS% ≈ exp(−π·0.1/√0.99) × 100 ≈ 73% — nearly three-quarters of the final value as overshoot. ζ = 0.7 gives about 4.6% overshoot and settles quickly. A common misconception is that 'lighter damping = faster' — it oscillates longer, so settling time is actually worse despite the faster initial rise.
Question 3 True / False
For a second-order system, the percent overshoot depends only on the damping ratio ζ and is independent of the natural frequency ωₙ.
TTrue
FFalse
Answer: True
The formula OS% = exp(−πζ/√(1−ζ²)) × 100 contains only ζ — ωₙ does not appear. This means two systems with the same ζ but very different natural frequencies (one fast, one slow) will have identical percent overshoot; they simply reach that overshoot at different times. ωₙ scales the time axis, stretching or compressing the step response without changing its shape. This is why pole placement typically targets a specific (ζ, ωₙ) pair: ζ sets overshoot, ωₙ sets speed.
Question 4 True / False
A critically damped system (ζ = 1) oscillates once and then settles, making it faster to reach steady state than an underdamped system.
TTrue
FFalse
Answer: False
Critical damping (ζ = 1) produces NO oscillation. The two poles merge at s = −ωₙ on the real axis, giving a monotonically increasing step response that approaches the final value without overshoot. It is the *fastest possible non-oscillatory response*. An underdamped system (ζ < 1) initially rises faster and overshoots, but then oscillates around the setpoint — it may cross the final value sooner, but 'settling' (staying within a tolerance band) takes longer. Critical damping is not 'oscillates once'; it is the boundary condition below which oscillation begins.
Question 5 Short Answer
A system is overdamped (ζ > 1). It has no overshoot — so why is this not always the preferred design choice? What is the tradeoff compared to critical damping?
Think about your answer, then reveal below.
Model answer: Overdamped systems have two distinct real poles; the slower pole (closer to the origin) dominates, making the response sluggish. The system approaches its final value more slowly than a critically damped system with the same ωₙ. Critical damping (ζ = 1) achieves the fastest possible response without any overshoot — it is the optimal balance point. Increasing ζ beyond 1 trades speed for no benefit (overshoot is already zero at ζ = 1). The practical tradeoff: overdamping avoids overshoot but at the cost of slower response, which may be unacceptable in applications requiring fast setpoint tracking.
In control design, the choice depends on what penalty the application places on overshoot vs. speed. Safety-critical systems (e.g., positioning mechanisms near physical stops) may demand overdamping to guarantee no overshoot at the cost of speed. High-performance systems (robotics, hard disk drive heads) tolerate small overshoot (ζ ≈ 0.7, OS ≈ 4.6%) in exchange for much faster settling. ζ = 0.7 is a common engineering target because it gives low overshoot and settling time roughly equal to the critically damped case — a sweet spot between the extremes.