Which PID term depends on past accumulated error?

Question:

Which PID term depends on past accumulated error?

Options:

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


View Answer

:white_check_mark: Correct Answer: A) Integral


:magnifying_glass_tilted_right: Detailed Explanation

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

Mathematically:

This means the controller continuously sums past error values. If error persists, the integral term keeps increasing until the steady-state deviation becomes zero.


:repeat_button: Why This Is Important

Integral action:

  • Eliminates steady-state offset
  • Corrects small but persistent errors
  • Provides long-term accuracy

Without integral action, some error would remain in steady state.


:cross_mark: Why Other Options Are Incorrect

B) Proportional → Depends only on present error.
C) Derivative → Depends on rate of change of error.
D) Bias → Is a fixed baseline value, not related to accumulated error.