Find Eigenvalues & Eigenvectors for Exercise 3 (2), Explained!

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
8 replies · 2K views
member 731016
Homework Statement
Please see below
Relevant Equations
Please see below
For exercise 3 (2),
1686025959535.png
,
The solution for finding the eigenvector is,
1686025997702.png

However, I am very confused how they got from the first matrix on the left to the one below and what allows them to do that. Can someone please explain in simple terms what happened here?

Many Thanks!
 
Physics news on Phys.org
You are looking for vectors for which ##Ax=\lambda x##. This is solvable if the determinant of ##A-\lambda I## is zero. Should give you three possible values for ##\lambda## , (different or two or three equal). You then solve ##(A-\lambda I)\vec x=\vec 0## with simple operations like subtracting one row from another.

##\ ##
 
Reply
  • Like
Likes   Reactions: member 731016
ChiralSuperfields said:
Homework Statement: Please see below
Relevant Equations: Please see below

For exercise 3 (2),
View attachment 327486,
The solution for finding the eigenvector is,
View attachment 327487
However, I am very confused how they got from the first matrix on the left to the one below and what allows them to do that. Can someone please explain in simple terms what happened here?

Many Thanks!
When you apply the concept as required; you shall end up with the equation,

##(-1-λ)(λ^2-aλ+λ-a)=0##.

you picked your ##λ=-1## and if you substitute the eigen value back into the matrix, you can confirm that it satisfies the equation.

...

from there, we now have to now deal with the equation, ##(2+2a)x+(1+a)z=0##


 
Last edited:
Reply
  • Like
Likes   Reactions: SammyS and member 731016
BvU said:
You are looking for vectors for which ##Ax=\lambda x##. This is solvable if the determinant of ##A-\lambda I## is zero. Should give you three possible values for ##\lambda## , (different or two or three equal). You then solve ##(A-\lambda I)\vec x=\vec 0## with simple operations like subtracting one row from another.

##\ ##
Thank you for your reply @BvU!

Sorry what operations were used to get from,
1686041103340.png

Orange matrix to pink matrix?

Many thanks!
 
chwala said:
When you apply the concept as required; you shall end up with the equation,

##(-1-λ)(λ^2-aλ+λ-a)=0##.

you picked your ##λ=-1## and if you substitute the eigen value back into the matrix, you shall end up with,

still posting
Thank you for your reply @chwala!
 
ChiralSuperfields said:
Thank you for your reply @BvU!

Sorry what operations were used to get from,
View attachment 327490
Orange matrix to pink matrix?

Many thanks!
...switching of rows combined with understanding of row reduced echelon form...
 
Reply
  • Like
Likes   Reactions: member 731016
ChiralSuperfields said:
what operations were used to get from orange matrix to pink matrix?
Subtract row 2 from row 3 (gives ##0,0,0##)
Divide row 2 by ##2+2a## (gives ##1,0,{1\over 2}##)
Swap row 1 and 2

:smile:

##\ ##
 
Reply
  • Like
Likes   Reactions: member 731016 and chwala
BvU said:
Subtract row 2 from row 3 (gives ##0,0,0##)
Divide row 2 by ##2+2a## (gives ##1,0,{1\over 2}##)
Swap row 1 and 2

:smile:

##\ ##

Note that dividing a row by [itex]2 + 2a[/itex] is only valid if [itex]a \neq -1[/itex]. This case will require separate treatment.
 
Reply
  • Like
Likes   Reactions: chwala and member 731016