Neha Patil (Editor)

Lyapunov vector

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


In applied mathematics and dynamical system theory, Lyapunov vectors, named after Aleksandr Lyapunov, describe characteristic expanding and contracting directions of a dynamical system. They have been used in predictability analysis and as initial perturbations for ensemble forecasting in numerical weather prediction. In modern practice they are often replaced by bred vectors for this purpose.

Contents

Mathematical description

Lyapunov vectors are defined along the trajectories of a dynamical system. If the system can be described by a d-dimensional state vector x R d the Lyapunov vectors v ( k ) ( x ) , ( k = 1 d ) point in the directions in which an infinitesimal perturbation will grow asymptotically, exponentially at an average rate given by the Lyapunov exponents λ k .

  • When expanded in terms of Lyapunov vectors a perturbation asymptotically aligns with the Lyapunov vector in that expansion corresponding to the largest Lyapunov exponent as this direction outgrows all others. Therefore almost all perturbations align asymptotically with the Lyapunov vector corresponding to the largest Lyapunov exponent in the system.
  • In some cases Lyapunov vectors may not exist.
  • Lyapunov vectors are not necessarily orthogonal.
  • Lyapunov vectors are not identical with the local principal expanding and contracting directions, i.e. the eigenvectors of the Jacobian. While the latter require only local knowledge of the system, the Lyapunov vectors are influenced by all Jacobians along a trajectory.
  • The Lyapunov vectors for a periodic orbit are the Floquet vectors of this orbit.
  • Numerical method

    If the dynamical system is differentiable and the Lyapunov vectors exist, they can be found by forward and backward iterations of the linearized system along a trajectory. Let x n + 1 = M t n t n + 1 ( x n ) map the system with state vector x n at time t n to the state x n + 1 at time t n + 1 . The linearization of this map, i.e. the Jacobian matrix   J n describes the change of an infinitesimal perturbation h n . That is

    M t n t n + 1 ( x n + h n ) M t n t n + 1 ( x n ) + J n h n = x n + 1 + h n + 1


    Starting with an identity matrix Q 0 = I   the iterations

    Q n + 1 R n + 1 = J n Q n


    where Q n + 1 R n + 1 is given by the Gram-Schmidt QR decomposition of J n Q n , will asymptotically converge to matrices that depend only on the points x n of a trajectory but not on the initial choice of Q 0 . The rows of the orthogonal matrices Q n define a local orthogonal reference frame at each point and the first k rows span the same space as the Lyapunov vectors corresponding to the k largest Lyapunov exponents. The upper triangular matrices R n describe the change of an infinitesimal perturbation from one local orthogonal frame to the next. The diagonal entries r k k ( n ) of R n are local growth factors in the directions of the Lyapunov vectors. The Lyapunov exponents are given by the average growth rates

    λ k = lim m 1 t n + m t n l = 1 m log r k k ( n + l )


    and by virtue of stretching, rotating and Gram-Schmidt orthogonalization the Lyapunov exponents are ordered as λ 1 λ 2 λ d . When iterated forward in time a random vector contained in the space spanned by the first k columns of Q n will almost surely asymptotically grow with the largest Lyapunov exponent and align with the corresponding Lyapunov vector. In particular, the first column of Q n will point in the direction of the Lyapunov vector with the largest Lyapunov exponent if n is large enough. When iterated backward in time a random vector contained in the space spanned by the first k columns of Q n + m will almost surely, asymptotically align with the Lyapunov vector corresponding to the k th largest Lyapunov exponent, if n and m are sufficiently large. Defining c n = Q n T h n we find c n 1 = R n 1 c n . Choosing the first k entries of c n + m randomly and the other entries zero, and iterating this vector back in time, the vector Q n c n aligns almost surely with the Lyapunov vector v ( k ) ( x n ) corresponding to the k th largest Lyapunov exponent if m and n are sufficiently large. Since the iterations will exponentially blow up or shrink a vector it can be re-normalized at any iteration point without changing the direction.

    References

    Lyapunov vector Wikipedia