Calculating Inner Products of Spinors for QFT

  • Thread starter Thread starter CompuChip
  • Start date Start date
  • Tags Tags
    Spinor
CompuChip
Science Advisor
Homework Helper
Messages
4,305
Reaction score
49
Hi,

I doubted whether to post this in the homework section, but decided not to because a) it's only a very small part and b) I think my question is important in general.

Looking at page 107 of Zee's Introduction to QFT I am trying to get from (16) to (17). For this I need to evaluate several "inner" products like
\sum_{\alpha} (u^\dagger)^\alpha(p, s) u_\alpha(p, s')
and
\sum_{\alpha} (v^\dagger)^\alpha(p, s) u_\alpha(-p, s')
where - using standard notation, I think, u and v are the amplitudes of plane wave solutions u(p, s) e^{-i \vec p \cdot \vec x}, v(p, s) e^{i \vec p \cdot \vec x} of the Dirac equation. Question: How do I do that? :smile:

It's also somewhat related to page 105 of Zee, where he calculates
\sum_s u_\alpha(p, s) \overline u_\beta(p, s) = \frac12 (\gamma^0 + 1)_{\alpha\beta}
(and similarly for u -> v) in the rest frame and then without any explanation jumps to the general (8) and (9),
\sum_s w_\alpha(p, s) \overline w_\beta(p, s) = \left( \frac{\gamma^\mu p_\mu \pm m}{2m} \right)_{\alpha\beta}
(with the plus sign for w = u and minus for w = v).
Apart from the fact I don't really see how he does that, I also don't think it will work for my question above, as u^\dagger u is not an invariant, so we cannot first calculate it in the rest frame [plus I am not summing over s].
 
Physics news on Phys.org
For your second question, the idea is that you can say a lot about a quantity if you know how it transforms. For the case of:

<br /> \sum_s u_\alpha(p, s) \overline u_\beta(p, s) = \frac12 (\gamma^0 + 1)_{\alpha\beta}<br />

you know the effect of a Lorentz transformation on the LHS: just apply the spinor rotation matrices to each spinor. This has the effect of conjugating the LHS by the spinor rotation matrices (ie, u \rightarrow S u , \overline u \rightarrow \overline u S^{-1}, so LHS -> S LHS S^{-1}). Then the RHS must transform the same way. Since you know it in the rest frame, you can get it in any other frame by applying to it the transformation that takes the rest frame to the frame in question.

But there's an easier way. You know how \gamma^\mu transforms under such a conjugation: it's four vector index gets rotated. Then for the expression to be Lorentz invariant, it must be the case that we're contracting with \gamma^\mu a four vector which only has a time component in the rest frame. The only possibility is the four momentum, and picking factors so our equation reduces to the above in the rest frame, we get the general expression you wrote down.

For the first question, the easiest thing is probably to evaluate it in the rest frame, where you have an explicit form for u and v. Then the quantity has no spinor indices (they are all contracted), so actually it is a spacetime scalar and so this gives you the general answer in any frame.
 
Thanks a lot for the elaborate answer on the second part, I think I got it now.

StatusX said:
For the first question, the easiest thing is probably to evaluate it in the rest frame, where you have an explicit form for u and v. Then the quantity has no spinor indices (they are all contracted), so actually it is a spacetime scalar and so this gives you the general answer in any frame.
Actually, I thought that we preferred working with \overline u u \propto u^\dagger \gamma^0 u (proportionality factors of - and i ignored :smile:) precisely because u^\dagger u itself is not Lorentz invariant. So I would expect something like: \overline u \gamma^\mu u transforms as a vector, and u^\dagger u is (related to -- upto factors of -1, i and (\gamma^0)^2) = \pm 1 --) the \mu = 0 component of it.

Anyway, in the rest frame, using the notation from Zee (pp. 104,5), with u(p, +) = (1, 0, 0, 0) and u(p, -) = (0, 1, 0, 0):
\sum_{\alpha} u^\dagger_\alpha(p, s) u_\alpha(p, s&#039;) = \delta_{ss&#039;}
However, looking at the answer I am supposed to get in my calculation, I would expect something like
-i \frac{\vec p^2 + m^2}{m} \delta_{ss&#039;}
I don't know which factors should come from the contraction and which should just appear elsewhere in my calculation though. But I have
i m \int \frac{d^3p}{\sqrt{p^2 + m^2}} \sum_{s, s&#039;} b^\dagger(p, s) b(p, s&#039;) u^\dagger_\alpha(p, s) u_\alpha(p, s&#039;)
and this should ultimately give
\int d^3p \sqrt{\vec p^2 + m^2} \sum_s b^\dagger(p, s) b(p, s).

Should I write the result of the summation as something like \delta_{ss&#039;} \frac{p^\mu p_\mu}{m^2} = \delta_{ss&#039;} \frac{\vec p^2 + m^2}{m^2}, as this reduces to \delta_{ss&#039;} in the rest frame and is Lorentz invariant? (Just guessing now, I don't really see yet why one would want to do that while \delta_{ss&#039;} seems perfectly all right already).

Am I making any sense?
 
The factor i which I mentioned does not, as I suspected, come from the contraction but it drops out against some other i in my calculation (luckily).

In some obscure lecture notes I found the idea of writing down u, which satisfies (\not p - m) u = 0, in the rest frame and act on it by (\not p + m). Then because (\not p - m)(\not p + m) = 0 the result will be a solution. Following this procedure, I have found
u(p, +) = (E + m, 0, p^3, p^1 + i p^2) and u(p, -) = (0, m + E, p^1 - i p^2, -p^3).
Then if I do the contraction, I get
u(p, s) u(p, s&#039;) = \delta_{ss&#039;}( E(p) / m )
which gives me the correct answer. Does that mean that my ad-hoc argument from the previous post was right?
 
Last edited:
Sorry, I didn't read it carefully and assumed it was \overline u instead of u^\dagger. You're correct in pointing out this implies the quantity transforms as the time component of a four vector. If you've found it to be 1 in the rest frame (ignoring the s indices), then the general answer is simply p^0/m, ie, the only (relevant) four vector time component which is 1 in the rest frame. Using the mass shell condition, this can be rewritten as \sqrt{\vec p^2 + m^2}/m, which seems to be what you found in your last post.

CompuChip said:
However, looking at the answer I am supposed to get in my calculation, I would expect something like
-i \frac{\vec p^2 + m^2}{m} \delta_{ss&#039;}

This has different units than the answer you found, which means it should be easy to find the mistake. I'm guessing there's different conventions for u(p,s) being used. What are the units of u(p,s)?


Should I write the result of the summation as something like \delta_{ss&#039;} \frac{p^\mu p_\mu}{m^2} = \delta_{ss&#039;} \frac{\vec p^2 + m^2}{m^2}, as this reduces to \delta_{ss&#039;} in the rest frame and is Lorentz invariant? (Just guessing now, I don't really see yet why one would want to do that while \delta_{ss&#039;} seems perfectly all right already).

p^\mu p_\mu = m^2 in every frame, that's why it's a scalar. You're forgetting gamma factors. \vec p^2 + m^2 would not work because it's not a scalar.
 
StatusX said:
This has different units than the answer you found, which means it should be easy to find the mistake. I'm guessing there's different conventions for u(p,s) being used. What are the units of u(p,s)?

That, too, was a source of confusion. I was following Zee, who only wrote down an explicit form u = (1, 0, 0, 0) and (0, 1, 0, 0) in the rest frame, and then babbled something about normalization conditions without being explicit. I found out that to recover the results he writes down later on, you have to normalize by a factor of 1/sqrt(2 m (m + p^0)) = [1/E] [IIRC, don't have the precise solutions at hand now].

So by explicitly doing the calculation (as I explained earlier, using that (\not p + m)(\not p - m) = 0 we can act, for example, with (\not p - m) on the rest frame form to get a solution u of (\not p + m) u = 0), I managed to get the right answer. I think I also get the idea of the "smart guess" approach (examine how it transforms and construct something which transforms in the same way and gives the right result in the rest frame) although the practical implementation is still giving me some difficulties. I guess it just takes some practice (and in the beginning, a lot of calculations to check the result) :smile:

Thank you very much for your help StatusX.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!
Back
Top