Finding eigen values of a 2x2 matrix

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
andrey21
Messages
475
Reaction score
0
Find the eigenvalues of the following 2x2 matrix:

(0 1)/(-1 0)


Homework Equations





By using the formula (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 formula (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