flyingpig
- 2,574
- 1
Homework Statement
http://img847.imageshack.us/img847/2259/unledgqc.th.pngUploaded with ImageShack.us
The Attempt at a Solution
I am guessing both part a) and part b) implies that I must solve the differential equation first to answer those questions and I have
det(A-λI) = 0
\begin{bmatrix}<br /> -\lambda & 1\\ <br /> \frac{1}{4}& \frac{3}{4} - \lambda<br /> \end{bmatrix} = 0
Solving I got my λ = -1/4 or 1
So starting with λ = 1, I build my vector
[A - λI | 0]
After row reducing and I found my parametric eqtn to be
\vec{x} = x_2 \begin{bmatrix}<br /> 1\\ <br /> 1<br /> \end{bmatrix}
For λ = -1/4, I got
\vec{x} = x_2 \begin{bmatrix}<br /> -4\\ <br /> 1<br /> \end{bmatrix}
So my final vector should be (where I decided to let x2 = 1 for convenience. Also does anyone know why I can't let x2 be 0? I have a sneaking suspicion that it has to do with eigenvectors can't be 0...)
\vec{x(t)} = c_1\begin{bmatrix}1\\ 1\end{bmatrix}e^t + c_2\begin{bmatrix}4\\ 1\end{bmatrix}e^{\frac{-1t}{4}}
So now to answer the question
For part a) I am assuming they want to ask what happens t → ∞
In that case, one of them "diverges" and one of them "converges" to 0.
So (from my notes), this is a saddle point.
For part b)
\vec{x(0)} = c_1\begin{bmatrix}1\\ 1\end{bmatrix} + c_2\begin{bmatrix}4\\ 1\end{bmatrix} = \begin{bmatrix} -2\\ 1\end{bmatrix}
This is too trivial, I just have to solve for my constants and then plug it back into the neat equation.
Now my question is, for part a, am I right? What exactly happens if one of the vectors goes to negative infinity and one goes to positive infinity?
Also, there is only two vectors in this problem (2 x 2 matrix), what if this is bigger? Like if I ended up with three vectors, what happens if two goes to infinity and one goes to 0?
Last edited by a moderator: