Suvarna Garge (Editor)

Lyapunov stability

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

Various types of stability may be discussed for the solutions of differential equations or difference equations describing dynamical systems. The most important type is that concerning the stability of solutions near to a point of equilibrium. This may be discussed by the theory of Lyapunov. In simple terms, if the solutions that start out near an equilibrium point x e stay near x e forever, then x e is Lyapunov stable. More strongly, if x e is Lyapunov stable and all solutions that start out near x e converge to x e , then x e is asymptotically stable. The notion of exponential stability guarantees a minimal rate of decay, i.e., an estimate of how quickly the solutions converge. The idea of Lyapunov stability can be extended to infinite-dimensional manifolds, where it is known as structural stability, which concerns the behavior of different but "nearby" solutions to differential equations. Input-to-state stability (ISS) applies Lyapunov notions to systems with inputs.

Contents

History

Lyapunov stability is named after Aleksandr Lyapunov, a Russian mathematician who published his book The General Problem of Stability of Motion in 1892. Lyapunov was the first to consider the modifications necessary in nonlinear systems to the linear theory of stability based on linearizing near a point of equilibrium. His work, initially published in Russian and then translated to French, received little attention for many years. Interest in it started suddenly during the Cold War period when the so-called "Second Method of Lyapunov" (see below) was found to be applicable to the stability of aerospace guidance systems which typically contain strong nonlinearities not treatable by other methods. A large number of publications appeared then and since in the control and systems literature. More recently the concept of the Lyapunov exponent (related to Lyapunov's First Method of discussing stability) has received wide interest in connection with chaos theory. Lyapunov stability methods have also been applied to finding equilibrium solutions in traffic assignment problems.

Definition for continuous-time systems

Consider an autonomous nonlinear dynamical system

x ˙ = f ( x ( t ) ) , x ( 0 ) = x 0 ,

where x ( t ) D R n denotes the system state vector, D an open set containing the origin, and f : D R n continuous on D . Suppose f has an equilibrium at x e so that f ( x e ) = 0 then

  1. This equilibrium is said to be Lyapunov stable, if, for every ϵ > 0 , there exists a δ > 0 such that, if x ( 0 ) x e < δ , then for every t 0 we have x ( t ) x e < ϵ .
  2. The equilibrium of the above system is said to be asymptotically stable if it is Lyapunov stable and there exists δ > 0 such that if x ( 0 ) x e < δ , then lim t x ( t ) x e = 0 .
  3. The equilibrium of the above system is said to be exponentially stable if it is asymptotically stable and there exist α > 0 , β > 0 , δ > 0 such that if x ( 0 ) x e < δ , then x ( t ) x e α x ( 0 ) x e e β t , for all t 0 .

Conceptually, the meanings of the above terms are the following:

  1. Lyapunov stability of an equilibrium means that solutions starting "close enough" to the equilibrium (within a distance δ from it) remain "close enough" forever (within a distance ϵ from it). Note that this must be true for any ϵ that one may want to choose.
  2. Asymptotic stability means that solutions that start close enough not only remain close enough but also eventually converge to the equilibrium.
  3. Exponential stability means that solutions not only converge, but in fact converge faster than or at least as fast as a particular known rate α x ( 0 ) x e e β t .

The trajectory x is (locally) attractive if

y ( t ) x ( t ) 0

(where y(t) denotes the system output) for t for all trajectories that start close enough, and globally attractive if this property holds for all trajectories.

That is, if x belongs to the interior of its stable manifold, it is asymptotically stable if it is both attractive and stable. (There are examples showing that attractivity does not imply asymptotic stability. Such examples are easy to create using homoclinic connections.)

If the Jacobian of the dynamical system at an equilibrium happens to be a stability matrix (i.e., if the real part of each eigenvalue is strictly negative), then the equilibrium is asymptotically stable.

Lyapunov's second method for stability

Lyapunov, in his original 1892 work, proposed two methods for demonstrating stability. The first method developed the solution in a series which was then proved convergent within limits. The second method, which is now referred to as the Lyapunov stability criterion, makes use of a Lyapunov function V(x) which has an analogy to the potential function of classical dynamics. It is introduced as follows for a system x ˙ = f ( x ) having a point of equilibrium at x=0. Consider a function V ( x ) : R n R such that

  • V ( x ) = 0 if and only if x = 0
  • V ( x ) > 0 if and only if x 0
  • V ˙ ( x ) = d d t V ( x ) = i = 1 n V x i f i ( x ) 0 for all values of x 0 (negative semidefinite). Note: for asymptotic stability, V ˙ ( x ) < 0 for x 0 is required (negative definite).
  • Then V(x) is called a Lyapunov function candidate and the system is stable in the sense of Lyapunov (Note that V ( 0 ) = 0 is required; otherwise for example V ( x ) = 1 / ( 1 + | x | ) would "prove" that x ˙ ( t ) = x is locally stable). An additional condition called "properness" or "radial unboundedness" is required in order to conclude global stability. Global asymptotic stability (GAS) follows similarly.

    It is easier to visualize this method of analysis by thinking of a physical system (e.g. vibrating spring and mass) and considering the energy of such a system. If the system loses energy over time and the energy is never restored then eventually the system must grind to a stop and reach some final resting state. This final state is called the attractor. However, finding a function that gives the precise energy of a physical system can be difficult, and for abstract mathematical systems, economic systems or biological systems, the concept of energy may not be applicable.

    Lyapunov's realization was that stability can be proven without requiring knowledge of the true physical energy, provided a Lyapunov function can be found to satisfy the above constraints.

    Definition for discrete-time systems

    The definition for discrete-time systems is almost identical to that for continuous-time systems. The definition below provides this, using an alternate language commonly used in more mathematical texts.

    Let (X, d) be a metric space and f : XX a continuous function. A point x in X is said to be Lyapunov stable, if,

    ϵ > 0   δ > 0   y X   [ d ( x , y ) < δ n N   d ( f n ( x ) , f n ( y ) ) < ϵ ] .

    We say that x is asymptotically stable if it belongs to the interior of its stable set, i.e. if,

    δ > 0 [ d ( x , y ) < δ lim n d ( f n ( x ) , f n ( y ) ) = 0 ] .

    Stability for linear state space models

    A linear state space model

    x ˙ = A x ,

    where A is a finite matrix, is asymptotically stable (in fact, exponentially stable) if all real parts of the eigenvalues of A are negative. This condition is equivalent to the following one:

    A T M + M A

    is negative definite for some positive definite matrix M = M T . (The relevant Lyapunov function is V ( x ) = x T M x .)

    Correspondingly, a time-discrete linear state space model

    x t + 1 = A x t

    is asymptotically stable (in fact, exponentially stable) if all the eigenvalues of A have a modulus smaller than one.

    This latter condition has been generalized to switched systems: a linear switched discrete time system (ruled by a set of matrices { A 1 , , A m } )

    x t + 1 = A i t x t , A i t { A 1 , , A m }

    is asymptotically stable (in fact, exponentially stable) if the joint spectral radius of the set { A 1 , , A m } is smaller than one.

    Stability for systems with inputs

    A system with inputs (or controls) has the form

    x ˙ = f(x,u)

    where the (generally time-dependent) input u(t) may be viewed as a control, external input, stimulus, disturbance, or forcing function. The study of such systems is the subject of control theory and applied in control engineering. For systems with inputs, one must quantify the effect of inputs on the stability of the system. The main two approaches to this analysis are BIBO stability (for linear systems) and input-to-state (ISS) stability (for nonlinear systems)

    Example

    Consider an equation where, compared to the Van der Pol oscillator equation, the friction term is changed:

    y ¨ + y ε ( y ˙ 3 3 y ˙ ) = 0.

    The equilibrium is at : y ¨ = y = 0.

    Here is a good example of an unsuccessful try to find a Lyapunov function that proves stability:

    Let

    x 1 = y , x 2 = y ˙

    so that the corresponding system is

    x ˙ 1 = x 2 , x ˙ 2 = x 1 + ε ( x 2 3 3 x 2 ) .

    Let us choose as a Lyapunov function

    V = 1 2 ( x 1 2 + x 2 2 )

    which is clearly positive definite. Its derivative is

    V ˙ = x 1 x ˙ 1 + x 2 x ˙ 2 = x 1 x 2 x 1 x 2 + ε x 2 4 3 ε x 2 2 = ε x 2 4 3 ε x 2 2 .

    It seems that if the parameter ε is positive, stability is asymptotic for x 2 2 < 3. But this is wrong, since V ˙ does not depend on x 1 , and will be 0 everywhere on the x 1 axis. The system is Lyapunov stable.

    Barbalat's lemma and stability of time-varying systems

    Assume that f is function of time only.

  • Having f ˙ ( t ) 0 does not imply that f ( t ) has a limit at t . For example, f ( t ) = sin ( ln ( t ) ) , t > 0 .
  • Having f ( t ) approaching a limit as t does not imply that f ˙ ( t ) 0 . For example, f ( t ) = sin ( t 2 ) / t , t > 0 .
  • Having f ( t ) lower bounded and decreasing ( f ˙ 0 ) implies it converges to a limit. But it does not say whether or not f ˙ 0 as t .
  • Barbalat's lemma says:

    If f ( t ) has a finite limit as t and if f ˙ is uniformly continuous (or f ¨ is bounded), then f ˙ ( t ) 0 as t .

    Usually, it is difficult to analyze the asymptotic stability of time-varying systems because it is very difficult to find Lyapunov functions with a negative definite derivative.

    We know that in case of autonomous (time-invariant) systems, if V ˙ is negative semi-definite (NSD), then also, it is possible to know the asymptotic behaviour by invoking invariant-set theorems. However, this flexibility is not available for time-varying systems. This is where "Barbalat's lemma" comes into picture. It says:

    IF V ( x , t ) satisfies following conditions:
    1. V ( x , t ) is lower bounded
    2. V ˙ ( x , t ) is negative semi-definite (NSD)
    3. V ˙ ( x , t ) is uniformly continuous in time (satisfied if V ¨ is finite)
    then V ˙ ( x , t ) 0 as t .

    The following example is taken from page 125 of Slotine and Li's book Applied Nonlinear Control.

    Consider a non-autonomous system

    e ˙ = e + g w ( t ) g ˙ = e w ( t ) .

    This is non-autonomous because the input w is a function of time. Assume that the input w ( t ) is bounded.

    Taking V = e 2 + g 2 gives V ˙ = 2 e 2 0.

    This says that V ( t ) <= V ( 0 ) by first two conditions and hence e and g are bounded. But it does not say anything about the convergence of e to zero. Moreover, the invariant set theorem cannot be applied, because the dynamics is non-autonomous.

    Using Barbalat's lemma:

    V ¨ = 4 e ( e + g w ) .

    This is bounded because e , g and w are bounded. This implies V ˙ 0 as t and hence e 0 . This proves that the error converges whereas g only remains bounded.

    References

    Lyapunov stability Wikipedia