Lec 28
Lec 28
Lec 28
Lecture 28
The Scattering cross section is defined by Peskin-Schroeder on page 100 by the formula
Number of scattering events of a given type
.
A`AB `B A
where A is the overlapping cross sectional area of the two beams. The differential cross section is
!
3
Y
X
1
d pf 1
2
4 (4)
d =
|M(pA, pB {pf })| (2)
pA + pB
pf ,
2EA2EB |vA vB |
(2)3 2Ef
f
Eq. (4.79). The matrix element M is simply the sum of Feynman diagrams to which the Feynman rules
are applied. The formula for the decay of an unstable particle is given in Eq. (4.86)
!
3
X
Y
d pf 1
1
2
4 (4)
d =
|M(mA {pf })| (2)
pA
pf .
2mA
(2)3 2Ef
f
PHY 510
10/30/2013
Topic 5
Lecture 28
The second In definition statement Imports and evaluates the Mathematica code Bhabha.m from Dr. Romaos
web site http://porthos.ist.utl.pt/CTQFT/node3.html.
PHY 510
10/30/2013
Topic 5
Lecture 28
The matrix element for the process is a sum of t-channel and s-channel contributions
M = M1 + M2
e2
e2
s = (p1 + p2) ,
u = (p1 p4)2 ,
3
s + t + u = 4m2e .
10/30/2013
Topic 5
Lecture 28
PHY 510
10/30/2013
Topic 5
Lecture 28
, , 6 p = p = p , g
PHY 510
, p ,
, 1nn , p q , 6 p + m , R,L
1 5
=
.
2
10/30/2013
Topic 5
Lecture 28
dm[mu_]:=DiracMatrix[mu]
dm[5]:=DiracMatrix[5]
ds[p_]:=DiracSlash[p]
mt[mu_,nu_]:=MetricTensor[mu,nu]
fv[p_,mu_]:=FourVector[p,mu]
epsilon[a_,b_,c_,d_]:=LeviCivita[a,b,c,d]
id[n_]:=IdentityMatrix[n]
sp[p_,q_]:=ScalarProduct[p,q]
li[mu_]:=LorentzIndex[mu]
prop[p_,m_]:=ds[p]+m
PR=(1 + dm[5])/2
PL=(1 - dm[5])/2
Next, define and set variables Line1,...,Line5 to represent products of Dirac matrices
Line1:= ds[p3] . dm[mu] .
ds[p1] . dm[nu]
ds[p4] . dm[nu]
ds[p1] . dm[nu]
ds[p4] . dm[nu]
PHY 510
10/30/2013
Topic 5
Lecture 28
10/30/2013
Topic 5
Lecture 28
ReplaceAll
res= e^4 ans /. dot
and Print the answer using LATEX formatting:
Print["\!\(\*FractionBox[\(1\), \(4\)]\) \!\(\*UnderscriptBox[\(\[Sum]\),
\(spins\)]\)|M\!\(\*SuperscriptBox[\(|\), \(2\)]\) = ",res]
(********************* Fim do Programa **********************)
PHY 510
10/30/2013