bmxicle
- 51
- 0
Homework Statement
so I'm trying to find the general solution of this problem:
\mathbf {x'} = \begin{bmatrix} 2 & 0\\0 & 2\end{bmatrix}\mathbf{x}
Homework Equations
det(A- rI) = 0
The Attempt at a Solution
det(A - rI) = det \begin{bmatrix} 2-r & 0 \\ 0 & 2-r \end{bmatrix} =<br /> (2-r)^{2} = 0 \Rightarrow r = 2
A - 2I = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \ \ \
So since the nullspace is \mathbb{R}^{2} Two linearly independent eigenvectors are:
\mathbf{v_{1}} = \begin{bmatrix} 1 \\ 0 \end{bmatrix} \ \ \ \ \mathbf{v_{2}} = \begin{bmatrix} 0 \\1 \end{bmatrix}
So this is where i get confused :p. One solution is of course \mathbf{x_1} = e^{2t}\begin{bmatrix}1 \\ 0 \end{bmatrix} However when i tried to find a solution such that \mathbf{x_2} = te^{2t} \begin{bmatrix}1 \\ 0 \end{bmatrix}(\mathbf{a}t + \mathbf{b}) It comes out inconsistent so I'm guessing that's not what you're supposed to do in this case. Another idea i had was that \mathbf{x_2} = e^{2t} \begin{bmatrix}0\\1\end{bmatrix} is also an independent solution since the vector is linearly independent from the other solution, but I'm not entirely sure how to verify this by the wronskian for a system of equations.