Which PID term depends on the history of error over time?

Question:

Which PID term depends on the history of error over time?

Options:

A) Proportional
B) Integral
C) Derivative
D) Gain


View Answer

:white_check_mark: Correct Answer: B) Integral


:magnifying_glass_tilted_right: Detailed Explanation

The Integral (I) term depends on the accumulated history of error over time.

Mathematically:

This means the controller:

  • Continuously sums past error values
  • Increases output if error persists
  • Decreases output if error reverses

Even a small constant error, if present for a long time, will cause the integral term to grow until the steady-state error becomes zero.


:fire: Why This Is Important

Proportional control alone leaves steady-state offset.
Integral action eliminates this offset because it โ€œremembersโ€ past error and keeps correcting it.


:cross_mark: Why Other Options Are Incorrect

A) Proportional โ†’ Depends only on present error.
C) Derivative โ†’ Depends on rate of change of error (future trend).
D) Gain โ†’ Is a tuning parameter, not a control action.


Quick Memory Trick:

  • P โ†’ Present
  • I โ†’ Past
  • D โ†’ Future