Ok, many thanks. Though I'm still not sure if I understand this. I mean it's quite unclear to me how these are used.
Edit: The problem is the following:
We have vectors a=(a1,a2,a3) and b=(b1,b2,b3)
Express the spin state |+>b as a linear combination of the normalized eigenvectors of the spin operator Sa and show that the probabilities to measure +/- hbar/2 are [tex]cos^2 (\theta/2)[/tex] and[tex]sin^2 (\theta/2)[/tex] where theta is the angle between a and b.
I know the eigenvectors of Sa but can't get past that.
Below is everything I have so far.
-------
How do I calculate the eigenvalue of S?
[tex]\textbf{S}=\frac{\hbar}{2}(x \sigma _x + y \sigma _y + z \sigma _z)=<br />
\frac{\hbar}{2}\left( \begin{array}{cc} z & x -iy \\ x +iy & -z \end{array} \right)[/tex]
So the eigenvalues would be..?
[tex]
\left| \begin{array} {cc}\frac{\hbar}{2}z-\lambda & \frac{\hbar}{2}(x-iy) \\ \frac{\hbar}{2}(x+iy) & -\frac{\hbar}{2}z-\lambda \end{array}\right|<br />
\Rightarrow \lambda = ^+_- \frac{\hbar}{2}[/tex]
because (x,y,z) is a unit vector.
If I'm to find the eigenvector (of the positive eigenvalue):
[tex]\textbf{Sv}=\frac{\hbar}{2}\textbf{v}\Rightarrow\frac{\hbar}{2}\left( \begin{array}{cc} z & x -iy \\ x +iy & -z \end{array} \right)\textbf{v}=\frac{\hbar}{2}\textbf{v}\Rightarrow\left( \begin{array}{cc} z & x -iy \\ x +iy & -z \end{array} \right)\textbf{v}=\textbf{v}\Rightarrow\left( \begin{array}{cc} z & x -iy \\ x +iy & -z \end{array} \right)\left( \begin{array}{c} u \\ v \end{array} \right)=\left( \begin{array}{c} u \\ v \end{array} \right)[/tex]
I get two equations:
[tex]zu+(x-iy)v=u \ \ ,\ \ (x+iy)u-zv=v[/tex]
Rearranging these:
[tex](z-1)u+(x-iy)v=0 \ \ = \ \ (x+iy)u-(z+1)v=0[/tex]
And again:
[tex](z-1)u-(x+iy)u=(-x+iy)v-(z+1)v\Rightarrow<br />
(-x-iy+z-1)u=(-x+iy-z-1)v\Rightarrow<br />
u=-x+iy-z-1 \ \ ,\ \ v=-x-iy+z-1[/tex]
So the eigenvector would be
[tex]\left( \begin{array}{c} -x+iy-z-1 \\ -x-iy+z-1 \end{array}\right)[/tex]
And for the negative eigenvalue
[tex]\left( \begin{array}{c} -x+iy-z+1 \\ -x-iy+z+1 \end{array}\right)[/tex]
These seem to work if I insert them into
[tex]\textbf{Sv}=^+_-\frac{\hbar}{2}\textbf{v}[/tex]
Normalizing the eigenvectors I get:
[tex]\chi_+=\frac{1}{2\sqrt{x+1}}\left( \begin{array}{c} -x+iy-z-1 \\ -x-iy+z-1<br />
\end{array}\right)[/tex]
[tex]\chi_- =\frac{1}{2\sqrt{-x+1}}\left( \begin{array}{c} -x+iy-z+1 \\ -x-iy+z+1 \end{array}\right)[/tex]
But I don't actually understand what I've just done. Is this physically reasonable?
How do I actually use these to get some generic spinor?
[tex]\chi = \frac{a+b}{2\sqrt{x+1}}\chi _+ + \frac{a-b}{2\sqrt{-x+1}}\chi _-\ \ ?[/tex]
And to make things even more laborious, I'd have to know how to express the spin state of some other vector (i,j,k) as a linear combination of the previous eigenvectors. I know that when vectors m = (x,y,z) and n = (i,j,k) are unit vectors, then there's a relation [tex]m \cdot n =cos\ \theta[/tex]
The problem is I don't understand how I can apply that relation to the spinors. If theta is the angle between m and n, how can I apply it to figure how the eigenvectors in the direction m relate to the eigenvectors in the direction n? If the eigenvectors X+ and X- are the eigenvectors of the spin operator S in the direction m, how can I use them to get the spinor in the direction n?