Lyapunov equation

1

The Lyapunov equation, named after the Russian mathematician Aleksandr Lyapunov, is a matrix equation used in the stability analysis of linear dynamical systems. In particular, the discrete-time Lyapunov equation (also known as Stein equation) for X is where Q is a Hermitian matrix and A^H is the conjugate transpose of A, while the continuous-time Lyapunov equation is

Application to stability

In the following theorems, 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 if and only if the linear system \dot{x}=A x is globally asymptotically stable. The quadratic function 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 if and only if the linear system is globally asymptotically stable. As before, x^T P x is a Lyapunov function.

Computational aspects of solution

The Lyapunov equation is linear; therefore, if X contains n entries, the equation can be solved in time using standard matrix factorization methods. However, specialized algorithms are available which can yield solutions much quicker owing to the specific structure of the Lyapunov equation. For the discrete case, the Schur method of Kitagawa is often used. For the continuous Lyapunov equation the Bartels–Stewart algorithm can be used.

Analytic solution

Defining the vectorization operator as stacking the columns of a matrix A and A \otimes 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, one has where I_{n^2} is a conformable identity matrix and \bar{A} is the element-wise complex conjugate of A. One may then solve for by inverting or solving the linear equations. To get X, one must just reshape appropriately. Moreover, if A is stable (in the sense of Schur stability, i.e., having eigenvalues with magnitude less than 1), the solution X can also be written as For comparison, consider the one-dimensional case, where this just says that the solution of is

Continuous time

Using again the Kronecker product notation and the vectorization operator, one has the matrix equation where \bar{A} denotes the matrix obtained by complex conjugating the entries of A. Similar to the discrete-time case, if A is stable (in the sense of Hurwitz stability, i.e., having eigenvalues with negative real parts), the solution X can also be written as which holds because For comparison, consider the one-dimensional case, where this just says that the solution of 2ax = - q is

Relationship Between Discrete and Continuous Lyapunov Equations

We start with the continuous-time linear dynamics: And then discretize it as follows: Where \delta > 0 indicates a small forward displacement in time. Substituting the bottom equation into the top and shuffling terms around, we get a discrete-time equation for. Where we've defined. Now we can use the discrete time Lyapunov equation for \mathbf{B}: Plugging in our definition for \mathbf{B}, we get: Expanding this expression out yields: Recall that \delta is a small displacement in time. Letting \delta go to zero brings us closer and closer to having continuous dynamics—and in the limit we achieve them. It stands to reason that we should also recover the continuous-time Lyapunov equations in the limit as well. Dividing through by \delta on both sides, and then letting we find that: which is the continuous-time Lyapunov equation, as desired.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article