10.1: Overview
( \newcommand{\kernel}{\mathrm{null}\,}\)
The matrix exponential is a powerful means for representing the solution to nn linear, constant coefficient, differential equations. The initial value problem for such a system may be written
x′(t)=Ax(t)
x(0)=x0
where A is the n-by-n matrix of coefficients. By analogy to the 1-by-1 case we might expect
x(t)=eAtu
to hold. Our expectations are granted if we properly define eAt. Do you see why simply exponentiating each element of At will no suffice?
There are at least 4 distinct (but of course equivalent) approaches to properly defining eAt. The first two are natural analogs of the single variable case while the latter two make use of heavier matrix algebra machinery.
- The Matrix Exponential as a Limit of Powers
- The Matrix Exponential as a sum of Powers
- The Matrix Exponential via the Laplace Transform
- The Matrix Exponential via Eigenvalues and Eigenvectors
Please visit each of these modules to see the definition and a number of examples.
For a concrete application of these methods to a real dynamical system, please visit the Mass-Spring-Damper-module.
Regardless of the approach, the matrix exponential may be shown to obey the 3 lovely properties
- ddt(eAt)=AeAt=eAtA
- eA(t1+t2)=eAt1eAt2
- eAt is nonsingular and (eAt)−1=e−(At)
Let us confirm each of these on the suite of examples used in the submodules.
If
A=(1002)
then
eAt=(et00e2t)
- ddt(eAt)=(et00e2t)=(1002)(et00e2t)
- (et1+t200e2t1+2t2)=(et1et200e2t1e2t2)=(et100e2t1)(et200e2t2)
- (eAt)−1=(e−t00e−(2t))=e−(At)
If
A=(01−10)
then
eAt=(cos(t)sin(t)−sin(t)cos(t))
- ddt(eAt)=(−sin(t)cos(t)−cos(t)−sin(t)) and AeAt=(−sin(t)cos(t)−cos(t)−sin(t))
- You will recognize this statement as a basic trig identity (cos(t1+t2)sin(t1+t2)−sin(t1+t2)cos(t1+t2))=(cos(t1)sin(t1)−sin(t1)cos(t1))(cos(t2)sin(t2)−sin(t2)cos(t2))
- (eAt)−1=(cos(t)−sin(t)sin(t)cos(t))=(cos(−t)−sin(−t)sin(−t)cos(−t))=e−(At)
If
A=(0100)
then
eAt=(1t01)
- ddt(eAt)=(0100)=AeAt
- (1t1+t201)=(1t101)(1t201)
- (1t01)−1=(1−t01)=e−At