How Do You Determine Eigenstates and Eigenvalues for a Given Matrix Operator?

  • Thread starter Thread starter tarq
  • Start date Start date
  • Tags Tags
    Matrix Operator
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
1 reply · 2K views
tarq
Messages
2
Reaction score
0

Homework Statement



The matrix representation of an operator is

[tex] <br /> \left(<br /> \begin{array}{cccc}<br /> 1 & 0 & a & 0\\<br /> 0 & 1 & 0 & b\\<br /> a & 0 & 1 & 0\\<br /> 0 & b & 0 & 1\\<br /> \end{array}<br /> \right)<br /> [/tex]

Show that [tex]\frac{1}{\sqrt{2}} \left( \begin{array}{cccc}1 & 0 & 1 & 0\end{array} \right)[/tex] is an eigenstate of the operator and derive its eigenvalue. Give one other eigenstate of the operator with its eigenvalue.

The Attempt at a Solution



I can easily show that [tex]\frac{1}{\sqrt{2}} \left( \begin{array}{cccc} 1 & 0 & 1 & 0 \end{array} \right)[/tex] is the eigenstate of the operator and found that it's eigenvalue is [tex]1+a[/tex]. I however don't understand how to work out the other eigenstates of the operator. Do you have to simply guess the other eigenstates and then check to see if they are correct by checking if it fulfills the condition [Operator][eigenstate]=[eigenvalue][eigenstate] ?, thanks for the help
 
Physics news on Phys.org
Well there is a procedure for finding eigenvalues and eigenstates. The eigenvalue equation is Ax=ax <=> (A-aI)x=0 where I is the identity matrix. This has non-trivial solutions if the matrix (A-aI) is not invertible. So the condition for the existence of eigenvalues is det(A-aI)=0 and they are found as the roots of this equation. Once you know the eigenvalues you can find the corresponding eigenvectors by plugging a general vector into the eigenstate equation and solving for the components of the vector.

However, in your case it easy to guess another eigenstate just by looking at the matrix and the given eigenstate. That is obviously a lot easier and sufficient since you aren't asked to derive the vectors.