Finding eigenvector from eigenvalue

DWill
Messages
68
Reaction score
0

Homework Statement


For the matrix A =

-1, 5
-2, -3

I found the eigenvalues to be -2 + 3i and -2 - 3i.
Now I need some help to find the eigenvectors corresponding to each.

Homework Equations





The Attempt at a Solution


For r = -2 + 3i, I plugged that into the (A - Ir) matrix, which I found to be

1-3i, 5
-2, -1-3i

I multiply that matrix with the vector (x y) and set it equal to (0 0) right? If I do that I get the following 2 equations:

(1-3i)x + 5y = 0
-2x - (-1-3i)y = 0

Did I make a mistake somewhere, or how should I go on to find the eigenvector? Thanks!
 
Physics news on Phys.org
Looks good to me so far, I haven't checked the actual numbers but the principles are fine.

Edit:Checked the numbers and they look fine too.
 
I prefer just to use the basic definition of "eigenvalue". If \lambda is and eigenvalue of A then there exist a non-zero vector v such that Av= \lambda v and, of course, v is an eigenvector.

Here, for \lambda= -2+ 3} that is
A= \begin{bmatrix}-1 & 5 \\ -2 & -3\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= \begin{bmatrix}(-2+i\sqrt{3})x \\ (-2+3i)\end{bmatrix}
which reduces to two equations:
-x+ 5y= (-2+ 3i)x and -2x- 3y= (-2+ 3i)y both of which reduce to 5y= (-1+ 3i)x. Taking x= 5, y= -1+ 3i satisfies that and gives (5, -1+ 3i) as an eigenvector corresponding to eigenvalue -2+ 3i. A similar calculation gives an eigenvector corresponding to eigenvalue -2- 3i.
 
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