What is the Eigenvector for a 2x2 Matrix with Eigenvalue -2?

Ry122
Messages
563
Reaction score
2
for the matrix
{5,0}
{2,-2}

when determining the eigenvector for its 2nd eigenvalue, -2, you would start out by doing


{5--2 ,0}
{2 ,-2--2}

giving

{7,0}
{2,0}

In equation form this is

7u + 0v = 0
2u + 0v = 0

Ordinarily I would set u or v to a value and solve for the other letter.


But in this case this can't be done since in both equations v has a coefficient of 0.


So what would you do in this situation?
 
Physics news on Phys.org
Clearly u=0, and the equations will both be satisfied for any value of v, so the normalized eigenvector is (0,1).
 
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