All rights reserved. For enrolled students only. Redistribution prohibited.
Useful properties of matrix exponentials#
Let \(A\in\mathbb{R}^{n\times n}\). Below are some useful properties of the matrix exponential \(e^{At}\).
We cannot compute the matrix exponential entrywise#
Property: In general, \((e^{A t})_{i j} \neq e^{A_{i j} t}\).
Proof: Consider the matrix \(A = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}.\) Compute its powers:
Using this pattern, from the power series of \(e^{A t}\) :
we obtain
Therefore:
This shows that:
so \(e^{A t}\) cannot be computed entrywise.
Derivative of \(e^{A t}\)#
Property: It holds that
Proof: We start from the series definition:
Differentiate term by term:
This gives:
Factor out \(A\):
Recognize the series:
(OR)
Matrix exponential of the zero matrix#
Property: \(e^0=I\).
Proof: From the series definition,
it is straightforward to see that \(e^0=I\).
When can we use the multiplicative property?#
Property: In general,
However, \( e^{(A_1 + A_2) t} = e^{A_1 t} e^{A_2 t} = e^{A_2 t} e^{A_1 t} \) if and only if \(A_1 A_2 = A_2 A_1\) (commutative) or \(t=0\) (trivial).
Inverse of the matrix exponential#
Property: \((e^{At})^{-1}=e^{-At}\).
Proof: Note that \(A\cdot(-A)=(-A)\cdot A=-A^2\), meaning that \(A\) and \(-A\) commute. Therefore, from the previous fact:
Hence, for all \(A\) and \(t\), \(e^{A t}\) is invertible and