Difficulty: Medium
Correct Answer: Over damped
Explanation:
Introduction / Context:Two perfectly mixed process tanks in series, each behaving as a first-order lag, together form a second-order dynamic system. When both tanks have the same capacity and the same hydraulic resistance (i.e., equal time constants), the closed-loop free response to a step input shows a characteristic shape that control engineers classify as over damped, critically damped, or under damped. This question tests recognition of that qualitative behavior.Given Data / Assumptions:
Concept / Approach:The transfer function of one tank is 1/(τs + 1). Two in series give G(s) = 1/(τs + 1)^2, which is a standard second-order system with a double real pole at s = −1/τ. A double pole on the negative real axis has no oscillatory component and corresponds to an over damped response (slower, with an inflection point), not to critical damping (distinct condition ζ = 1 with complex-to-real transition) and not to under damping (which would require complex conjugate poles).Step-by-Step Solution:
Write single-tank model: G1(s) = 1/(τs + 1).Series connection: G(s) = G1(s)^2 = 1/(τs + 1)^2.Identify pole locations: s = −1/τ (double pole, real).Real repeated poles imply non-oscillatory, over damped behavior.Verification / Alternative check:The step response of 1/(τs + 1)^2 is y(t) = 1 − (1 + t/τ) * e^(−t/τ), a monotonic, sigmoid-like rise without overshoot, confirming over damping.
Why Other Options Are Wrong:
Under damped: requires complex poles and overshoot; not present here.Critically damped: occurs for ζ = 1 but not with a perfect pole multiplicity at the same location from two identical lags.None of the above: incorrect because over damped fits.Common Pitfalls:Assuming “second order” means oscillatory by default. Real repeated poles still yield monotone, over damped responses.
Final Answer:Over damped
Discussion & Comments