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).
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top