Help with the concept of eigenvectors

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
kel
Messages
62
Reaction score
0
Hi, I just need a little bit of help with the concept of eigenvectors.

I have a basic 2x2 matrix and have found the eigenvalues to be: 4 and 9

I have also tried going through the process of finding the eigenvectors that my lecturer has shown me, but I'm not sure where to go from there, I'm currently stuck with:

2x + 3y = 0 and
2x + 3y = 0 (yes they are both the same!)

anyway, could anyone tell me where I go from here? step by step please.

Thankyou
Kel
 
Physics news on Phys.org
I assume this is the system you get for one of those eigenvalues.
In that case, it's completely normal that the equations are the same (or multiples of each other) since you want its solution to be a vector: the eigenvector.

One of the equations is now redundant, solve the remaining equation by letting one of the two variables (x and y) equal a parameter (e.g. t).
 
You mean like this?

2x + 3y = 0,

3y = t

therefore, t = -2x
 
Well, you want x and y in function of t, not the other way arround.
But it goes like that, more or less: just do it as you would solve an equation with two unknowns.
 
2x + 3y = 0 means that y=-(2/3)x, a relationship between the components. Once you choose an x (say x=1), you completely determine an eigenvector. Note that if you choose something else for x (say x=2 [or more generally, using the suggestion made above, x=t]), then you determine a constant multiple of the original eigenvector, which is still an eigenvector. Note: If v is an eigenvector, then so is kv.
 
Ok, got it.

Thanks for the help