Trouble with complex eigenvector

In summary, you are having difficulty reducing the complex matrix, and were wondering if you could get some pointers. You tried reducing the matrix by plugging in the first eigenvalue, but then you figured you should multiply by i on the top and divide by -4-i on the bottom, which made the pivots 1 and real. This made it almost Gauss-Jordan elimination, but the second pivot is complex, and this isn't even the result you want. You can solve for the eigenvector either by solving one equation or by solving the two equations and using the solution to the other equation.
  • #1
Mindscrape
1,861
1
The problem is to solve the differential equation where
[tex]\mathbf{x'} = \left(
\begin{array}{cc}
1 & -5\\
1 & -3
\end{array}
\right)
\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}
-i & -5\\
1 & -4 - i
\end{array}
\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}
1 & -5i\\
\frac{1}{-4-i} & 1
\end{array}
\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:
Physics news on Phys.org
  • #2
Okay, here is the rest of my work in the hope that someone can point out where I went wrong:

Take the matrix with the first eigenvalue plugged in, which is

[tex] \left( \begin{array}{cc}
-i & -5\\
1 & -4 - i
\end{array}
\right)[/tex]

now multiply the top row by i

[tex] \left( \begin{array}{cc}
1 & -5i\\
1 & -4 - i
\end{array}
\right)[/tex]

multiply the bottom row by 5

[tex] \left( \begin{array}{cc}
1 & -5i\\
5 & -20 - 5i
\end{array}
\right)[/tex]

in row 2, subtract row 1

[tex] \left( \begin{array}{cc}
1 & -5i\\
4 & -20
\end{array}
\right)[/tex]

in (1/4)row 2, subtract row 1

[tex] \left( \begin{array}{cc}
1 & -5i\\
0 & -5+5i
\end{array}
\right)[/tex]

multiply the top row by (1-i) and the bottom by -1

[tex] \left( \begin{array}{cc}
1-i & -5i+5\\
0 & -5i+5
\end{array}
\right)[/tex]

then this gives

[tex] \left( \begin{array}{cc}
1 & 0\\
0 & -i+1
\end{array}
\right)[/tex]

It is almost Gauss Jordan, but the second pivot is complex, and this isn't even the result I want. I want the bottom row to be zeros so that I can compose the eigenvector.
 
  • #3
hmm, it looks like your eigenvalues may be slightly off
 
  • #4
Mindscrape said:
The problem is to solve the differential equation where
[tex]\mathbf{x'} = \left(
\begin{array}{cc}
1 & -5\\
1 & -3
\end{array}
\right)
\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]

Yes, the eigenvalues are easy to find- but they are NOT 1+ i and 1- i!
 
Last edited by a moderator:
  • #5
I can't remember much linear algebra so I can't justify the following. But anyway, you don't need to row reduce. Simply solve either one of the equations and the solution will automatically satisfy the other equation. In other words, you only need to work with one equation to extract the eigenvector.
 
  • #6
Whoops, just realized I copied the values down wrong after I solved for them. They should be:
[tex]\lambda = -1 + i[/tex]
and
[tex]\lambda = -1 - i [/tex]

Now I can solve.
 

FAQ: Trouble with complex eigenvector

What is an eigenvector and why is it important?

An eigenvector is a vector that does not change its direction when multiplied by a particular matrix. It is important because it represents the directions along which a transformation acts by simply stretching or compressing, without changing the direction of the vector.

How do I know if a matrix has complex eigenvectors?

A matrix has complex eigenvectors if it has complex eigenvalues. This can be determined by finding the characteristic polynomial of the matrix and solving for its roots. If any of the roots are complex numbers, then the matrix has complex eigenvectors.

What causes trouble with complex eigenvectors?

The main cause of trouble with complex eigenvectors is the difficulty in visualizing and understanding complex numbers. Complex numbers have both a real and imaginary component, which can make it challenging to interpret the direction and magnitude of the eigenvectors.

How can I work with complex eigenvectors in practical applications?

In practical applications, complex eigenvectors can be used to represent oscillating or rotating systems. They are also useful in solving differential equations and in fields such as quantum mechanics and signal processing.

Are there any techniques for simplifying complex eigenvectors?

Yes, there are techniques such as taking the real and imaginary parts of the complex eigenvector to create a real-valued vector, or using geometric visualization tools such as Argand diagrams to better understand the complex eigenvector's direction and magnitude.

Similar threads

Replies
7
Views
2K
Replies
2
Views
467
Replies
5
Views
1K
Replies
9
Views
843
Replies
10
Views
2K
Replies
3
Views
1K
Replies
4
Views
655
Replies
12
Views
2K
Back
Top