Finding eigen values of a 2x2 matrix

andrey21
Messages
475
Reaction score
0
Find the eigenvalues of the following 2x2 matrix:

(0 1)/(-1 0)


Homework Equations





By using the forumla (a-λ)(d-λ) -bc I was able to obtain the following:


λ^(2) + 1 = 0
λ^(2) = -1

λ = ± √ (-1)

Is thos correct? Also what relevance does this have on the fixed points?
 
Physics news on Phys.org
Jamiey1988 said:
Find the eigenvalues of the following 2x2 matrix:

(0 1)/(-1 0)


Homework Equations





By using the forumla (a-λ)(d-λ) -bc I was able to obtain the following:


λ^(2) + 1 = 0
λ^(2) = -1

λ = ± √ (-1)

Is thos correct? Also what relevance does this have on the fixed points?
Yes, they are correct. You can also write them as λ = ±i.

Regarding fixed points, you might be talking about this: For some vectors x1 and x2, Ax1 = ix1, and Ax2 =- ix2, where A is your matrix. i and -i are the eigenvalues and the x vectors are eigenvectors.
 
Thanks for that just needed some confirmation:)

I was just reading that if a system has eigen values of i and -i then this corresponds to a 90 degree planar rotation?

I ask because the question I am answering goes on to say.

Use eigen value analysis to dscribe the behaviour of the system.

Any help would be great
 
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