Section 5.4. Solve a system of homogeneous differential equations using the coefficient matrix

Objective:

1. Solve a system of homogeneous differential equations using the coefficient matrix with distinct real eigenvalue

2. Understand connection between the phase plan and the solution

We are using what we learn from the matrix theory to solve a system of differential equation. Recall that [latex]y'=ay[/latex] is a first order differential equation. If [latex]a[/latex] is not zero then [latex]y=e^{at}[/latex] is a solution of the differential equation. The only equilibrium solution of [latex]y'=ay=0[/latex] is when [latex]y=0[/latex]. When [latex]a>0[/latex], then [latex]y=0[/latex] is an unstable solution, and when [latex]a<0[/latex], then [latex]y=0[/latex] is a stable solution. We are using the same principal for a system of equation \[\begin{align*} x_{1}’ & =a_{11}x_{1}+a_{12}x_{2}\\ x_{2}’ & =a_{21}x_{1}+a_{22}x_{2} \end{align*}\]  which could be rewrite as  

\[\left[\begin{array}{c} x_{1}’\\ x_{2}’ \end{array}\right]=\left[\begin{array}{cc} a_{11} & a_{12}\\ a_{21} & a_{22} \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right]=A\overrightarrow{x}. \]

We assume [latex]A[/latex] is nonsingular, i.e. [latex]\text{det}A\neq0[/latex], hence the only equilibrium solution is [latex]\overrightarrow{x}=\overrightarrow{0}[/latex]. We now have to determining if [latex]\overrightarrow{x}=0[/latex] is a stable solution or unstable solution. We can visualize the solution trajectories using the direction field, called phase plane. How do we find the solution like [latex]y=e^{at}?[/latex] The answer is eigenvalues and the eigenvectors. 

 

 

 

 

 

Example 1: Given [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} 5 & -1\\ 3 & 1 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right]=A\overrightarrow{x}[/latex], find the general solution of the system of equations. Sketch its phase plane.

 

 

 

Exercise 1: Given [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} 4 & 1\\ -2 & 1 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right]=A\overrightarrow{x}[/latex], find the general solution of the system of equations. Sketch its phase plane.

 

 

 

Example 2: Given [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} 3 & -1\\ 5 & -3 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right]=A\overrightarrow{x}[/latex], find the general solution of the system of equations. Sketch its phase plane.

 

 

 

Exercise 2: Given [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} -2 & 1\\ -5 & 4 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right]=A\overrightarrow{x}[/latex], find the general solution of the system of equations. Sketch its phase plane.

 

 

 

Example 3: Given [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} -2 & 5\\ 0 & -1 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right]=A\overrightarrow{x}[/latex], find the general solution of the system of equations. Sketch its phase plane.

 

 

 

Exercise 3: Given [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} -3 & 2\\ 0 & -4 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right]=A\overrightarrow{x}[/latex], find the general solution of the system of equations. Sketch its phase plane.

 

 

 

Example 4: Given [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} 2 & 5\\ 1 & -2 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right]=A\overrightarrow{x}[/latex], find the general solution of the system of equations. Sketch its phase plane.

 

 

 

Exercise 4: Given [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} 1 & 3\\ 4 & 5 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right]=A\overrightarrow{x}[/latex], find the general solution of the system of equations. Sketch its phase plane.

 

 

 

Group Work: 

1. Solve the initial value problem and describe the behavior of the solution as [latex]t[/latex] approaches infinity.

(a) [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} 2 & 5\\ 1 & -2 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right],[/latex] [latex]\left[\begin{array}{c} x_{1}(0)\\ x_{2}(0) \end{array}\right]=\left[\begin{array}{c} 2\\ -1 \end{array}\right][/latex]. 

(b) [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} 5 & -1\\ 3 & 1 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right],[/latex] [latex]\left[\begin{array}{c} x_{1}(0)\\ x_{2}(0) \end{array}\right]=\left[\begin{array}{c} 1\\ 0 \end{array}\right][/latex]. 

(c) [latex]\left[\begin{array}{c} x_{1}'\\ x_{2}' \end{array}\right]=\left[\begin{array}{cc} -2 & 0\\ 5 & -3 \end{array}\right]\left[\begin{array}{c} x_{1}\\ x_{2} \end{array}\right],[/latex] [latex]\left[\begin{array}{c} x_{1}(0)\\ x_{2}(0) \end{array}\right]=\left[\begin{array}{c} 0\\ -1 \end{array}\right][/latex]. 

License

Differential Equations Copyright © by Kuei-Nuan Lin. All Rights Reserved.

Share This Book