Skip to main content

Handout Lesson 24, Matrices and Linear Systems

Textbook Section(s).

This lesson is based on Section 5.1 of your textbook by Edwards, Penney, and Calvis.

Matrices.

Before coming to class today, you were expected to work through the Supplemental Notes on Matrices material found at the top of the module in Brightspace-> Content-> Lecture Materials. These videos and notes contained information about:
Any questions?

Matrix notation for first-order linear systems of differential equations.

A first-order linear system of differential equations can be represented as
\begin{gather*} \frac{d\mathbf{x}}{dt}=\mathbf{P}(t)\mathbf{x}+\mathbf{f}(t) \end{gather*}
where \(\mathbf{P}(t)\) is a matrix and \(\frac{d\mathbf{x}}{dt}\text{,}\) \(\mathbf{x}\text{,}\) and \(\mathbf{f}(t)\text{,}\) all of compatible sizes. NOTE: When writing, it is difficult to use boldface for matrices and vectors. It is standard practice to use capital letters for matrices. For vectors, I will sometimes use the arrow notation \(\overrightarrow{x}\) when writing to emphasize that I am talking about a vector.

Example 154. Using matrix notation for systems of DE’s.

Rewrite the first-order linear system of differential equations using matrix notation. Then find the associated homogeneous equation for the system.
\begin{align} \begin{cases} x_1' \amp = e^tx_1+\cos(t)x_2+t^2+1 \\ x_2' \amp = \sin(t)x_1+7x_2+5t \\ \end{cases}\tag{#} \end{align}

Principle of Superposition.

Linear independence of vector functions and the Wronskian.

Definition 156.

\(\mathbf{x_1}(t), \mathbf{x_2}(t), \dots, \mathbf{x_n}(t)\) are linearly dependent if there are constants \(c_1, c_2, \dots, c_n\) that are not all zero such that
\begin{gather} c_1\mathbf{x_1}(t)+c_2\mathbf{x_2}(t)+ \dots + c_n\mathbf{x_n}(t) = \mathbf{0}\tag{†} \end{gather}
If the only set of constants that satisfy (†) is \(c_1 = c_2 = \dots = c_n=0\text{,}\) then the vector valued functions \(\mathbf{x_1}(t), \mathbf{x_2}(t), \dots, \mathbf{x_n}(t)\) are linearly independent

.

Definition 157.

Let \(\mathbf{x_1}(t), \mathbf{x_2}(t), \dots, \mathbf{x_n}(t)\) be \(n\) vector valued functions, each with \(n\) components, so that
\begin{gather*} \mathbf{x_j}(t)=\left[ \begin{array}{c} x_{1,j}(t) \\ x_{2,j}(t) \\ \vdots \\ x_{n,j}(t) \end{array} \right] \end{gather*}
(NOTE: In this notation, the second index indicates the number of the vector valued function.)
Then the Wronskian of \(\mathbf{x_1}, \mathbf{x_2}, \dots, \mathbf{x_n}\) is
\begin{align*} W(t) \amp = W(\mathbf{x_1}, \mathbf{x_2}, \dots \mathbf{x_n})\\ \amp = \det\bigg(\bigg[ \mathbf{x_1}(t) \quad \mathbf{x_2}(t) \quad \dots \quad \mathbf{x_n}(t) \bigg] \bigg)\\ \amp = \left| \begin{array}{cccc} x_{1,1}(t) \amp x_{1,2}(t) \amp \dots \amp x_{1,n}(t) \\ x_{2,1}(t) \amp x_{2,2}(t) \amp \dots \amp x_{2,n}(t) \\ \vdots \amp \vdots \amp \ddots \amp \vdots \\ x_{n,1}(t) \amp x_{n,2}(t) \amp \dots \amp x_{n,n}(t) \end{array} \right| \end{align*}

Example 159. The Wronskian, general solutions, and and IVP.

(Based on number 25 from Section 5.1 of your textbook by Edwards, et.al.)
\begin{gather*} \mathbf{x_1}(t)=\left[ \begin{array}{c} 3e^{2t} \\ 2e^{2t} \end{array} \right] \qquad \text{ and } \qquad \mathbf{x_2}(t)=\left[ \begin{array}{c} e^{-5t} \\ 3e^{-5t} \end{array} \right] \end{gather*}
and consider the system
\begin{align} \mathbf{x}'=\left[ \begin{array}{cc} 4 \amp -3 \\ 6 \amp -7 \end{array} \right] \mathbf{x}\tag{✢✢} \end{align}
  1. Show that \(\mathbf{x_1}\) and \(\mathbf{x_2}\) are solutions to (✢✢).
  2. Use the Wronskian to show that \(\mathbf{x_1}\) and \(\mathbf{x_2}\) are linearly independent.
  3. Find a general solution to (✢✢).
  4. Find the particular solution of (✢✢) that satisfies the initial condition \(\mathbf{x}(0)=\left[\begin{array}{c} 8 \\ 0 \end{array}\right]\)

Solutions of nonhomogeneous linear systems of differential equations.