The fundamental matrix is an essential concept in solving linear systems of differential equations. It is a matrix formed by linearly independent solutions to the differential equation.
To form a fundamental matrix \(\mathbf{\Phi}(t)\), you take the general solutions of the differential equations, expressed as \(X(t) = \mathbf{v} e^{\lambda t}\) for each eigenvector and eigenvalue pair.
From our system:
- \(X_1(t) = \begin{pmatrix} 1 \ 5 \end{pmatrix} e^{-4t}\)
- \(X_2(t) = \begin{pmatrix} 1 \ -1 \end{pmatrix} e^{2t}\)
These solutions populate the columns of the fundamental matrix:
\[\mathbf{\Phi}(t) = \begin{pmatrix} e^{-4t} & e^{2t} \ 5e^{-4t} & -e^{2t} \end{pmatrix}\]
Additionally, it must satisfy the condition \(\Phi(0) = \mathbf{1}\), the identity matrix. Solving this results in the identity, indicating that the fundamental matrix is accurately representing the system's solutions.