Reason to Design LQR for already Stable System

133 Views Asked by At

According to my understanding, if the poles of a system are in RHP, LQR controller can be designed to place the pole in LHP with optimal gain 'K' found by minimizing the cost function (Q, R). I am confused that why is LQR designed for a system whose poles are already in the LHP. For example a system poles are at -10, -6+4i and -6-4i and the system step response final value is reaching say 0.2 in 2 seconds. What is the point of designing an LQR for an already stable system when a simple PID or reference scaling can do the work of reaching the desired value.

1

There are 1 best solutions below

3
On

You effectively ask why should I use method $A$ instead of method $B$, in a field where there are many methods to solve the same problem.

If a PID controller gives you the performance you want and you are used to that design strategy, great, no reason to complicate matters.

LQ has some benefits sometimes when it comes to intuitive tuning (in particular for more complicated systems), is completely identical in SISO and MIMO case, and have theoretically appealing properties (infinite gain margin, large phase margin) etc.