Samiksha Jaiswal (Editor)

Lyapunov function

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

In the theory of ordinary differential equations (ODEs), Lyapunov functions are scalar functions that may be used to prove the stability of an equilibrium of an ODE. Named after the Russian mathematician Aleksandr Mikhailovich Lyapunov, Lyapunov functions (also called the Lyapunov’s second method for stability) are important to stability theory of dynamical systems and control theory. A similar concept appears in the theory of general state space Markov chains, usually under the name Foster–Lyapunov functions.

Contents

For certain classes of ODEs, the existence of Lyapunov functions is a necessary and sufficient condition for stability. Whereas there is no general technique for constructing Lyapunov functions for ODEs, in many specific cases, the construction of Lyapunov functions is known. For instance, quadratic functions suffice for systems with one state; the solution of a particular linear matrix inequality provides Lyapunov functions for linear systems; and conservation laws can often be used to construct Lyapunov functions for physical systems.

Definition of a Lyapunov function

A Lyapunov function for an autonomous dynamical system

g : R n R n y ˙ = g ( y )

with an equilibrium point at y = 0 is a scalar function V : R n R that is continuous, has continuous derivatives, is locally positive-definite, and for which V g is also locally positive definite. The condition that V g is locally positive definite is sometimes stated as V g is locally negative definite.

Further discussion of the terms arising in the definition

Lyapunov functions arise in the study of equilibrium points of dynamical systems. In R n , an arbitrary autonomous dynamical system can be written as

y ˙ = g ( y )

for some smooth g : R n R n .

An equilibrium point is a point y such that g ( y ) = 0 . Given an equilibrium point, y , there always exists a coordinate transformation x = y y , such that:

x ˙ = y ˙ = g ( y ) = g ( x + y ) = f ( x ) f ( 0 ) = 0.

Thus, in studying equilibrium points, it is sufficient to assume the equilibrium point occurs at 0 .

By the chain rule, for any function, H : R n R , the time derivative of the function evaluated along a solution of the dynamical system is

H ˙ = d d t H ( x ( t ) ) = H x d x d t = H x ˙ = H g ( x ) .

A function H is defined to be locally positive-definite function if

H ( 0 ) = 0 H ( x ) > 0 x B { 0 } .

Let

x = 0

be an equilibrium of the autonomous system

x ˙ = f ( x ) .

and use the notation V ˙ ( x ) to denote

V ˙ ( x ) = d d t V ( x ( t ) ) = V x d x d t = V x ˙ = V f ( x )

which is the time derivative of the Lyapunov-candidate-function V .

Locally asymptotically stable equilibrium

If V is a Lyapunov function, then the equilibrium is Lyapunov stable.

The converse is also true, and was proved by J. L. Massera.

Stable equilibrium

If the Lyapunov-candidate-function V is locally positive definite and the time derivative of the Lyapunov-candidate-function is locally negative semidefinite:

V ˙ ( x ) < 0 x B { 0 }

for some neighborhood B of 0 , then the equilibrium is proven to be locally asymptotically stable.

Globally asymptotically stable equilibrium

If the Lyapunov-candidate-function V is globally positive definite, radially unbounded and the time derivative of the Lyapunov-candidate-function is globally negative definite:

V ˙ ( x ) < 0 x R n { 0 } ,

then the equilibrium is proven to be globally asymptotically stable.

The Lyapunov-candidate function V ( x ) is radially unbounded if

x V ( x ) .

(This is also referred to as norm-coercivity.)

Example

Consider the following differential equation with solution x on R :

x ˙ = x .

Considering that x 2 is always positive around the origin it is a natural candidate to be a Lyapunov function to help us study x . So let V ( x ) = x 2 on R . Then,

V ˙ ( x ) = V ( x ) f ( x ) = 2 x ( x ) = 2 x 2 < 0.

This correctly shows that the above differential equation, x , is asymptotically stable about the origin. Note that using the same Lyapunov candidate one can show that the equilibrium is also globally asymptotically stable.

References

Lyapunov function Wikipedia