The probability that spin will be in -x direction

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
czaroffishies
Messages
14
Reaction score
0

Homework Statement



A spin 1/2 particle is in the state [tex]\left| \Psi \right\rangle[/tex] = [tex]\sqrt{2/3}\left|\uparrow\right\rangle + i\sqrt{1/3}\left|\downarrow\right\rangle[/tex]

A measurement is made of the x-component of the spin. What is the probability that the spin will be in the -x direction?

Homework Equations



Spin states are represented as linear combinations of the spin in the +z direction and -z direction, since these spins form an orthonormal basis set:
http://en.wikipedia.org/wiki/Spin-½#Mathematical_description

In this case, spin in -x direction is represented by

[tex]\sqrt{1/2} \[<br /> \left( {\begin{array}{cc}<br /> 1 \\<br /> -1 \\<br /> \end{array} } \right)<br /> \][/tex]

The Attempt at a Solution



P = [tex]\left|\left\langle\leftarrow\left|\Psi\right\rangle\left|^{2}[/tex]
= the transpose of the [tex]\leftarrow[/tex] matrix, times the [tex]\Psi[/tex] matrix, squared.

When calculating this straightforwardly, I will end up with a complex probability because of the i term in the [tex]\Psi[/tex] matrix. That doesn't make sense!

So, do I just take this complex number and find its magnitude in the complex plane, and then square that?

Or something else?

Thanks!
 
Physics news on Phys.org
czaroffishies said:
P = [tex]\left|\left\langle\leftarrow\left|\Psi\right\rangle\left|^{2}[/tex]
= the transpose of the [tex]\leftarrow[/tex] matrix, times the [tex]\Psi[/tex] matrix, squared.

When calculating this straightforwardly, I will end up with a complex probability because of the i term in the [tex]\Psi[/tex] matrix. That doesn't make sense!
The method is correct.
So, do I just take this complex number and find its magnitude in the complex plane, and then square that?

Or something else?

Thanks!
To find the probability you multiply the projection by its complex conjugate. Did you do that or did you just square it?
 
That is a fantastic idea!

P = [tex]\left(\sqrt{1/2}*\sqrt{2/3}-i\sqrt{1/2}*\sqrt{1/3}\right)*\left(\sqrt{1/2}*\sqrt{2/3}+i\sqrt{1/2}*\sqrt{1/3}\right)[/tex]

= 1/2

Is this correct?

Actually, this is the same answer I got when I used the magnitude-in-the-complex-plane method. Hrm. Coincidence, or no... I will look into it.