Mindscrape
- 1,854
- 1
The problem is to solve the differential equation where
[tex]\mathbf{x'} = \left(<br /> \begin{array}{cc}<br /> 1 & -5\\<br /> 1 & -3<br /> \end{array}<br /> \right) <br /> \mathbf{x}[/tex]
given that
[tex]\mathbf{x(0)} = \left( \begin{array}{cc} 5 \\ 4 \end{array} \right)[/tex]
The eigenvalues are easy to find, and they are:
[tex]\lambda = 1 + i[/tex]
and
[tex]\lambda = 1 - i[/tex]
I am having trouble reducing the complex matrix with Gauss-Jordan elimination, and was wondering if I could get some pointers. Here is what I have done:
By pluging in the first eigenvalue the matrix to reduce is
[tex]\left( \begin{array}{cc}<br /> -i & -5\\<br /> 1 & -4 - i<br /> \end{array}<br /> \right)[/tex]
then I figure that I should multiply by i on the top and divide by -4-i on the bottom so that the pivots are 1 and real:
This makes
[tex]\left( \begin{array}{cc}<br /> 1 & -5i\\<br /> \frac{1}{-4-i} & 1<br /> \end{array}<br /> \right)[/tex]
I tried to take it from here, but I wasn't able to get anywhere. I tried complex conjugates in various places, and multiplying i here and there, but no luck. Most of the difficulty I am having is just reducing the second row to the zero row. I can get a zero at (2,1), but getting (2,2) to zero is proving difficult.
[tex]\mathbf{x'} = \left(<br /> \begin{array}{cc}<br /> 1 & -5\\<br /> 1 & -3<br /> \end{array}<br /> \right) <br /> \mathbf{x}[/tex]
given that
[tex]\mathbf{x(0)} = \left( \begin{array}{cc} 5 \\ 4 \end{array} \right)[/tex]
The eigenvalues are easy to find, and they are:
[tex]\lambda = 1 + i[/tex]
and
[tex]\lambda = 1 - i[/tex]
I am having trouble reducing the complex matrix with Gauss-Jordan elimination, and was wondering if I could get some pointers. Here is what I have done:
By pluging in the first eigenvalue the matrix to reduce is
[tex]\left( \begin{array}{cc}<br /> -i & -5\\<br /> 1 & -4 - i<br /> \end{array}<br /> \right)[/tex]
then I figure that I should multiply by i on the top and divide by -4-i on the bottom so that the pivots are 1 and real:
This makes
[tex]\left( \begin{array}{cc}<br /> 1 & -5i\\<br /> \frac{1}{-4-i} & 1<br /> \end{array}<br /> \right)[/tex]
I tried to take it from here, but I wasn't able to get anywhere. I tried complex conjugates in various places, and multiplying i here and there, but no luck. Most of the difficulty I am having is just reducing the second row to the zero row. I can get a zero at (2,1), but getting (2,2) to zero is proving difficult.
Last edited: