Can the Spin of an Electron Flip in a Different Direction than Measured?

  • Thread starter Thread starter wizzart
  • Start date Start date
  • Tags Tags
    Spin
AI Thread Summary
The discussion centers on the measurement of an electron's spin, specifically how measuring in one direction (x) affects the state of the spin initially polarized in another direction (z). Participants clarify that while the measurement is represented by a Hermitian operator, the operator S_x is not diagonal in the Sz basis, leading to confusion about the resulting state after measurement. The correct interpretation involves using the von Neumann projection postulate, which states that after measurement, the state collapses to the eigenstate corresponding to the measured value. The conversation highlights the importance of understanding the relationship between different spin bases and the implications of measurement in quantum mechanics. Ultimately, it concludes that the initial reasoning about spin flipping was correct, emphasizing the need for clarity in operator application.
wizzart
Messages
24
Reaction score
0
I'm studying for a QM course test, and I was just doing a little thinking about the pauli matrices in a distracted moment. I came up with something, that to my knowledge isn't right, but I can't figure out where my argument goes 'boink'.

The case is this:
Imagine I have an electron polarised in the positive z-direction (call it |z_up> ). And can prepare this for instance with a Stern Gerlach apparatus.
Now I perform a measurement on the spin in an orthogonal direction, say the x-direction. I either find |x_up> or |x_down>. Whatever the result, it can be expressed as a superposition of |z_up> and |z_down>, more specifically as one of the following 2 vectors: (1,1) or (1,-1) in the z-basis.

Until this point, I think I got it right. Now comes what disturbs me:
Measuring is mathematically represented by a Hermitian matrix, in this case the matrix S_x. But letting S_x act on (1,0) (wich is |z_up>) gives me (0,1), which would say that my spin flipped in the z-direction.

Now I think the problem is that I'm misusing/interpreting S_x...but I can't figure out what would be the correct procedure...
 
Physics news on Phys.org
It makes no sense to speak of electrons (s=1/2) and infer spin eigen vectors like (1,1),(1,0) and (1,-1) which are not for a 1/2 spin particle.

So reformulate your problem,unless you didn't mean the kets |1,1\rangle,|1,0\rangle,|1,-1\rangle,but something else.

Daniel.
 
Spin 1/2 particles 'live' in a 2D Hilbert space, which is spanned by two basisvectors, which I can choose to be the eigenspinor of Sz. I can label these vectors as (1,0) and (0,1), corresponding to spin up or down in the z direction...Right?

(like for instance Griffiths page 156)
 
Last edited:
You mean the columns.Sure you can.I was thinking about the kets and that's why i responded.

Daniel.
 
ah yes, I see the confusion. Sorry, the vectors I mentioned need to be transposed...But still, where does my reasoning go wrong?
 
Okay.The system is initially in a pure state,an eigenstate of \hat{S}_{z},that is represented by the ket |1/2,1/2\rangle.You make a measurement of the spin in the "x" direction and you want to determine the state vector after measurement.

You'll have to apply the V-th postulate (so called von Neumann projection postulate).

Daniel.
 
Measuring a quantity is not the same as multiplying the vector by the corresponding observable. It is not right to say that after the measurement the state is S_x|z_up> (this would be deterministic). The state afterwards will be the eigenstate of S_x corresponding to the measured eigenvalue.
 
wizzart said:
I'm studying for a QM course test, and I was just doing a little thinking about the pauli matrices in a distracted moment. I came up with something, that to my knowledge isn't right, but I can't figure out where my argument goes 'boink'.

The case is this:
Imagine I have an electron polarised in the positive z-direction (call it |z_up> ). And can prepare this for instance with a Stern Gerlach apparatus.
Now I perform a measurement on the spin in an orthogonal direction, say the x-direction. I either find |x_up> or |x_down>.
If you are trying to find the Sx operator in the Sz basis, it makes more sense to consider the Sx;+ ans Sx;- beams coming out of a SG(x) apparatus and measure Sz on these beams. Since the probability of finding Sz in the up-state equals that for the down-state, you have :
|\langle S_z;+|S_x;+ \rangle| = |\langle S_z;-|S_x;+ \rangle| = 1/ \sqrt{2}


|\langle S_z;+|S_x;- \rangle| = |\langle S_z;-|S_x;- \rangle| = 1/ \sqrt{2}

This let's you construct the Sx;+ and Sx;- kets (making sure they are orthogonal, since they are mutually exclusive) as:

|S_x;+ \rangle = \frac{1}{\sqrt{2}} |S_z;+ \rangle + \frac{1}{\sqrt{2}} |S_z;- \rangle and

|S_x;- \rangle = \frac{1}{\sqrt{2}} |S_z;+ \rangle - \frac{1}{\sqrt{2}} |S_z;- \rangle

This (along with the eigenvalue equations for Sz) allows you to describe the Sx operator in the Sz basis:

