- #1
shamieh
- 539
- 0
Getting stuck on something I think that could be trivial. Maybe someone can see my mistake.
consider the system: $x' = -2x + y$ and $y' = 2x - 3y$
a) Write the system in matrix form
my solution
$\overrightarrow{X} = (^x_y)$
so: $X' = (^{x'}_{y'})$
so $A = $ \begin{bmatrix} -2 & 1 \\ 2 & -3 \end{bmatrix}
b) Find the eigenvalues for the system.
my solution
$\lambda_1 = -1$ and $\lambda_2 = -4$
c) Find an eigenvector for the smallest eigenvalue.
my solution ( Here is where I have either made a algebra mistake or I don't know how to proceed)
$(I-A)X \rightarrow (-I-A)X =$ (\begin{bmatrix} -1 & 0 \\ 0 & - 1 \end{bmatrix} $-$ \begin{bmatrix} -2 & 1 \\ 2 & - 3 \end{bmatrix} ) $X$
Then I am getting: $v_1 - v_2 = 0$ and $-2v_1 + 2v_2 = 0 $ which can be rewritten as one equation $\rightarrow -2v_1+2v_2=0$ so it seems the only numbers I can plug in are: $v_1 = v_2 = -1$ ? But then won't I have like $(^{-1}_{-1})$ and I thought you couldn't do that? Is this the repeated root thing and if so how do I proceed? Or have i made a algebra mistake.
Thanks in advance.
consider the system: $x' = -2x + y$ and $y' = 2x - 3y$
a) Write the system in matrix form
my solution
$\overrightarrow{X} = (^x_y)$
so: $X' = (^{x'}_{y'})$
so $A = $ \begin{bmatrix} -2 & 1 \\ 2 & -3 \end{bmatrix}
b) Find the eigenvalues for the system.
my solution
$\lambda_1 = -1$ and $\lambda_2 = -4$
c) Find an eigenvector for the smallest eigenvalue.
my solution ( Here is where I have either made a algebra mistake or I don't know how to proceed)
$(I-A)X \rightarrow (-I-A)X =$ (\begin{bmatrix} -1 & 0 \\ 0 & - 1 \end{bmatrix} $-$ \begin{bmatrix} -2 & 1 \\ 2 & - 3 \end{bmatrix} ) $X$
Then I am getting: $v_1 - v_2 = 0$ and $-2v_1 + 2v_2 = 0 $ which can be rewritten as one equation $\rightarrow -2v_1+2v_2=0$ so it seems the only numbers I can plug in are: $v_1 = v_2 = -1$ ? But then won't I have like $(^{-1}_{-1})$ and I thought you couldn't do that? Is this the repeated root thing and if so how do I proceed? Or have i made a algebra mistake.
Thanks in advance.