Description

This is a special case of the System of linear ODEs, where the matrix and the additive coefficient is constant. This allows us to solve these objects by leveraging the theory of eigenvalues and eigenvectors.

Definition

A differential equation with a matrix and a vector is called a system of autonomous linear ODEs. If vanishes then the system is called homogenous. Otherwise it is called nonhomogenous.

Properties

This class of equation borrows all properties of the System of linear ODEs, including the fact that the solutions form a vector space.

Phase portraits

These ODEs are quite simple, so the Phase portrait of can be classified. This is done by doing the following:

  1. If the matrix is invertible, then is the only constant solution
  2. All real eigenvectors with real eigenvalues give the ray-like solution . This is expanding for positive and contracting for negative.
  3. All imaginary eigenvalues becomes a (possibly elliptic) rotation, evident by the and in the solution
  4. All complex eigenvalues become expansion/contraction combined with a rotation
  5. All other solutions are linear combinations of the first and fill in the blanks.

The possibilities can be seen here

Stability from Eigenvalues

The solutions of are

  1. stable if the matrix is diagonalisable and all Eigenvalues have non-positive real part
  2. asymptotically stable if all eigenvalues have negative real part

Examples

Solutions of system of homogenous linear equations with constant diagonalisable matrix

Let . For any Eigenvektor and Eigenwert we get a solution as can be checked by hand If is diagonalisable then we already have -solutions spanning the whole space. The give us the Fundamental system (ODE).

Solutions of system of homogenous linear equation with constant non-diagnonalisable matrix

Let . We do the following steps:

  1. Calculate the Eigenwerte of
  2. For each eigenvalue calculate the Generalised eigenvectors
  3. For each Eigenvalue the functions: are linearly independent. The whole set will give us the Fundamental system (ODE).

The solution above can simply be formalised by the Matrixexponential .

Solutions of system of homogenous linear equations with complex eigenvalues (my way)

The method proposed in the book is stupid. Just calculate the eigenvalues and eigenvectors normally. It will be weird, since they are complex but when calculating everything should cancel out and we’ll be left with real function. (since the exponential is a power series of real matrices) To calculate the solution for a given starting point. Multiply with that point.