Linear dynamical system

From testwiki
Jump to navigation Jump to search

Template:Short description Template:Unreferenced

Linear dynamical systems are dynamical systems whose evolution functions are linear. While dynamical systems, in general, do not have closed-form solutions, linear dynamical systems can be solved exactly, and they have a rich set of mathematical properties. Linear systems can also be used to understand the qualitative behavior of general dynamical systems, by calculating the equilibrium points of the system and approximating it as a linear system around each such point.

Introduction

In a linear dynamical system, the variation of a state vector (an N-dimensional vector denoted 𝐱) equals a constant matrix (denoted 𝐀) multiplied by 𝐱. This variation can take two forms: either as a flow, in which 𝐱 varies continuously with time

ddt𝐱(t)=𝐀𝐱(t)

or as a mapping, in which 𝐱 varies in discrete steps

𝐱m+1=𝐀𝐱m

These equations are linear in the following sense: if 𝐱(t) and 𝐲(t) are two valid solutions, then so is any linear combination of the two solutions, e.g., 𝐳(t) =def α𝐱(t)+β𝐲(t) where α and β are any two scalars. The matrix 𝐀 need not be symmetric.

Linear dynamical systems can be solved exactly, in contrast to most nonlinear ones. Occasionally, a nonlinear system can be solved exactly by a change of variables to a linear system. Moreover, the solutions of (almost) any nonlinear system can be well-approximated by an equivalent linear system near its fixed points. Hence, understanding linear systems and their solutions is a crucial first step to understanding the more complex nonlinear systems.

Solution of linear dynamical systems

If the initial vector 𝐱0 =def π±(t=0) is aligned with a right eigenvector 𝐫k of the matrix 𝐀, the dynamics are simple

ddt𝐱(t)=𝐀𝐫k=λk𝐫k

where λk is the corresponding eigenvalue; the solution of this equation is

𝐱(t)=𝐫keλkt

as may be confirmed by substitution.

If 𝐀 is diagonalizable, then any vector in an N-dimensional space can be represented by a linear combination of the right and left eigenvectors (denoted π₯k) of the matrix 𝐀.

𝐱0=k=1N(π₯k𝐱0)𝐫k

Therefore, the general solution for 𝐱(t) is a linear combination of the individual solutions for the right eigenvectors

𝐱(t)=k=1n(π₯k𝐱0)𝐫keλkt

Similar considerations apply to the discrete mappings.

Classification in two dimensions

Linear approximation of a nonlinear system: classification of 2D fixed point according to the trace and the determinant of the Jacobian matrix (the linearization of the system near an equilibrium point).

The roots of the characteristic polynomial det(A - λI) are the eigenvalues of A. The sign and relation of these roots, λn, to each other may be used to determine the stability of the dynamical system

ddt𝐱(t)=𝐀𝐱(t).

For a 2-dimensional system, the characteristic polynomial is of the form λ2τλ+Δ=0 where τ is the trace and Δ is the determinant of A. Thus the two roots are in the form:

λ1=τ+τ24Δ2
λ2=ττ24Δ2,

and Δ=λ1λ2 and τ=λ1+λ2. Thus if Δ<0 then the eigenvalues are of opposite sign, and the fixed point is a saddle. If Δ>0 then the eigenvalues are of the same sign. Therefore, if τ>0 both are positive and the point is unstable, and if τ<0 then both are negative and the point is stable. The discriminant will tell you if the point is nodal or spiral (i.e. if the eigenvalues are real or complex).


See also

Template:Authority control