What is the process for finding a complex eigenvector?

Dgray101
Messages
33
Reaction score
0

Homework Statement



Given A = [ (3,-7),(1,-2) ] and λa = \frac{1}{2} + i \frac{\sqrt{3}}{2} find a single eigenvector which spans the eigenspace.


Homework Equations





The Attempt at a Solution



So I row reduced the matrix to get [(2, -5 + i\sqrt{3}),(0,0 ] and from here we can write a solution as (x1,x2)=x2((1/2,1)) however that is not a complex eigenvector, it is just a real v etor. So Somewhere along the lines I am making a mistake in understanding how you solve for a complex eigenvector. I can do this in Rn very well, but this is throwing me off.
 
Physics news on Phys.org
Dgray101 said:

Homework Statement



Given A = [ (3,-7),(1,-2) ] and λa = \frac{1}{2} + i \frac{\sqrt{3}}{2} find a single eigenvector which spans the eigenspace.

Homework Equations


The Attempt at a Solution



So I row reduced the matrix to get [(2, -5 + i\sqrt{3}),(0,0 ] and from here we can write a solution as (x1,x2)=x2((1/2,1)) however that is not a complex eigenvector, it is just a real v etor. So Somewhere along the lines I am making a mistake in understanding how you solve for a complex eigenvector. I can do this in Rn very well, but this is throwing me off.

I think you might be making a mistake in your row reduction. This is what I get:
$$\begin{bmatrix} 5/2 - (\sqrt{3}/2)i & -7 \\ 0 & 0\end{bmatrix}$$
 
May I ask how you did that because I keep getting the same answer even redoing the problem...
 
I think I did the similar thing to what you did, but instead I multiplied the top row by the complex conjugate to row reduce.
 
Dgray101 said:
May I ask how you did that because I keep getting the same answer even redoing the problem...

I started with this:
$$ \begin{bmatrix}3 - (1/2)(1 + \sqrt{3}i) & -7 \\ 1 & -2 - (1/2)(1 + \sqrt{3}i) \end{bmatrix}$$

That simplifies to
$$\begin{bmatrix}5/2 -i\sqrt{3}/2 & -7 \\ 1 & -5/2 - i\sqrt{3}/2 \end{bmatrix}$$

I added -1 times the top row to (5/2 - i√3/2) times the bottom row.

I checked my eigenvector, and for the given matrix, Ax = λx.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top