Skip to main content

Section 8.4 Application: Differential Equations

In this section, we only focus on systems of first-order linear differential equations with constant coefficients. Such a system can be written in the form
\begin{align*} x_1'(t) \amp = a_{11}x_1(t)+a_{12}x_2(t) \\ x_2'(t) \amp = a_{21}x_1(t)+a_{22}x_2(t) \end{align*}
and the matrix \(A = \begin{pmatrix} a_{11} \amp a_{12} \\ a_{21} \amp a_{22} \end{pmatrix}\) is not diagonalizable.

Activity 8.4.1.

Find a fundamental set of solutions of
\begin{align*} x_1'(t) \amp = x_1(t)-x_2(t) \\ x_2'(t) \amp = x_1(t)+3x_2(t) \end{align*}