ultimateguy
- 122
- 1
Homework Statement
Consider a spin 1/2 particle placed in a magnetic field \vec{B_0} with components:
B_x = \frac{1}{\sqrt{2}} B_0
B_y = 0
B_z = \frac{1}{\sqrt{2}} B_0
a) Calculate the matrix representing, in the {| + >, | - >} basis, the operator H, the Hamiltonian of the system.
b) Calculate the eigenvalues and the eigenvectors of H.
c) The system at time t = 0 is in the state | - >. What values can be found if the energy is measured, and with what probabilities?
Homework Equations
\omega_0 = - \gamma B_0
H = \omega_0 S_z
S_z = \frac{\hbar}{2} \[ \left( \begin{array}{cc}<br /> 1 & 0 \\<br /> 0 & -1 \\ \end{array} \right)\]
The Attempt at a Solution
I'm stuck on part a).
My initial instinct is to do this:
H = \omega_0 S_z
H = - \gamma \vec{B_0} S_z
H = - \gamma \vec{B_0} \frac{\hbar}{2} \[ \left( \begin{array}{cc}<br /> 1 & 0 \\<br /> 0 & -1 \\ \end{array} \right)\]
But \vec{B_0} is a 3D column vector, and I can't multiply that into a 2x2 matrix. And I have to somehow express that with | + > and | - >... I have a feeling I'm on the wrong track.