Questions from Peskin and Schroeder

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
17 replies · 4K views
Messages
4,662
Reaction score
372
On page 42 of Peskin, at the bottom they say that the next transformation should follow:

##[i\gamma^\mu\partial_\mu - m ]\psi (x) \rightarrow [i\gamma^\mu(\Lambda^{-1})^\nu_\mu \partial_\nu - m ] \Lambda_{1/2} \psi (\Lambda^{-1}x)##

But why does the factor ##\Lambda_{1/2}## appear there? shouldn't it be without this factor?
Thanks in advance.
 
Physics news on Phys.org
No, there must be this factor, because the spinor field is not a scalar but (as the name suggests) a spinor. More precisely it's a bispinor or Dirac-spinor, and thus ##\Lambda_{1/2}## belongs to the ##(1/2,0) \oplus (0,1/2)## representation of the Lorentz group. Unfortunately Peskin-Schroeder is not very explicit in the group-theoretical aspects of the whole game. To really understand, what's behind the fields, I recommend

Sexl, Roman U., Urbandtke, Helmuth K.: Relativity, Groups, Particles, Springer, 2001
 
  • Like
Likes   Reactions: MathematicalPhysicist
Well you can even see that in Srednicki's book...eg eq 34.1
The spinor gets transformed by a Lorentz transformation, as well as its argument.
 
  • Like
Likes   Reactions: MathematicalPhysicist
In a coordinatetransformation you should transform everything. The psi transforms nontrivially under a coordinatetransformation. Hence your factor Lambda_{1/2}. Compare to the Maxwell equations; performing a coordinate transformation transforms the field A.
 
  • Like
Likes   Reactions: MathematicalPhysicist
Wait a minute, let's make it rigorous.
we have ##i\gamma^\mu \partial_\mu -m ] \psi(x) ##, so what is transformed is ##i\gamma^\mu \partial_\mu \rightarrow i\gamma^\mu (\Lambda^{-1})^\nu _\mu \partial_\nu## and ##\psi(x)\rightarrow \Lambda_{1/2} \psi(\Lambda^{-1}x)## is this right?

And we get this annoying factor since it's a transformation of spinors, right? In scala transformation we don't have this factor.
 
I have another question from Peskin's, on page 46 they say:"
Now apply the same boost to ##u(p)##. According to equations (3.26) and (3.30) which are respcetively: ##S^{0i}=-\imath /2
\begin{bmatrix}
\sigma^i& 0\\
0& -\sigma^i \end{bmatrix}##

and ##\Lambda_{1/2} = \exp (-\imath /2 \omega_{\mu \nu} S^{\mu \nu}## we get:
[tex]u(p) = \exp(-1/2 \eta<br /> \begin{bmatrix}<br /> \sigma^3& 0\\<br /> 0& -\sigma^3 \end{bmatrix}) \sqrt{m}<br /> \begin{bmatrix}<br /> \xi\\<br /> \xi \end{bmatrix}[/tex]

I don't understand how did we get the last boost? How to infer this exponential matrix? Shouldn't we take: ##\Lambda_{1/2}\sqrt{m} (\xi , \xi)^T##, what happened to the other terms in ##\omega_{\mu \nu} S^{\mu \nu}##?
 
Last edited:
I think that the generators of boosts are the [itex]S^{0i}[/itex]... as a result all the [itex]\omega_{\mu \nu}[/itex] (the transformation parameters) that don't match to this must be zero.
Then taking only the 3-direction of boosts [itex]\omega_{03}\ne0 \equiv \eta[/itex].
 
On page 46 it's argued that you can verify directly that ##u(p) =
\begin{bmatrix}
\sqrt{p\cdot \sigma} \xi\\
\sqrt{p\cdot \bar{\sigma}} \xi
\end{bmatrix}##
solves the Dirac equation: ##
\begin{bmatrix}
-m& i\sigma \cdot \partial\\
i\bar{\sigma}\cdot \partial & -m \end{bmatrix}
\begin{bmatrix}
\psi_L\\
\psi_R\end{bmatrix} = 0
##
I don't see how exactly, if I plug ##u(p)## back to Dirac equation I get:
##
\begin{bmatrix}
-m\sqrt{p\cdot \sigma} \xi + i\sigma \partial (\sqrt{p\cdot \bar{\sigma}} \xi)\\
i\bar{\sigma}\partial(\sqrt{p\cdot \sigma} \xi) - m \sqrt{p\cdot \bar{\sigma}}\xi\end{bmatrix}## what identity do I miss here and why (I mean why does the identity follow or where does it appear in Peskin's?).

Thanks in advance.
 
I think actually not ##u(p)## is the solution but ##u(p)e^{-ipx}## (compare to eq. 3.45). The ##\partial##'s in your equation will then be replaced by ##-ip##.
The first line then reads

## -m \sqrt{p\sigma}\xi + \sigma p \sqrt{p\bar\sigma}\xi = -m \sqrt{p\sigma}\xi + \sqrt{(p \sigma) (p\sigma) (p\bar\sigma)}\xi ##

With relation 3.51 ## (p \sigma)(p\bar\sigma) = p^2 = m^2 ## it follows that this is zero, and similar for the second line.
 
  • Like
Likes   Reactions: MathematicalPhysicist
@MathematicalPhysicist: $$(\vec \sigma \cdot \vec p)^2 = \sigma_i p_i \sigma_j p_j = \sigma_i \sigma_j p_i p_j = (2 \delta_{ij} - \sigma_j \sigma_i)p_i p_j = 2 \vec p^2 - (\vec \sigma \cdot \vec p)^2$$ Therefore ## (\vec\sigma \cdot \vec p)^2 = \vec p^2##
 
  • Like
Likes   Reactions: MathematicalPhysicist