Distinguishing between eigenstates

  • Context: Graduate 
  • Thread starter Thread starter james477
  • Start date Start date
  • Tags Tags
    Eigenstates
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
james477
Messages
7
Reaction score
0
Hi, i am having trouble understanding a section of a QM course concerning degenerate eigenstates.

Suppose that some operator B is compatible with A (so A and B have a common eigenbasis). My notes say that this means that some r and r+pi/2 give eigenstates of both A and B in the form |a(r)> = (cos(r)|a1> + sin(r)|a2>) where |a1> and |a2> are two orthogonal degenerate eigenstates of A. I don't understand why the eigenstates have this form?

It goes on to say that in order to find the appropriate value of r we must solve for the eigenvectors of:

<a1|B|a1> <a1|B|a2>
<a2|B|a1> <a2|B|a2>

I don't understand this either... what is the significance of the eigenvectors of this matrix? (i believe the eigenvalues are the quantised measurables of B)

Any help would really be appreciated, Thanks
 
Physics news on Phys.org
So the idea with degenerate states is that when an operator A is said to be degenerate means that for a particular eigenvalue the corresponding eigenspace has a dimension larger than one. For simplicity we take this dimension to be two.

This means that when we construct an eigenbasis for A, there will always be two eigenvectors of this basis which share the same eigenvalue, i.e.

[itex]A|\lambda_1\rangle = A|\lambda_2\rangle = \lambda|\lambda_1\rangle[/itex]

Note that [itex]|\lambda_1\rangle[/itex] en [itex]|\lambda_2\rangle[/itex] are linearly independent. Also, we may choose any linear combination of these two vectors and we still end up with an eigenvector of A:

[itex]|\lambda_3\rangle = a|\lambda_1\rangle + b |\lambda_2\rangle \Longrightarrow A|\lambda_3\rangle = \lambda|\lambda_3\rangle[/itex]

What is important to realize is that there does not exist a natural basis for A within this degenerate eigenspace. Any two linearly independent eigenvectors will do.

So, now we get to the second point. Suppose we have a second operator B, which commutes with A (i.e. they are compatible). This means that there exists an eigenbasis of B which is also an eigenbasis of A. However, it is in general not true that any eigenbasis of A is also an eigenbasis for B. The reason for this is that the degenerate eigenspace of A might not be degenerate for B. In that case the operator B "distinguishes" among these eigenvectors of A.

So: [itex]B|\lambda_1\rangle \neq B|\lambda_2\rangle[/itex]

In fact, the eigenvectors of A [itex]|\lambda_1\rangle[/itex] and [itex]|\lambda_2\rangle[/itex] will in general not even be eigenvectors of B (remember: any linear combination of these two eigenvectors is also an eigenvector of A). So the aim is now to find a new set of states [itex]|\lambda_1'\rangle[/itex] and [itex]|\lambda_2'\rangle[/itex] which also form an eigenbasis of B. By looking for the eigenvalues of the matrix you wrote down you are precisely determining that. Namely, these eigenvalues correspond to two eigenvectors. And these eigenvectors in turn diagonalize this matrix.

In other words, we need to find the basis [itex]|\lambda_1'\rangle[/itex] and [itex]|\lambda_2'\rangle[/itex] such that we have:

[itex]\left(<br /> \begin{matrix}<br /> \langle\lambda_1'|B|\lambda_1'\rangle & \langle\lambda_1'|B|\lambda_2'\rangle\\<br /> \langle\lambda_2'|B|\lambda_1'\rangle & \langle\lambda_2'|B|\lambda_2'\rangle<br /> \end{matrix}\right) = \left(<br /> \begin{matrix}<br /> \lambda_1' & 0\\<br /> 0 & \lambda_2'<br /> \end{matrix}\right)[/itex]

If the matrix is of this form, then B is diagonal, which is precisely what we want.
 
Thanks, that's much clearer :)