How do you find this eigenvector?

  • Thread starter Thread starter msell2
  • Start date Start date
  • Tags Tags
    Eigenvector
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
msell2
Messages
13
Reaction score
0
[0 1]
[-2 -2] This is the 2x2 matrix.

[λ -1]
[2 λ+2] This is the matrix that equals λI - A.

Here are the eigenvalues I found:
λ = -1 + i, -1 - i

I am really confused at what to do next to find the eigenvectors. I keep looking online for help but I still can't figure it out...

Thanks!
 
Physics news on Phys.org
msell2 said:
[0 1]
[-2 -2] This is the 2x2 matrix.

[λ -1]
[2 λ+2] This is the matrix that equals λI - A.

Here are the eigenvalues I found:
λ = -1 + i, -1 - i

I am really confused at what to do next to find the eigenvectors. I keep looking online for help but I still can't figure it out...

Thanks!

Now put one of your eigenvalues into λI - A and try to find a vector v such that (λI - A)v=0. Then v would be an eigenvector of λ. It's just a set of linear equations to solve with a free parameter.
 
msell2 said:
[0 1]
[-2 -2] This is the 2x2 matrix.

[λ -1]
[2 λ+2] This is the matrix that equals λI - A.

Here are the eigenvalues I found:
λ = -1 + i, -1 - i

I am really confused at what to do next to find the eigenvectors. I keep looking online for help but I still can't figure it out...

Thanks!

For ##\lambda## equal an eigenvalue, your two equations are dependent, so you only need to solve one and you have one free variable. The first one is the same as ##\lambda x - y =0## or ##y = \lambda x##. So let ##x = 1## and what do you get for ##y##? Do that for each value of ##\lambda## and you will have two [x,y] eigenvectors.
 
Dick said:
Now put one of your eigenvalues into λI - A and try to find a vector v such that (λI - A)v=0. Then v would be an eigenvector of λ. It's just a set of linear equations to solve with a free parameter.
I get what I need to do in theory, I just don't actually know how to do it. How do you find v such that (λI-A)v=0?
 
msell2 said:
I get what I need to do in theory, I just don't actually know how to do it. How do you find v such that (λI-A)v=0?

Just try it! What is the matrix (λI-A) when λ=-1+i? Write that matrix times a vector (x,y), set it equal to zero and try to find a solution for x and y.