ODE's homogeneous systems with constant coefficients

A linear system of differential equations is an ODE (ordinary differential equation) of the type: x(t)=A(t)x+b(t) Where, A(t) is a matrix, n×n, of functions of the variable t, b(t) is a dimension n vector of functions of the variable t, and x is a vector of dimension n that is the function that we want to find.

Example

An example of system of linear ODE would be: (xy)=(0lntet3cost)(xy)+(et3et)

A linear system of dimension n has n linearly independent solutions and solving the system means finding all of them. Any solution is a linear combination of these n solutions. Therefore, given a vector of initial conditions (n), we will determine the n constants and will find the exact solution.

When we solve a linear system we will place the n vectors that are the solution (linearly independent) in the columns of a matrix, the so-called fundamental matrix of the system (n×n). Therefore, solving the system is to find the fundamental matrix. By multiplying this matrix by a vector of arbitrary constants we will have the general solution.

An important property of the fundamental matrices is that if we multiply a fundamental matrix by a constant matrix with a determinant different from zero, the result is another fundamental matrix (it is important that the constant matrix multiplies from the right, if not this is not true).

There are no explicit methods to solve these types of equations, (only in dimension 1). Nevertheless, there are some particular cases that we will be able to solve: Homogeneous systems of ode's with constant coefficients, Non homogeneous systems of linear ode's with constant coefficients, and Triangular systems of differential equations.

In this unit we are going to explain the Homogeneous systems of ode's with constant coefficients.

Let's consider the problem: x(t)=Ax(t). Then the fundamental matrix is: ϕ(t)=etA. To do the calculation of raising e to a matrix A it is useful to have this matrix in Jordan's form.

Therefore, first of all let's calculate the Jordan form of the matrix A. We have A=SJS1, where J is the reduced Jordan form of the matrix A and S is the basis change.

Then it is satisfied that eA=eSJS1=SeJS1. Also, bearing in mind that S1 is a constant matrix with determinant other than zero, if ϕ(t)=etA=SetJS1 is a fundamental matrix, then ϕ(t)=SetJ is also a fundamental matrix.

Now we will tell how the exponential of a matrix is calculated in Jordan's form.

We will explain up to dimension three:

  • If J is a diagonal matrix. Then etJ=(eλ1t00eλ2t),etJ=(eλ1t000eλ2t000eλ3t)for the cases of dimension 2 and 3, where λ are the eigenvalues of the matrix. Namely the exponential of a diagonal matrix is the diagonal matrix with the exponential of the eigenvalues in the diagonal.

  • If J is a matrix of the type:J=(λ01λ)thenetJ=(eλt0teλteλt)

  • If J is a matrix of the type: J=(λ1000λ2001λ3) thenetJ=(eλ1t000eλ2t00teλ2teλ3t)

  • If J is a matrix of the type : J=(λ001λ001λ)thenetJ=(eλt00teλteλt0t22eλtteλteλt)Therefore, we see that the solution is: x(t)=ϕ(t)C=SetJC, where C is a vector of constants to be determined with the initial conditions. If we have x(t0)=x0, vector of initial conditions, then C=ϕ(t0)1x0 and we have the complete solution (Problem of Initial Value).

Let's see more clearly with an example.

Example

Let's consider the system: (xy)=(0112)(xy) The matrixes have constant coefficients, therefore, as we already said, ϕ(t)=etA is a fundamental matrix.

To calculate the exponential of a matrix we will calculate its Jordan matrix.

Let's then calculate the eigenvalues of the matrix: |λ112λ|=λ(2λ)+1=0λ22λ+1=0⇒={λ1=1λ2=1 So we have one eigenvalue of multiplicity 2.

To know if we can diagonalize the matrix we must calculate the rank of the matrix (AλId)=(1111) which is clearly 1.

As the arithmetical and geometrical multiplicities do not coincide, the matrix cannot be diagonalized.

Therefore the Jordan form of the matrix will be: J=(1011) Let's look now for a base of eigenvectors of the matrix.

We choose v2Ker(AλId) and v1Ker((AλId)2),v1Ker(AλId).

Let's then write the matrixes: AλId=(1111),(AλId)2=(0000)

Therefore choosing v1=(0,1), it is clear that v1Ker((AλId)2),v1Ker(AλId).

As v2 we take v2=(1,1) because (1111)(11)=(00) and therefore v2Ker(AλId).

Thus, the change of basis matrix is: S=(=0111)As we said, the exponential in the Jordan form is: etJ=(et0tetet)

Therefore the fundamental matrix will be: ϕ(t)=SetJ=(0111)(et0tetet)=(tetetet+tetet)=et(t0t+11)

If, for example, we are asked for the solution that satisfies the initial condition: (x(0)y(0))=(22) the solution is: (x(t)y(t))=ϕ(t)ϕ(t0)1(x(0)y(0))=et(t0t+11)(1110)(22)= =et(t0t+11)(02)=et(22)=(2et2et)