matrix - 2

logistic_guy

Senior Member
Joined
Apr 17, 2024
Messages
1,338
Solve.

X=[2110]X\displaystyle \bold{X}' = \begin{bmatrix}2 & 1 \\-1 & 0 \end{bmatrix} \bold{X}
 
X=[2110]X\displaystyle \bold{X}' = \begin{bmatrix}2 & 1 \\-1 & 0 \end{bmatrix} \bold{X}
We are experts now and we know how to find the eigenvalues.

2λ11λ=(2λ)(λ)(1)(1)=0\displaystyle \left|\begin{array}{cc}2 - \lambda & 1 \\-1 & -\lambda\end{array}\right| = (2 - \lambda)(-\lambda) - (1)(-1) = 0

This gives:

λ1=λ2=1\displaystyle \lambda_1 = \lambda_2 = 1
 
As usual next we construct two equations and solve for k1\displaystyle k_1 and k2\displaystyle k_2.

k1+k2=0\displaystyle k_1 + k_2 = 0
k1k2=0\displaystyle -k_1 - k_2 = 0

We can choose k1=1\displaystyle k_1 = 1 then k2=1\displaystyle k_2 = -1, but for F U N we will choose k1=4\displaystyle k_1 = 4 so that k2=4\displaystyle k_2 = -4. This is a good demonstration of that it does not matter what we choose as long as the two equations are satisfied! (Except of course the choice k1=k2=0\displaystyle k_1 = k_2 = 0 which leads to the trivial solution that we don't want!)

This gives us the first solution which is:

X1=K1eλ1t=[44]et\displaystyle \bold{X}_1 = \bold{K}_1e^{\lambda_1t} =\begin{bmatrix}4 \\-4 \end{bmatrix}e^{t}

But now we have a problem to find the second solution as λ1=λ2\displaystyle \lambda_1 = \lambda_2.

🤷‍♂️🤷‍♂️

With a careful study it was found out that when we have repeated eigenvalues, a second solution can be found with the following form:

X2=Peλ1t+Kteλ1t\displaystyle \bold{X}_2 = \bold{P}e^{\lambda_1 t} + \bold{K}te^{\lambda_1 t}

This means that we only have to find P\displaystyle \bold{P} and we are done!

Finding P\displaystyle \bold{P} is the same way as finding K\displaystyle \bold{K}, but its equations are non-homogeneous by K\displaystyle \bold{K} values.

That is:

(AλI)P=K\displaystyle (\bold{A} - \lambda\bold{I})\bold{P} = \bold{K}

Or

p1+p2=4\displaystyle p_1 + p_2 = 4
p1p2=4\displaystyle -p_1 - p_2 = -4

We can even choose p1=4\displaystyle p_1 = 4 then p2=0\displaystyle p_2 = 0 but for F U N we will choose p1=1\displaystyle p_1 = 1 so that p2=3\displaystyle p_2 = 3.

Then our second solution is:

X2=[13]et+[44]tet\displaystyle \bold{X}_2 = \begin{bmatrix}1 \\3 \end{bmatrix}e^{t} + \begin{bmatrix}4 \\-4 \end{bmatrix}te^{t}

And the general solution is:

X=c1X1+c2X2=c1[44]et+c2([13]et+[44]tet)\displaystyle \bold{X} = c_1\bold{X}_1 + c_2\bold{X}_2 = c_1\begin{bmatrix}4 \\-4 \end{bmatrix}e^{t} + c_2\left(\begin{bmatrix}1 \\3 \end{bmatrix}e^{t} + \begin{bmatrix}4 \\-4 \end{bmatrix}te^{t}\right)

💙👨‍👩‍👧
 
Top