Steady-state offset among classical controllers: For a unit-step load/change on a stable process, which controller structure tends to have the largest steady-state offset (residual error)?
-
AProportional (P) controller
-
BProportional–Integral (PI) controller
-
CProportional–Derivative (PD) controller
-
DProportional–Integral–Derivative (PID) controller
-
EIntegral (I) only controller
Answer
Correct Answer: Proportional (P) controller
Explanation
Introduction / Context: Offset (steady-state error) is a key performance metric for regulatory control. Controller structures differ in how they remove persistent error after a step disturbance or set-point change. Understanding which structures inherently eliminate offset guides practical selection in plants.
Given Data / Assumptions:
- Stable plant, unity feedback conceptual model.
- Step-type change and steady-state considered.
- Reasonable tuning, no actuator saturation or integrator windup.
Concept / Approach: A pure proportional controller leaves nonzero steady-state error for typical process types because the controller output must balance the process load, requiring a finite error to generate a finite output. Adding integral action (PI or PID) introduces a pole at the origin in the open loop, driving the steady-state error to zero for step inputs. PD alone does not change the steady-state gain (derivative term vanishes at steady state), so it behaves like P with respect to offset. Hence, among the listed, P shows the largest offset; PI and PID remove it (ideally), PD behaves similar to P for offset.
Step-by-Step Solution:
P: steady-state error > 0 for step inputs on most plants.PI/PID: integral action accumulates error → drives offset → 0.PD: derivative term → 0 at steady state → offset persists.Verification / Alternative check: Final value theorem applied to standard unity-feedback loops confirms that integral action guarantees zero steady-state error for step inputs when the closed loop is stable.
Why Other Options Are Wrong:
PI and PID — integral term eliminates offset for a step.PD — does not remove offset; comparable to P in steady state.I-only — removes offset but is not in the original list of common choices here.Common Pitfalls: Confusing transient improvement from derivative action with steady-state accuracy. Only integral action addresses offset.
Final Answer: Proportional (P) controller