Difficulty: Medium
Correct Answer: 2/s
Explanation:
Introduction / Context:Identifying simple process dynamics from step tests is fundamental in control engineering. An output ramp in response to a step input suggests integrating behavior. This question asks you to infer the transfer function from the given input–output relationship.
Given Data / Assumptions:
Concept / Approach:For an integrator G(s) = K/s, a unit step input U(s) = 1/s produces output Y(s) = (K/s)*(1/s) = K/s^2. In time domain, y(t) = K * t (a ramp) plus any initial condition. The ramp slope equals K times the step amplitude. With Δu = 1 and observed slope 2, the process gain K is 2, hence G(s) = 2/s.
Step-by-Step Solution:
Compute input change: Δu = 2 − 1 = 1 (unit step).Match observed y(t) = 1 + 2 t ⇒ ramp slope dy/dt = 2.For integrator G(s) = K/s, slope = K * Δu ⇒ K = 2.Therefore, G(s) = 2/s.Verification / Alternative check:Differentiate y(t): dy/dt = 2 = K * Δu; consistent with integrator behavior. No exponential term appears, ruling out first-order lag forms like 2/(s+1).
Why Other Options Are Wrong:
Common Pitfalls:Using steady-state gain logic for an integrating process; integrators have infinite steady-state gain and require rate-based interpretation.
Final Answer:2/s
Discussion & Comments