Questions: Time Delay and Dead-Time Effects in Control
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A control engineer plots the Bode diagram of a process and observes that as frequency increases, the magnitude stays flat at 0 dB while the phase drops without bound toward −∞. This Bode signature is characteristic of:
AA pure integrator, which adds 90° of phase lag and −20 dB/decade magnitude slope
BA right-half-plane zero, which causes phase lag while increasing magnitude
CPure dead time (transport lag), which attenuates nothing but adds phase lag proportional to frequency
DA high-order lag system with many stacked time constants compressing phase
The transfer function for dead time is e^(−sτ). Substituting s = jω gives magnitude |e^(−jωτ)| = 1 at every frequency — perfectly flat. The phase ∠e^(−jωτ) = −ωτ radians, which is linear in frequency and grows without bound. No other common element produces this combination: magnitude 1 everywhere with phase sloping continuously downward. This signature immediately identifies transport lag.
Question 2 Multiple Choice
A control loop is designed for a delay-free plant with a gain crossover frequency of ωc = 10 rad/s and a phase margin of 45°. A pure dead time of τ = 0.1 seconds is then discovered in the sensor path. How much additional phase lag does the dead time contribute at the crossover frequency?
A0°, because dead time has unity magnitude and does not shift phase at typical operating frequencies
Bωc × τ = 1 radian = 57.3°, which exceeds the 45° phase margin and would likely destabilize the loop
CExactly 90°, because any time delay in a feedback loop contributes a quarter-cycle phase lag at crossover
D0.1°, a negligible contribution because the delay is only 0.1 seconds
Dead-time phase lag at frequency ω is ωτ radians. At ωc = 10 rad/s with τ = 0.1 s: lag = 10 × 0.1 = 1 radian = 57.3°. This is larger than the designed 45° phase margin, meaning the actual phase at crossover drops to −180° − (57.3° − 45°) = past the instability threshold. The loop goes unstable. This illustrates why bandwidth must be reduced in proportion to dead time.
Question 3 True / False
Because dead time (e^(−sτ)) primarily introduces phase lag without any magnitude attenuation, a well-designed controller can cancel its effect by implementing an e^(+sτ) lead compensator.
TTrue
FFalse
Answer: False
Canceling e^(−sτ) would require a controller term e^(+sτ), which predicts future inputs — a non-causal operation impossible for any physically realizable controller. A causal system can only use current and past information. This is the fundamental reason dead time sets a hard limit on achievable bandwidth: it cannot be cancelled, only managed. The Smith Predictor works around this by predicting the plant output using a model, but it relies on an accurate internal model and is not true cancellation.
Question 4 True / False
Adding dead time to a control loop forces a reduction in achievable closed-loop bandwidth, even if phase margin is restored by reducing controller gain.
TTrue
FFalse
Answer: True
Dead time contributes phase lag of ωτ at frequency ω. To maintain adequate phase margin (typically ≥ 30–45°), the gain crossover frequency must be kept low enough that ωcτ doesn't consume the entire phase budget. The rule of thumb is ωc ≤ 0.3/τ. Reducing controller gain to preserve phase margin achieves stability but at the cost of slower response — the bandwidth is genuinely limited, not just a design choice.
Question 5 Short Answer
Why does dead time set a fundamental limit on achievable bandwidth in a feedback control loop, and why can't this limit be overcome by clever controller design?
Think about your answer, then reveal below.
Model answer: Dead time contributes phase lag of ωτ radians at frequency ω — a lag that grows linearly with frequency with no corresponding magnitude change. To maintain stability, the phase at the gain crossover frequency must remain above −180°. As the crossover frequency increases, the dead time's phase contribution increases proportionally, eventually consuming all available phase margin. To prevent instability, bandwidth must be kept below roughly 0.3/τ. This limit cannot be overcome because cancelling the dead time would require a controller that knows future inputs (e^(+sτ)), which is non-causal and physically unrealizable. Predictive schemes like the Smith Predictor can help but are sensitive to model errors and don't eliminate the fundamental constraint.
The impossibility of cancelling dead time is rooted in causality: a physical system can only respond to past inputs. Dead time represents information that has been irretrievably delayed, and no amount of control cleverness can recover it.