The Eigenvalues and eigenvectors of a 2x2 matrix

LydiaSylar
Messages
1
Reaction score
0

Homework Statement



Let B = (1 1 / -1 1)
That is a 2x2 matrix with (1 1) on the first row and (-1 1) on the second.

Homework Equations





The Attempt at a Solution



A)

(1 1 / -1 1)(x / y) = L(x / y)

L(x / y) - (1 1 / -1 1) (x / y) = (0 / 0)

({L - 1} -1 / 1 {L-1}) (x / y) = (0 / 0)

Det (LI - B) = ({L - 1} -1 / 1 {L-1}) = 0

({L - 1} {L-1}) - (1)(-1)

L^2 -2L +2 = 0

L= 1 - i
= 1+i

So when L = 1-i

({1 -i - 1} -1 / 1 {1 -i -1})

(-i -1 / 1 -i)

-ix - y = 0
x - iy = 0

let x = t

t - iy = 0
y = t/i

Im not sure if that even makes sense. Or how I would continue.

B) Write the eigenvalues L of B in the form w = re^i(theta)

If someone could just give me a little nudge in the right direction for this one because I don't even know where to start.
 
Physics news on Phys.org
You are actually doing pretty well. You have the two eigenvalues right, and you've shown that an eigenvector of 1-i is given by x=t, y=t/i=(-it) for any nonzero value of t. That makes it t*(1 / -i). Now just do the same thing for 1+i. For the second part e^(i*theta)=cos(theta)+i*sin(theta). For a complex number L, the 'r' will be |L|. So L/|L|=cos(theta)+i*sin(theta). Just match up the real and imaginary parts and find theta.
 
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