Linear–quadratic regulator

The theory of optimal control is concerned with operating a dynamic system at minimum cost. The case where the system dynamics are described by a set of linear differential equations and the cost is described by a quadratic function is called the LQ problem. One of the main results in the theory is that the solution is provided by the linear–quadratic regulator (LQR), a feedback controller whose equations are given below.

LQR controllers possess inherent robustness with guaranteed gain and phase margin,[1] and they also are part of the solution to the LQG (linear–quadratic–Gaussian) problem. Like the LQR problem itself, the LQG problem is one of the most fundamental problems in control theory.

General description edit

The settings of a (regulating) controller governing either a machine or process (like an airplane or chemical reactor) are found by using a mathematical algorithm that minimizes a cost function with weighting factors supplied by a human (engineer). The cost function is often defined as a sum of the deviations of key measurements, like altitude or process temperature, from their desired values. The algorithm thus finds those controller settings that minimize undesired deviations. The magnitude of the control action itself may also be included in the cost function.

The LQR algorithm reduces the amount of work done by the control systems engineer to optimize the controller. However, the engineer still needs to specify the cost function parameters, and compare the results with the specified design goals. Often this means that controller construction will be an iterative process in which the engineer judges the "optimal" controllers produced through simulation and then adjusts the parameters to produce a controller more consistent with design goals.

The LQR algorithm is essentially an automated way of finding an appropriate state-feedback controller. As such, it is not uncommon for control engineers to prefer alternative methods, like full state feedback, also known as pole placement, in which there is a clearer relationship between controller parameters and controller behavior. Difficulty in finding the right weighting factors limits the application of the LQR based controller synthesis.

Versions edit

Finite-horizon, continuous-time edit

For a continuous-time linear system, defined on  , described by:

 

where   (that is,   is an  -dimensional real-valued vector) is the state of the system and   is the control input. Given a quadratic cost function for the system, defined as:

 

the feedback control law that minimizes the value of the cost is:

 

where   is given by:

 

and   is found by solving the continuous time Riccati differential equation:

 

with the boundary condition:

 

The first order conditions for Jmin are:

1) State equation

 

2) Co-state equation

 

3) Stationary equation

 

4) Boundary conditions

 

and  

Infinite-horizon, continuous-time edit

For a continuous-time linear system described by:

 

with a cost function defined as:

 

the feedback control law that minimizes the value of the cost is:

 

where   is given by:

 

and   is found by solving the continuous time algebraic Riccati equation:

 

This can be also written as:

 

with

 

Finite-horizon, discrete-time edit

For a discrete-time linear system described by: [2]

 

with a performance index defined as:

 , where   is the time horizon

the optimal control sequence minimizing the performance index is given by:

 

where:

 

and   is found iteratively backwards in time by the dynamic Riccati equation:

 

from terminal condition  .[3] Note that   is not defined, since   is driven to its final state   by  .

Infinite-horizon, discrete-time edit

For a discrete-time linear system described by:

 

with a performance index defined as:

 

the optimal control sequence minimizing the performance index is given by:

 

where:

 

and   is the unique positive definite solution to the discrete time algebraic Riccati equation (DARE):

 .

This can be also written as:

 

with:

 .

Note that one way to solve the algebraic Riccati equation is by iterating the dynamic Riccati equation of the finite-horizon case until it converges.

Constraints edit

In practice, not all values of   may be allowed. One common constraint is the linear one:

 

The finite horizon version of this is a convex optimization problem, and so the problem is often solved repeatedly with a receding horizon. This is a form of model predictive control.[4][5]

Related controllers edit

Quadratic-quadratic regulator edit

If the state equation is quadratic then the problem is known as the quadratic-quadratic regulator (QQR). The Al'Brekht algorithm can be applied to reduce this problem to one that can be solved efficiently using tensor based linear solvers.[6]

Polynomial-quadratic regulator edit

If the state equation is polynomial then the problem is known as the polynomial-quadratic regulator (PQR). Again, the Al'Brekht algorithm can be applied to reduce this problem to a large linear one which can be solved with a generalization of the Bartels-Stewart algorithm; this is feasible provided that the degree of the polynomial is not too high.[7]

Model-predictive control edit

Model predictive control and linear-quadratic regulators are two types of optimal control methods that have distinct approaches for setting the optimization costs. In particular, when the LQR is run repeatedly with a receding horizon, it becomes a form of model predictive control (MPC). In general, however, MPC does not rely on any assumptions regarding linearity of the system.

References edit

  1. ^ Lehtomaki, N.; Sandell, N.; Athans, M. (1981). "Robustness results in linear-quadratic Gaussian based multivariable control designs". IEEE Transactions on Automatic Control. 26 (1): 75–93. doi:10.1109/TAC.1981.1102565. ISSN 0018-9286.
  2. ^ Chow, Gregory C. (1986). Analysis and Control of Dynamic Economic Systems. Krieger Publ. Co. ISBN 0-89874-969-7.
  3. ^ Shaiju, AJ, Petersen, Ian R. (2008). "Formulas for discrete time LQR, LQG, LEQG and minimax LQG optimal control problems". IFAC Proceedings Volumes. 41 (2). Elsevier: 8773–8778. doi:10.3182/20080706-5-KR-1001.01483.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  4. ^ "Ch. 8 - Linear Quadratic Regulators". underactuated.mit.edu. Retrieved 20 August 2022.
  5. ^ https://minds.wisconsin.edu/bitstream/handle/1793/10888/file_1.pdf;jsessionid=52A001EAADF4C22B901290B594BFDA8E?sequence=1. Retrieved 20 August 2022. {{cite web}}: Missing or empty |title= (help)
  6. ^ Borggaard, Jeff; Zietsman, Lizette (July 2020). "The Quadratic-Quadratic Regulator Problem: Approximating feedback controls for quadratic-in-state nonlinear systems". 2020 American Control Conference (ACC). pp. 818–823. arXiv:1910.03396. doi:10.23919/ACC45564.2020.9147286. ISBN 978-1-5386-8266-1. S2CID 203904925. Retrieved 20 August 2022.
  7. ^ Borggaard, Jeff; Zietsman, Lizette (1 January 2021). "On Approximating Polynomial-Quadratic Regulator Problems". IFAC-PapersOnLine. 54 (9): 329–334. arXiv:2009.11068. doi:10.1016/j.ifacol.2021.06.090. S2CID 221856517.
  • Kwakernaak, Huibert & Sivan, Raphael (1972). Linear Optimal Control Systems. First Edition. Wiley-Interscience. ISBN 0-471-51110-2.

External links edit