aeroegnr
- 17
- 0
I tried using undetermined coefficients to solve this problem, but I know that I am missing something and i cannot find any reference material on this. If you help me, thank you.
The homogeneous equation for the system is:
y' = A*y
where y = \left[ \begin{array}{c} y_1 \\ y_2 \end{array} \right]
and A = \left[ \begin{array}{cc} -2 & 1 \\ -1 & 0 \end{array} \right]
I end up with only one eigenvector of course, and I'm trying to use a solution that ends up as C1*V*e^t + c2*V*t*e^t where V is the only eigenvector of A, but that is not a complete solution.
What am I missing?
The homogeneous equation for the system is:
y' = A*y
where y = \left[ \begin{array}{c} y_1 \\ y_2 \end{array} \right]
and A = \left[ \begin{array}{cc} -2 & 1 \\ -1 & 0 \end{array} \right]
I end up with only one eigenvector of course, and I'm trying to use a solution that ends up as C1*V*e^t + c2*V*t*e^t where V is the only eigenvector of A, but that is not a complete solution.
What am I missing?