Linear dynamical system

From HandWiki
Short description: Type of mathematical system


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 [math]\displaystyle{ N }[/math]-dimensional vector denoted [math]\displaystyle{ \mathbf{x} }[/math]) equals a constant matrix (denoted [math]\displaystyle{ \mathbf{A} }[/math]) multiplied by [math]\displaystyle{ \mathbf{x} }[/math]. This variation can take two forms: either as a flow, in which [math]\displaystyle{ \mathbf{x} }[/math] varies continuously with time

[math]\displaystyle{ \frac{d}{dt} \mathbf{x}(t) = \mathbf{A} \mathbf{x}(t) }[/math]

or as a mapping, in which [math]\displaystyle{ \mathbf{x} }[/math] varies in discrete steps

[math]\displaystyle{ \mathbf{x}_{m+1} = \mathbf{A} \mathbf{x}_{m} }[/math]

These equations are linear in the following sense: if [math]\displaystyle{ \mathbf{x}(t) }[/math] and [math]\displaystyle{ \mathbf{y}(t) }[/math] are two valid solutions, then so is any linear combination of the two solutions, e.g., [math]\displaystyle{ \mathbf{z}(t) \ \stackrel{\mathrm{def}}{=}\ \alpha \mathbf{x}(t) + \beta \mathbf{y}(t) }[/math] where [math]\displaystyle{ \alpha }[/math] and [math]\displaystyle{ \beta }[/math] are any two scalars. The matrix [math]\displaystyle{ \mathbf{A} }[/math] 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 [math]\displaystyle{ \mathbf{x}_{0} \ \stackrel{\mathrm{def}}{=}\ \mathbf{x}(t=0) }[/math] is aligned with a right eigenvector [math]\displaystyle{ \mathbf{r}_{k} }[/math] of the matrix [math]\displaystyle{ \mathbf{A} }[/math], the dynamics are simple

[math]\displaystyle{ \frac{d}{dt} \mathbf{x}(t) = \mathbf{A} \mathbf{r}_{k} = \lambda_{k} \mathbf{r}_{k} }[/math]

where [math]\displaystyle{ \lambda_{k} }[/math] is the corresponding eigenvalue; the solution of this equation is

[math]\displaystyle{ \mathbf{x}(t) = \mathbf{r}_{k} e^{\lambda_{k} t} }[/math]

as may be confirmed by substitution.

If [math]\displaystyle{ \mathbf{A} }[/math] is diagonalizable, then any vector in an [math]\displaystyle{ N }[/math]-dimensional space can be represented by a linear combination of the right and left eigenvectors (denoted [math]\displaystyle{ \mathbf{l}_{k} }[/math]) of the matrix [math]\displaystyle{ \mathbf{A} }[/math].

[math]\displaystyle{ \mathbf{x}_{0} = \sum_{k=1}^{N} \left( \mathbf{l}_{k} \cdot \mathbf{x}_{0} \right) \mathbf{r}_{k} }[/math]

Therefore, the general solution for [math]\displaystyle{ \mathbf{x}(t) }[/math] is a linear combination of the individual solutions for the right eigenvectors

[math]\displaystyle{ \mathbf{x}(t) = \sum_{k=1}^{n} \left( \mathbf{l}_{k} \cdot \mathbf{x}_{0} \right) \mathbf{r}_{k} e^{\lambda_{k} t} }[/math]

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, [math]\displaystyle{ \lambda_n }[/math], to each other may be used to determine the stability of the dynamical system

[math]\displaystyle{ \frac{d}{dt} \mathbf{x}(t) = \mathbf{A} \mathbf{x}(t). }[/math]

For a 2-dimensional system, the characteristic polynomial is of the form [math]\displaystyle{ \lambda^2-\tau\lambda+\Delta=0 }[/math] where [math]\displaystyle{ \tau }[/math] is the trace and [math]\displaystyle{ \Delta }[/math] is the determinant of A. Thus the two roots are in the form:

[math]\displaystyle{ \lambda_1=\frac{\tau+\sqrt{\tau^2-4\Delta}}{2} }[/math]
[math]\displaystyle{ \lambda_2=\frac{\tau-\sqrt{\tau^2-4\Delta}}{2} }[/math],

and [math]\displaystyle{ \Delta=\lambda_1\lambda_2 }[/math] and [math]\displaystyle{ \tau=\lambda_1+\lambda_2 }[/math]. Thus if [math]\displaystyle{ \Delta\lt 0 }[/math] then the eigenvalues are of opposite sign, and the fixed point is a saddle. If [math]\displaystyle{ \Delta\gt 0 }[/math] then the eigenvalues are of the same sign. Therefore, if [math]\displaystyle{ \tau\gt 0 }[/math] both are positive and the point is unstable, and if [math]\displaystyle{ \tau\lt 0 }[/math] 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