Eigevalues and eigevectors of an Hamiltonian

  • Thread starter Thread starter 19matthew89
  • Start date Start date
  • Tags Tags
    Hamiltonian
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
19matthew89
Messages
46
Reaction score
12

Homework Statement


Hi,
I must find eigenvalues and eigenvector of this Hamiltonian, which describes a system of two 1/2-spin particles.

H = A([itex]S_{1z}[/itex] - [itex]S_{2z}[/itex]) + B([itex]S_{1}[/itex] · [itex]S_{2}[/itex])

where [itex]S_{1}[/itex] and [itex]S_{2}[/itex] are the two spins, [itex]S_{1z}[/itex] and [itex]S_{2z}[/itex] are their z-components, and A and B are constants.

Homework Equations



Since it's easy finding eigenvalues and eigevectors of ([itex]S_{1}[/itex]· [itex]S_{2}[/itex]) in total spin base (I can write it as (0.5)([itex]S^{2}[/itex]-[itex]{S_{1}}^{2}[/itex]-[itex]{S_{2}}^{2}[/itex]) I've thought I should use this base, but [itex]S_{1z}[/itex] and [itex]S_{2z}[/itex] do not commute.

The Attempt at a Solution



I've tried to solve this problem in this way. I know you can write this Hamiltonian using the basis {|++>; |+->; |-+>; |-->} and, if I know how H acts on this basis I can write a matrix which represents the action of H. So I computed how H acts using the basis {|++>; |+->; |-+>; |-->} to estimate the action of A([itex]S_{1z}[/itex] - [itex]S_{2z}[/itex]) and the basis {|11>; |10>; |1-1>; |00>} to estimate the action of B([itex]S_{1}[/itex] · [itex]S_{2}[/itex]) and the I've correlated the two bases using Clebcsh-Gordan coefficients. Is this way of proceeding correct?
At the end I've found a matrix in {|++>; |+->; |-+>; |-->} which, obviously, is not diagonal. How can now find eigenvalues and eigenvector? Diagonalizing? Is there a faster way to get a diagonal matrix?

Thanks
 
Last edited:
Physics news on Phys.org
Because in the basis of {[itex]S^{2}[/itex], [itex]S_{z}[/itex], [itex]{S_{1}}^{2}[/itex], [itex]S_{2}^{2}[/itex]} the operator [itex]S_{1z}[/itex] and [itex]S_{2z}[/itex] do not commute with the other elements of the basis. At the end I've found a 4x4 matrix (each basis is made of 4 elemnts). In the basis {|++>; |+->; |-+>, |-->} the matrix is the one shown in pdf file (I don't know how to insert a matrix eheheh:biggrin:).
 

Attachments

Your terminology is all messed up.
  1. The operators aren't elements of the basis. The simultaneous eigenstates of the operators are the basis, i.e. [itex]\{\vert 1 1 \rangle, \vert 1 0 \rangle, \vert 1 -1 \rangle, \vert 0 0 \rangle \}[/itex] is one of the bases you're referring to.
  2. It doesn't make sense to say the operators don't commute with elements of a basis. Operators commute or don't commute with other operators.
  3. "S1z and S2z don't commute" means [S1z,S2z]≠0, which isn't true. S1z and S2z do commute.
  4. What you meant was that S1z and S2z don't commute with S2. As a consequence, the first term of the Hamiltonian isn't represented by a diagonal matrix in the basis above.
Now on to your matrix. (You can right-click on the matrix and choose "Show Source" to see the LaTeX markup.)
\begin{pmatrix}
B/4 & 0 & 0 & 0 \\
0 & -B/4+A & B/2 & 0 \\
0 & B/2 & -B/4-A & 0 \\
0 & 0 & 0 & B/4
\end{pmatrix}
[strike]Can you show how you calculated the middle block? The B terms I get differ from yours by a factor of [itex]\sqrt{2}[/itex].[/strike]

EDIT: I think your matrix is fine. I missed a factor of [itex]\sqrt{2}[/itex] somewhere.

You should be able to see what two of the eigenvalues and corresponding eigenvectors are by inspection. You just need to diagonalize the submatrix to find the remaining two.
 
Last edited:
Thank you so much!
Yes, you're right, I'm sorry! I should have written the eigenstates as basis while the list I've put down is a Complete Set of Commuting Observabels to which the basis

[itex]\{\vert 1 1 \rangle, \vert 1 0 \rangle, \vert 1 -1 \rangle, \vert 0 0 \rangle \}[/itex]

corresponds.

Thanks for clarifying my terminology, too! I'm very grateful to you for letting me know that my line of reasoning, despite my lexicon, is correct.:blushing: (I'll go and compute again the matrix to find the missing factor of [itex]\sqrt{2}[/itex]).

Bye

P.S. I thank you also for the hint how to post a matrix