Intro (you may skip this if you're an expert, I'm including this for completeness):
Say I have two bases for two systems,
The first is a spin-1/2 system $|+\rangle = \left(\begin{array}{c} 1\\0 \end{array}\right),|-\rangle=\left(\begin{array}{c} 0\\1 \end{array}\right)$
The second is a spin-1 system, with $|1_+\rangle=\left(\begin{array}{c} 1\\0\\0 \end{array}\right),|1_0\rangle=\left(\begin{array}{c} 0\\1\\0 \end{array}\right),|1_-\rangle=\left(\begin{array}{c} 0\\0\\1 \end{array}\right)$
Now for the first system, I can use the Pauli matrix
$$\hat{S_z}=\frac{1}{2}\hbar\hat{\sigma}_z = \left( \begin{array}{cc} -\frac{\hbar }{2} & 0 \\ 0 & \frac{\hbar }{2} \\ \end{array} \right)$$
in order to get the projection of my state on the z-axis. Likewise, I could use the projection matrix $$\hat{J}_z=\hbar\left( \begin{array}{ccc} 1 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & -1 \\ \end{array} \right)$$
To project the other state on the z-axis. Those operators will act on my basis in the following way:
$$\hat{S}_z|+\rangle=\frac{\hbar}{2}|+\rangle$$ $$\hat{J}_z|1_+\rangle=\hbar|1_+\rangle$$
Problem: (here comes the question)
So far everything is good! Now the problem comes when I introduce a space for the composite system, so I'm getting the basis
$$|S_z\rangle\otimes |J_z\rangle\rightarrow\left\{ |+,1_+\rangle,|+,1_0\rangle,|+,1_-\rangle,|-,1_+\rangle,|-,1_0\rangle,|-,1_-\rangle\right\}$$
Now the question is: how do I use the matrix formalism to have such operations just like I had them before in the single systems:
$$S_z|+,1_+\rangle=\frac{\hbar}{2}|+,1_+\rangle$$ $$S_z|+,1_-\rangle=\frac{\hbar}{2}|+,1_-\rangle$$ $$J_z|+,1_0\rangle=0|+,1_0\rangle$$ $$J_z|+,1_-\rangle=-\hbar|+,1_-\rangle$$
In other words, how do I write the state-kets and the operators in the composite system in matrix formalism (just like I showed in the beginning) to give results compatible with what I would expect in the examples?
Is this wrong in some way?
Every time I try to do this with Kronecker Product (like $\hat{S}_z \otimes \hat{J}_z$) I arrive at a mess, and I get terms proportional to $\hbar^2$, and I don't get the eigen-values I expect, and I'm not sure what I'm doing wrong. Could you please show me how to do this?
Thank you.
Any additive property $P$ could then be written $P = P_1 \otimes \mathbb{Id_2} + \mathbb{Id_1} \otimes P_2$, and not $P = P_1 \otimes P_2$
– Trimok Nov 05 '13 at 18:05