Comparison

Steady State vs Transient Response

Switch on a DC motor with a step voltage and two distinct things happen simultaneously: the speed climbs (sometimes overshoots), then settles — the climbing part is the transient response, and the final constant speed is the steady-state response. A designer worrying about production throughput cares about steady-state accuracy; a designer worrying about mechanical stress on the gearbox cares about the transient overshoot. Both regions are specified separately in every real servo datasheet.

EEE, ECE

Side-by-side comparison

ParameterSteady StateTransient Response
DefinitionBehaviour as t → ∞ after input is appliedBehaviour from t=0 until system settles
Characterised bySteady-state error (ess)Rise time, overshoot, settling time, peak time
Depends onSystem type, loop gain, input typePole locations, damping ratio ζ, ωn
For underdamped 2nd-orderess = 0 for step if Type ≥ 1Overshoot = exp(−πζ/√(1−ζ²))×100%
Settling time (2% criterion)Not applicable≈ 4/(ζωn)
Improved byAdding integrators or increasing KIncreasing ζ or ωn, adding derivative action
Real example (DC motor)Final RPM = V/Kv constantSpeed rise during first 0.5–2 s after step
Exam focusError constants Kp, Kv, KaOvershoot %, rise time, peak time formulae

Key differences

Transient response is governed by the closed-loop pole locations — poles far left in the s-plane give fast decay, but poles near the imaginary axis give prolonged ringing. Steady-state response depends on system type: a Type 1 system has zero position error but non-zero velocity error (= 1/Kv) for a ramp. Crucially, improving steady-state accuracy by raising loop gain tends to push poles toward instability, worsening the transient. This trade-off is the core tension in classical control design.

When to use Steady State

Focus on steady-state response when the application demands positional accuracy at rest — a CNC machine tool must hold position within ±5 µm once the move is complete, so steady-state error specification drives the design.

When to use Transient Response

Focus on transient response when dynamic performance during motion matters — a hard disk drive read/write head must settle within 1 ms after seeking, so settling time and overshoot are the binding constraints.

Recommendation

For exams, always address both regions when a step response question is asked. Never compute only overshoot or only steady-state error in isolation — most marking schemes allocate separate marks for each region.

Exam tip: Examiners give a second-order transfer function and ask you to compute rise time, peak time, overshoot, and settling time using the four standard formulae — memorise all four along with their derivation from the pole locations.

Interview tip: Interviewers at instrumentation and automation companies will ask you to explain the trade-off: why increasing loop gain reduces steady-state error but degrades transient stability, and how a PD term compensates.

More Control Systems comparisons