Samiksha Jaiswal (Editor)

Lyapunov equation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In control theory, the discrete Lyapunov equation is of the form

Contents

A X A H X + Q = 0

where Q is a Hermitian matrix and A H is the conjugate transpose of A . The continuous Lyapunov equation is of form

A X + X A H + Q = 0 .

The Lyapunov equation occurs in many branches of control theory, such as stability analysis and optimal control. This and related equations are named after the Russian mathematician Aleksandr Lyapunov.

Application to stability

In the following theorems A , P , Q R n × n , and P and Q are symmetric. The notation P > 0 means that the matrix P is positive definite.

Theorem (continuous time version). Given any Q > 0 , there exists a unique P > 0 satisfying A T P + P A + Q = 0 if and only if the linear system x ˙ = A x is globally asymptotically stable. The quadratic function V ( z ) = z T P z is a Lyapunov function that can be used to verify stability.

Theorem (discrete time version). Given any Q > 0 , there exists a unique P > 0 satisfying A T P A P + Q = 0 if and only if the linear system x ( k + 1 ) = A x ( k ) is globally asymptotically stable. As before, z T P z is a Lyapunov function.

Computational aspects of solution

Specialized software is available for solving Lyapunov equations. For the discrete case, the Schur method of Kitagawa is often used. For the continuous Lyapunov equation the method of Bartels and Stewart can be used.

Analytic solution

Defining the vec ( A ) operator as stacking the columns of a matrix A and A B as the Kronecker product of A and B , the continuous time and discrete time Lyapunov equations can be expressed as solutions of a matrix equation. Furthermore, if the matrix A is stable, the solution can also be expressed as an integral (continuous time case) or as an infinite sum (discrete time case).

Discrete time

Using the result that vec ( A B C ) = ( C T A ) vec ( B ) , one has

( I A A ) vec ( X ) = vec ( Q )

where I is a conformable identity matrix. One may then solve for vec ( X ) by inverting or solving the linear equations. To get X , one must just reshape vec ( X ) appropriately.

Moreover, if A is stable, the solution X can also be written as

X = k = 0 A k Q ( A H ) k .

Continuous time

Using again the Kronecker product notation and the vectorization operator, one has the matrix equation

( I n A + A ¯ I n ) vec X = vec Q ,

where A ¯ denotes the matrix obtained by complex conjugating the entries of A .

Similar to the discrete-time case, if A is stable, the solution X can also be written as

X = 0 e A τ Q e A H τ d τ .

References

Lyapunov equation Wikipedia