Solving Simple Matrix Algebra Homework Problem

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
6 replies · 3K views
Jimmy Snyder
Messages
1,137
Reaction score
22

Homework Statement


This is from Ryder's QFT book, second ed. page 37. At the bottom of the page it says that the commutation relations (eqn 2.68?) are satisfied by:
[itex]K = \pm i\frac{\sigma}{2}[/itex]
However, I do not find this to be so. What am I missing?

Homework Equations


Here is one of the commutation relations that I think he means.
[itex][K_x,K_y] = -iJ_z[/itex]

The Attempt at a Solution


Using [itex]K = i\frac{\sigma}{2}[/itex], I get:
[itex][K_x,K_y] = [i\frac{\sigma_x}{2},i\frac{\sigma_y}{2}] = \frac{-1}{4}[\sigma_x,\sigma_y] = -\frac{1}{2}\sigma_z = iK_z \neq -iJ_z[/itex]
 
Last edited:
Physics news on Phys.org
Thanks Dick. Here is the corrected attempt. I still don't get the right commutation relation.

[itex][K_x,K_y] = [i\frac{\sigma_x}{2},i\frac{\sigma_y}{2}] = \frac{-1}{4}[\sigma_x,\sigma_y] = -i\frac{\sigma_z}{2} = -K_z \neq -iJ_z[/itex]
 
yes, you do get the right relation. Ryder is talking about (2-component) Pauli spinors for which [tex]J_z=\frac{\sigma_z}{2}[/tex].

Look at equation (2.74). That is a boost and a rotation of a 2-component spinor where the rotation generator is
[tex]\frac{\vec \sigma}{2}[/tex] and the boost generator is [tex]i\frac{\vec \sigma}{2}[/tex].
 
olgranpappy said:
[tex]J_z=\frac{\sigma_z}{2}[/tex].
Thanks olgranpappy, your reply is what I needed. If I make the substitutions [tex]K = i\frac{\sigma}{2}[/tex] and [tex]J = \frac{\sigma}{2}[/tex], then I get:

[tex][K_x,K_y] = [i\frac{\sigma_x}{2},i\frac{\sigma_y}{2}] = -i\frac{\sigma_z}{2} = -iJ_z[/tex] just as in (2.68)

I have also verified the other relations in (2.68). I came close to solving it this morning as I was driving to work. It occurred to me that there might be a typo in the book and that the author meant J instead of K in eqn (2.69). If I had followed that thought a while longer, I might have come up with the solution on my own. Thanks again for your help.