S_x = \frac {\hbar}{2}[(|S_z;+ \rangle \langle S_z;-|) + (|S_z;- \rangle \langle S_z;+|)]

Whatever the result, it can be expressed as a superposition of |z_up> and |z_down>,
True.

more specifically as one of the following 2 vectors: (1,1) or (1,-1) in the z-basis.
No, the eigenvectors of Sz in its own basis are the (1,0) and (0,1) column vectors.

Until this point, I think I got it right. Now comes what disturbs me:
Measuring is mathematically represented by a Hermitian matrix, in this case the matrix S_x.
Sx will only be Hermitian in its own basis, not in the eigenbasis of Sz.

But letting S_x act on (1,0) (wich is |z_up>) gives me (0,1), which would say that my spin flipped in the z-direction.
Now I think the problem is that I'm misusing/interpreting S_x...but I can't figure out what would be the correct procedure...
This is not the right way to do this. Sx is not Hermitian in the Sz basis. It is Hermitian in its own basis. So what you want to do is write the |z_up> vector in terms of |x_up> and |x_down> and then operate Sx on this.
 
Last edited:
Gokul43201 said:
No, the eigenvectors of Sz in its own basis are (1,0) and (0,1).

I think wizzart was referring to the eigenvectors of S_x in the Sz-eigenbasis.

Sx will only be Hermitian in its own basis, not in the eigenbasis of Sz.
I`m not so sure about that one. I'd check it, but I`m leaving. Will come back to it later...
 
  • #10
Galileo said:
I think wizzart was referring to the eigenvectors of S_x in the Sz-eigenbasis.
That doesn't make much sense then. I've written out the eigenvectors of Sx, namely |Sx;+> and |Sx;-> in terms of the eigenkets of Sz (in the previos post).


I`m not so sure about that one. I'd check it, but I`m leaving. Will come back to it later...
Do check it. Sx is not diagonal in the Sz basis. Neither will be Sy, S+ or S-.
 
  • #11
Yes,Gokul is right in everything he said.A very elegant (à la Sakurai,i might say) way of deriving the "x" spin operator.:approve:

Daniel.
 
  • #12
thanks all...je comprend :)
Like I said, just something I thought up while in the middle of stressful exam preps...just couldn't find where I was going wrong. Turns out I mixed measurement and expectation value, to put it in a short way.
 
  • #13
Gokul43201 said:
Do check it. Sx is not diagonal in the Sz basis. Neither will be Sy, S+ or S-.
Right, but you said Hermitian :wink:
 
  • #14
Gokul43201 said:
That doesn't make much sense then. I've written out the eigenvectors of Sx, namely |Sx;+> and |Sx;-> in terms of the eigenkets of Sz (in the previos post).


Do check it. Sx is not diagonal in the Sz basis. Neither will be Sy, S+ or S-.


Here are some basic facts (that don't need checking):

On observable is always represented by a Hermition Operator. The Hermitian nature of the operator does NOT care for which basis you expand the operator in (for your own convenience). In terms of matrices Hermitian means - take an element of the matrix- tranpose and complex conjugate it to get the element that corresponds to reflecting it across the diagonal. Clearly, no where does this require the matrix to be diagonal.

So, Sx and Sz both are Hermitian in both the Sx and Sz bases.

Indeed, Hermicity is a representation independent attribute - an attribute that is true even if you don't represent the operator by matrices - let alone matrices is a particular basis.

S+ and S- are constructs for computational convenience. They do NOT correspond to observables are hence NOT hermitian.

More facts follow.

Adi.
 
  • #15
rainbowings said:
On observable is always represented by a Hermition Operator. The Hermitian nature of the operator does NOT care for which basis you expand the operator in (for your own convenience). In terms of matrices Hermitian means - take an element of the matrix- tranpose and complex conjugate it to get the element that corresponds to reflecting it across the diagonal. Clearly, no where does this require the matrix to be diagonal.

So, Sx and Sz both are Hermitian in both the Sx and Sz bases.

Indeed, Hermicity is a representation independent attribute - an attribute that is true even if you don't represent the operator by matrices - let alone matrices is a particular basis.

Adi.
Yes, that was a giant blunder in my previous two posts :redface:. I meant to say "diagonal", when I said "hermitian".

Let me try again : What I should have said was that you can not operate Sx on the eigenkets of Sz and expect to see eigenvalues of Sx.

I should have said that Sx is not diagonal in the Sz basis.
 
Last edited:
  • #16
wizzart said:
Until this point, I think I got it right. Now comes what disturbs me:
Measuring is mathematically represented by a Hermitian matrix, in this case the matrix S_x. But letting S_x act on (1,0) (wich is |z_up>) gives me (0,1), which would say that my spin flipped in the z-direction.

Resolution:

1) Observables are indeed represented by Hermitian operators.

2) The operation of Sx on Iz up> (excuse the notation) can be studied in ANY basis of your choice.

