Lyapunov function

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

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 are important to stability theory and control theory. A similar concept appears in the theory of general state space Markov Chains, usually under the name Foster-Lyapunov functions.

For many 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.

Informally, a Lyapunov function is a function that takes positive values everywhere except at any stasis in question, and decreases (or is non-increasing) along every trajectory of the ODE. The principal merit of Lyapunov function-based stability analysis of ODEs is that the actual solution (whether analytical or numerical) of the ODE is not required.

Definition of a Lyapunov candidate function

Let

V:\mathbb{R}^n \to \mathbb{R}

be a continuous scalar function.
V is a Lyapunov-candidate-function if it is a locally positive-definite function, i.e.

V(0) = 0 \,
V(x) > 0 \quad \forall x \in U\setminus\{0\}

with U being a neighborhood region around x = 0.

Definition of the equilibrium point of a system

Let

g : \mathbb{R}^n \to \mathbb{R}^n
\dot{y} = g(y) \,

be an arbitrary autonomous dynamical system with equilibrium point y^* \,:

0 = g(y^*). \,

There always exists a coordinate transformation x = y - y^* \,, such that:

\dot{x} = \dot{y} = g(y) = g(x + y^*) = f(x) \,
 f(0) = 0. \,

So the new system f(x) has an equilibrium point at the origin.

Basic Lyapunov theorems for autonomous systems

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Let

x^* = 0 \,

be an equilibrium of the autonomous system

\dot{x} = f(x). \,

And let

\dot{V}(x) = \frac{d}{dt} V(x(t)) = \frac{\partial V}{\partial x}\cdot \frac{dx}{dt} = \nabla V \cdot \dot{x} = \nabla V\cdot f(x)

be the time derivative of the Lyapunov-candidate-function V.

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:

\dot{V}(x) \leq 0 \quad \forall x \in \mathcal{B}\setminus\{0\}

for some neighborhood \mathcal{B} of 0, then the equilibrium is proven to be stable.

Locally asymptotically stable equilibrium

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

\dot{V}(x) < 0 \quad \forall x \in \mathcal{B}\setminus\{0\}

for some neighborhood \mathcal{B} of 0, then the equilibrium is proven to be locally asymptotically stable. The converse is also true, and was proved by J. L. Massera

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:

\dot{V}(x) < 0 \quad \forall x \in \mathbb{R}^n\setminus\{0\},

then the equilibrium is proven to be globally asymptotically stable.

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

\| x \| \to \infty  \Rightarrow V(x) \to \infty.

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

Example

Consider the following differential equation with solution x on \mathbb{R}:

\dot x = -x.

Considering that |x| 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| on \mathbb{R}\setminus\{0\}. Then,

\dot V(x) = V'(x) f(x) = \mathrm{sgn}(x)\cdot (-x) = -|x|<0.

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

See also

References

External links