Homogeneous Linear SystemsExpected Educational ResultsHomogeneous Linear SystemsNormal Form of a System of Linear DEsNormal Form of a Homogenous System of Linear DEsNormal Form of a Homogenous System of Linear DEs with Constant CoefficientsSolutions to Systems of ODEsRepeated Real EigenvaluesCase 1: Repeated Real Eigenvalues with Linearly Independent EigenvectorsCase 2: Repeated Real Eigenvalues with Linearly Dependent EigenvectorsInvestigation 04CC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
where ,
, and
is the coefficient matrix.
NOTE: Lowercase variables in boldface are vectors; uppercase variables in boldface are matrices.
otherwise, the system is nonhomogenous.
This is the above equation where all elements, , of the coefficient matrix are all constants.
If is a coefficient matrix of a system of linear DEs, then is an degree polynomial in , called the characteristic polynomial.
Example 02:
Solve the following system of DEs.
Solution:
Rewrite system as:
Using technology, find the eigenvalues and corresponding eigenvectors of the coefficient matrix:
x1(* Store the matrix [3, -1, 3; 3, -1, 6; -2, 2, -2] *)2A = {{3, -1, 3}, {3, -1, 6}, {-2, 2, -2}};34(* Display matrix *)5(* To check that we entered the matrix correctly *)6MatrixForm[A]78(* Method 1 *)9(* Compute eigenvalues of matrix A *)10Eigenvalues[A]1112(* Compute eigenvectors of matrix A *)13Eigenvectors[A]1415(* Method 2 *)16(* Compute eigenvalues and eigenvectors *)17Eigensystem[A]Warnings:
Using technology, the eigenvectors of the coefficient matrix are:
The solution to the systems of DEs is which is equivalent to
Example 03:
Solve the following system of DEs:
Solution
Rewrite system as:
Using technology, the eigenvalues of the coefficient matrix are
Using technology, the [linearly dependent] eigenvectors of the coefficient matrix are:
The solution to the systems of DEs is which is equivalent to
Substitute the above solution into the system of DEs to solve for and .
Use matrix operations to solve the following systems of DEs:
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].
Last Modified: Monday, 19 October 2020 8:23 EDT