a)Let's do what you did first - use the Sz basis. Then Sx is the Pauli_x matrix multiplied by hbar/2 and Sz is the column matrix with components (1, 0). Operating Sx on Iz up> INDEED produces the spin flipped state (0, 1), i.e.
Iz down > multiplied by hbar/2. So the answer to your question is: You are right - the spin does flip.

b)To understand why this answer is no big surprise and to interpret this equation correctly, let's go to the Sx basis. Now in this basis

Iz up> = 1/(sqrt 2)[ISx up> + ISx down>]

Operating Sx on this simply pulls out the eigenvalues from both states, so you get:

1/(sqrt 2)[ hbar/2 ISx up> - hbar/2 ISx down> ]
= hbar/2 (Iz down>

as before.

Now here is the interpretation:
You operated Sx on a LC of it's eigenstates with the expected result that you got another LC of it's eigenstates, where the coeffecients got suitably modified by the eigenvalues. It just turns out that this LC is an eigenvector of the Sz operator. No big deal.

So you were right all along.

Adi.
 
Last edited:
  • #17
dextercioby said:
It makes no sense to speak of electrons (s=1/2) and infer spin eigen vectors like (1,1),(1,0) and (1,-1) which are not for a 1/2 spin particle.

So reformulate your problem,unless you didn't mean the kets |1,1\rangle,|1,0\rangle,|1,-1\rangle,but something else.

Daniel.

It makes perfectly good sense to represent the basis states of the 2D Hilbert space of spin half particles by ANY two linearly independent 2-D vectors (or dual vectors).

The representation of the vectors can be perfectly legitimately made in terms of EITHER kets (column vectors) or bras (row vectors). Once again, the whole of Quantum mechanics can be done by representing states by EITHER kets OR bras. It doesn't matter. It is Conventional (not necessary) to represent states by kets (column vectors).
 
  • #18
dextercioby said:
Okay.The system is initially in a pure state,an eigenstate of \hat{S}_{z},that is represented by the ket |1/2,1/2\rangle.

You'll have to apply the V-th postulate (so called von Neumann projection postulate).

Daniel.

How is Sz represented by this ket?

What is the V-th postulate (so called von Neumann projection postulate)?
Why is it necessary here?
 
  • #19
Galileo said:
Measuring a quantity is not the same as multiplying the vector by the corresponding observable. It is not right to say that after the measurement the state is S_x|z_up> (this would be deterministic). The state afterwards will be the eigenstate of S_x corresponding to the measured eigenvalue.

The operation of measurement is represented by the operation of a projection operator on the state.
 
  • #20
Gokul43201 said:
If you are trying to find the Sx operator in the Sz basis, it makes more sense to consider the Sx;+ ans Sx;- beams coming out of a SG(x) apparatus and measure Sz on these beams. Since the probability of finding Sz in the up-state equals that for the down-state, you have :
|\langle S_z;+|S_x;+ \rangle| = |\langle S_z;-|S_x;+ \rangle| = 1/ \sqrt{2}


|\langle S_z;+|S_x;- \rangle| = |\langle S_z;-|S_x;- \rangle| = 1/ \sqrt{2}

This let's you construct the Sx;+ and Sx;- kets (making sure they are orthogonal, since they are mutually exclusive) as:

|S_x;+ \rangle = \frac{1}{\sqrt{2}} |S_z;+ \rangle + \frac{1}{\sqrt{2}} |S_z;- \rangle and

|S_x;- \rangle = \frac{1}{\sqrt{2}} |S_z;+ \rangle - \frac{1}{\sqrt{2}} |S_z;- \rangle

This (along with the eigenvalue equations for Sz) allows you to describe the Sx operator in the Sz basis:

S_x = \frac {\hbar}{2}[(|S_z;+ \rangle \langle S_z;-|) + (|S_z;- \rangle \langle S_z;+|)]

.

The alzebra is right, but pray how does it answer the question one way or the other? Does the spin flip? Or does it not?
 
  • #21
rainbowings said:
How is Sz represented by this ket?

What is the V-th postulate (so called von Neumann projection postulate)?
Why is it necessary here?

\hat{S}_{z} is \frac{\hbar}{2}\hat{\sigma}_{z}.And the ket is its eigenvector corresponding to the eigenvalue \frac{\hbar}{2}.

Any measurement needs to take into account the V-th postulate.

Open a book & read it.

Daniel.
 
  • #22
rainbowings said:
The operation of measurement is represented by the operation of a projection operator on the state.

Sure, but the point in this that you do NOT apply the S_x operator to the state |z_up> to see what the resulting state after the measurement of S_x will be. Which is what I think wizzart was doing after reading his first post. The state will either be (1,1) or (1,-1) (apart from a normalizing factor) in the eigenbasis of S_z, depending on whether you measure a value of \hbar/2 or -\hbar/2.
 
  • #23
galileo ...i completely agree - the above statement was just FYI for wizzart.
adi
 
Back
Top