Difficulty: Easy
Correct Answer: exp(-Ts)
Explanation:
Introduction / Context:
A transportation lag (also called a time delay or dead time) models the pure delay between an input signal change and the moment it is observed at the output. Time delays are common in chemical processes due to material holdup and transport in pipes, sampling lines, or sensor response paths.
Given Data / Assumptions:
Concept / Approach:
In the Laplace domain, a time shift t → t − T translates into an exponential factor multiplying the transform. Specifically, a pure time delay T is represented by the factor exp(-Ts) multiplying the transfer function without delay. This captures the phase lag that increases linearly with frequency while keeping the magnitude at unity.
Step-by-Step Solution:
Let y(t) = x(t − T).Take Laplace transforms: Y(s) = exp(-Ts) * X(s).Therefore the transfer function G(s) = Y(s)/X(s) = exp(-Ts).Hence the correct compact representation is exp(-Ts).
Verification / Alternative check:
Frequency response of exp(-Tjω) has magnitude 1 and phase = −ωT radians, matching the expected behavior of a pure delay (no amplitude change, only phase lag).
Why Other Options Are Wrong:
Common Pitfalls:
Confusing pure delay with first-order lag; a delay has unit magnitude across all frequencies but adds phase lag that grows with frequency.
Final Answer:
exp(-Ts)
Discussion & Comments