Microsoft Store
 

Optimal control


 

Optimal control theory is a mathematical field that is concerned with control policies that can be deduced using optimization algorithms.

Linear quadratic control

It is very common, when designing proper control systems, to model reality as a

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

linear system, such as

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

: rac{mathrm{d}}{mathrm{d}t}x=A x + B u

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:y = C x. ,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

One common cost functional used together with this system description is

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:J=int_0^infty ( x^T(t)Qx(t) + u^T(t)Ru(t) ),mathrm{d}t

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

where the matrices Q and R are positive-semidefinite and positive-definite, respectively. Note that this cost functional is thought in terms of penalizing the control energy (measured as a quadratic form) and the time it takes the system to reach zero-state. This functional could seem rather useless since it assumes that the operator is driving the system to zero-state, and hence driving the output of the system to zero. This is indeed right, however the problem of driving the output to the desired level can be solved after the zero output one is. In fact, it can be proved that this secondary problem can be solved in a very straightforward manner. The optimal control problem defined with the previous functional is usually called the state regulator problem and its solution the linear quadratic regulator (LQR) which is no more than a feedback matrix gain of the form

Related Topics:
Matrices - State regulator problem

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:u(t)=-K(t)cdot x(t)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

where K is a properly dimensioned matrix and solution of the continuous time dynamic Riccati equation. This problem was elegantly solved by R. Kalman (1960).

~ ~ ~ ~ ~ ~ ~ ~ ~ ~