Zem
- 33
- 0
Find a general solution of the given system using the method (A - \lambdaI)V2 = V1.
x'_1 = 2x_1 - 5x_2, x'_2 = 4x_1 - 2x_2
x' = <br /> \left(\begin{array}{cc}2&-5\\4&-2\end{array}\right)
characteristic equation:
(2 - \lambda)((-2) - \lambda) + 20 = 0
\lambda^2 + 16 = 0
\lambda = 4i
Using this method:
(A - 4i\lambda)V_2 = V_1
\left(\begin{array}{cc}2-4i&-5\\4&-2-4i\end{array}\right) * \left(\begin{array}{cc}a\\b\end{array}\right) = \left(\begin{array}{cc}0\\0\end{array}\right)
(2 - 4i)a - 5b = 0
4a - (-2 - 4i)b = 0
When there are no complex roots, I can set a or b = 1 to find the value of the other. And when I row reduce this in my ti89, I get
\left(\begin{array}{cc}1&i 0\\0&0 0\end{array}\right) with a space between the i and 0 in the top row, and the two 0's in the 2nd row.
How do I find a and b in this problem? When I find their values I will have V_1.
x'_1 = 2x_1 - 5x_2, x'_2 = 4x_1 - 2x_2
x' = <br /> \left(\begin{array}{cc}2&-5\\4&-2\end{array}\right)
characteristic equation:
(2 - \lambda)((-2) - \lambda) + 20 = 0
\lambda^2 + 16 = 0
\lambda = 4i
Using this method:
(A - 4i\lambda)V_2 = V_1
\left(\begin{array}{cc}2-4i&-5\\4&-2-4i\end{array}\right) * \left(\begin{array}{cc}a\\b\end{array}\right) = \left(\begin{array}{cc}0\\0\end{array}\right)
(2 - 4i)a - 5b = 0
4a - (-2 - 4i)b = 0
When there are no complex roots, I can set a or b = 1 to find the value of the other. And when I row reduce this in my ti89, I get
\left(\begin{array}{cc}1&i 0\\0&0 0\end{array}\right) with a space between the i and 0 in the top row, and the two 0's in the 2nd row.
How do I find a and b in this problem? When I find their values I will have V_1.
Last edited: