Learn to solve systems of linear differential equations using matrix exponentials, fundamental matrices, Jordan canonical form, and the powerful Liouville formula.
The matrix exponential is fundamental to solving linear systems of ODEs. It generalizes the scalar exponential to matrices.
For a square matrix , the matrix exponential is defined by:
This series converges for any matrix .
For any matrix , the series converges absolutely, and converges uniformly on any finite interval.
Using any matrix norm :
For uniform convergence on , we have . ∎
1. If , then
2. is always invertible with
3. If is invertible, then
4.
Problem: Compute for .
Solution:
For a diagonal matrix, . Therefore:
Problem: Compute for A = \begin,{pmatrix}, 2 & 1 \\ 0 & 2 \end,{pmatrix}.
Solution:
Write where N = \begin,{pmatrix}, 0 & 1 \\ 0 & 0 \end,{pmatrix}. Since (nilpotent):
Since commutes with :
For the homogeneous system , a fundamental matrix is an matrix whose columns are linearly independent solutions.
The standard fundamental matrix satisfies .
For the constant coefficient system , the matrix is the standard fundamental matrix.
We verify: (1) ✓, and (2) ✓.
By the Liouville formula, , so columns are linearly independent. ∎
For the system with fundamental matrix , the Wronskian satisfies:
The Liouville formula shows that the Wronskian is either always zero or never zero. This gives an elegant criterion for linear independence of solutions.
If has distinct eigenvalues with corresponding eigenvectors , then:
is a fundamental matrix for .
Each column satisfies:
since . The columns are linearly independent because eigenvectors corresponding to distinct eigenvalues are independent. ∎
Input: System where has distinct eigenvalues
Output: General solution
1. Find eigenvalues from
2. For each , solve for eigenvector
3. General solution:
Problem: Solve \frac,{dx}{dt}, = \begin,{pmatrix}, 6 & -3 \\ 2 & 1 \end,{pmatrix},x.
Solution:
Characteristic equation:
Eigenvalues:
For : gives
For : gives
General solution:
If is a complex eigenvalue with eigenvector , then two real linearly independent solutions are:
Problem: Solve \frac,{dx}{dt}, = \begin,{pmatrix}, 3 & 5 \\ -5 & 3 \end,{pmatrix},x.
Solution:
Characteristic equation: , giving
For : eigenvector
So and
Real solutions:
General solution:
A Jordan block of size for eigenvalue is:
where is nilpotent with .
For a Jordan block :
When has repeated eigenvalues but is not diagonalizable, we need generalized eigenvectors. If is the Jordan decomposition, then .
The general solution of is:
where is an arbitrary constant vector.
The homogeneous solution is . For a particular solution, set :
Integrating: . Thus . ∎
Problem: Solve \frac,{dx}{dt}, = \begin,{pmatrix}, 1 & 0 \\ 0 & 2 \end,{pmatrix},x + \begin,{pmatrix}, e^t \\ 1 \end,{pmatrix}.
Solution:
For this diagonal system:
Particular solution:
General solution: