What is the primary trade-off in PID tuning?

Question:

What is the primary trade-off in PID tuning?

Options:

A) Speed vs stability
B) Noise vs bias
C) Bias vs gain
D) Gain vs deadband


View Answer

:white_check_mark: Correct Answer: A) Speed vs stability


:magnifying_glass_tilted_right: Detailed Explanation

The main trade-off in PID tuning is between:

:backhand_index_pointing_right: Fast response (speed)
and
:backhand_index_pointing_right: Stable behavior (minimal oscillation)

If tuning is too aggressive:

  • High Kp
  • Strong integral action
  • Short rise time

But it may cause:

  • Overshoot
  • Oscillations
  • Instability

If tuning is too conservative:

  • Lower gain
  • Slower response
  • Very stable behavior

But sluggish performance.


:repeat_button: Practical Insight

Good PID tuning aims to:

  • Achieve fast disturbance rejection
  • Minimize overshoot
  • Maintain stability margin

Perfect balance depends on process dynamics (lag, dead time, gain).


:cross_mark: Why Other Options Are Incorrect

B) Noise vs bias → Not the primary tuning trade-off.
C) Bias vs gain → Bias sets baseline; not a core trade-off.
D) Gain vs deadband → Deadband is optional and not fundamental to tuning philosophy.