Solving system of differential equations using matrix exponential

member 731016
Homework Statement
Please see below
Relevant Equations
Please see below
For this problem,
1715474953990.png

The solution is,
1715475028077.png

However, can someone please explain to me where they got the orange coefficient matrix from?It seems different to the original system of the form ##\vec x' = A\vec x## which is confusing me.

Thanks!
 

Attachments

  • 1715474985077.png
    1715474985077.png
    14.4 KB · Views: 81
Physics news on Phys.org
This is all about transforming the original matrix A into it's Jordan normal form as the easy way to solve ##e^{At}## (the state transition matrix). But then you have to do the inverse transformation to get it back to the original basis. The reason you find the eigenvectors is to create the Jordan form, which, for simple systems is just a matrix with the e-values on the diagonal.

So, in your case the transform to the Jordan normal form uses the e-vector matrix ##H=
\begin{bmatrix}
1 & 2\\
1 & 1
\end{bmatrix}##
What is it's inverse ##H^{-1}## and how would you use it?

https://math24.net/method-matrix-exponential.html
https://sites.millersville.edu/bikenaga/linear-algebra/matrix-exponential/matrix-exponential.html

plus soooo many other versions of this problem on the web.
 
  • Love
Likes member 731016
This is also an excellent video of ##e^{At}##.
 
  • Love
Likes member 731016
Thank you for your replies @DaveE!

Do you please know why ##Φ'(t) = e^{At}Φ(0)## where ##Φ## is fundamental matrix?

Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top