All rights reserved. For enrolled students only. Redistribution prohibited.
Solution to a linear system#
(Note: useful properties of the matrix exponential can be found here)
Let \(A\in\mathbb{R}^{n\times n}\), \(B\in\mathbb{R}^{n\times m}\), and let \(u:[0,\infty)\to\mathbb{R}^m\) be integrable. Consider the linear system
Claim: The function
is a solution to the above ordinary differential equation.
Proof:
Step 1: Verify the initial condition.
At \(t=0\),
where we used the fact that \(e^{0}=I\) (see link above).
Step 2: Differentiate and verify the ODE.
Differentiate term by term. Using
(see link above) we obtain
For the integral term, apply the Leibniz rule to
Let
Then
Compute each term:
and
Therefore,
Combining the derivatives,
Factor out \(A\):
Since the expression in parentheses is exactly \(x(t)\), we conclude
Because both the differential equation and the initial condition are satisfied, the given expression is indeed a solution.