The hard part of nearly every problem here is deciding which colour factor applies. After that it is Chapter 1 arithmetic, unchanged.
🎯 Why this matters
The strong interaction added a great deal of conceptual apparatus and almost no new machinery. That is worth noticing, because it means the difficulty of this chapter was never computational.Twenty-eight problems, and they divide unevenly: about half are kinematics that would sit comfortably in Chapter 1, and the rest are the genuinely new material — colour factors, conservation laws with two new flavour quantum numbers, and the counting of states.
- eight are DIS and elastic kinematics — 6.4, 6.5, 6.8, 6.9, 6.16, 6.19, 6.20, 6.22. Every one is and rearranged, and 6.9 and 6.20 are the quantitative case for building a collider;
- five are cross-sections and rates — 6.2, 6.3, 6.15, 6.17, and the R arithmetic threaded through the others;
- five are colour bookkeeping — 6.1, 6.23, 6.24, 6.25, 6.26;
- five are conservation laws and quantum numbers — 6.11, 6.12, 6.18, 6.27, 6.28;
- four are wave functions and weak currents — 6.6, 6.7, 6.13, 6.14;
- and 6.10 compares the two couplings, which is the chapter in one number.
The book’s Solutions section covers only 6.2, 6.5 and 6.8. The other twenty-five are worked here, and every number is computed in a snippet rather than asserted.
What the chapter established
| You should now have | What that means in practice | § |
|---|---|---|
| the evidence for colour, quark jets and gluon jets | R is three times Σz² at every energy and across three thresholds; jets follow 1 + cos²θ; a third jet appears 10 % of the time and its angular distribution makes the gluon a vector. All of it measured before any Lagrangian was written. | 6.1 |
| the nucleon's internal structure from deep inelastic scattering | F₂ almost independent of Q² means point-like constituents — Rutherford's argument again. And the quarks carry only half the momentum: the rest is gluons, found by subtraction. | 6.2 |
| the QCD Lagrangian and the colour charges | SU(3), exact, non-abelian. One commutator in the field tensor gives gluons that carry colour, couple to each other, and change everything downstream. | 6.3 |
| why only some colour combinations bind | Two channels out of four have a negative colour factor: the qq̄ singlet at −4/3 and the antisymmetric qq pair at −2/3. Hadrons are qq̄ and qqq because of a sign, not a rule — and the hyperfine ratio 4/3 confirms it to 2 %. | 6.4 |
| the evolution of α_s, and asymptotic freedom | Gluon loops carry the opposite sign to quark loops, the 33 beats the 2n_f, and 1/α_s slopes the other way from 1/α. The divergence moves from 10³⁵ GeV to 0.3 GeV — from harmless to being the reason hadrons exist. | 6.5 |
| the running of the quark masses | A confined particle has no rest frame in which to be weighed, so a quark mass carries a scheme and a scale. The b loses a third of its mass between its own scale and the Z. | 6.6 |
| the origin of the hadron mass | 99 % of the proton is colour-field energy. Two lines of uncertainty-principle algebra give m_p ≈ 1 GeV and r_p ≈ 0.7 fm — and the Higgs supplies the other 1 %. | 6.7 |
| the quantum vacuum, and chiral symmetry | The vacuum fluctuates with pure glue at every scale, and its structure breaks a symmetry the Lagrangian has. The pion is the light debris — m² ∝ m_q, not m ∝ m_q, which is testable and works to 12 %. | 6.8–6.9 |
| lattice QCD, and the quark–gluon plasma | When α_s is too large to expand in, put spacetime on a grid — at a cost of (L/a)⁴. Three inputs give the whole light hadron spectrum, and the same method supplies the number that limits the muon anomaly. | 6.10–6.11 |
Read the first two rows and then the third. Everything about colour was <strong>measured</strong> — R, the jets, the momentum deficit — before SU(3) appears on p. 240. That is the order the book chose and the order this chapter keeps, and it is why §6.1 and §6.2 come first even though §6.3 is logically prior.
The numbers, all at once
every numeric answer in the chapter's problems
import numpy as np
mp = 0.9382720882
q = {'u': 2/3, 'd': -1/3, 's': -1/3, 'c': 2/3, 'b': -1/3}
R = lambda fl: 3*sum(q[f]**2 for f in fl)
print("6.2 R = %.0f at 2.5 GeV (u d s), %.3f = 10/3 at 4 GeV (charm open)"
% (R('uds'), R('udsc')))
print("6.3 jet angle at 20 GeV = %.1f-%.1f deg; N(90)/N(30) = %.3f"
% (np.degrees(np.arctan(0.5/10)), np.degrees(np.arctan(1.0/10)),
1/(1 + np.cos(np.radians(30))**2)))
nu = 25/(2*mp*0.2)
print("6.4 nu = Q^2/2 m_p x = %.1f GeV, E' = %.1f GeV" % (nu, 100-nu))
print("6.5 elastic means W = m_p, so Q^2 = 2 m_p nu and x = 1 exactly")
print("6.8 Q^2_max = 4E^2/(1 + 2E/m_p x) = %.1f GeV^2 at x = 0.2"
% (4*100**2/(1 + 200/(mp*0.2))))
s = 4*30*820
print("6.9 HERA sqrt(s) = %.0f GeV; a fixed target would need %.1f TeV"
% (np.sqrt(s), s/(2*mp)/1000))
for x in (0.4, 0.01, 0.0001):
print(" x = %-7s Q^2_max = %9.1f GeV^2" % (x, x*s))
L, MZ, ainvZ = 0.200, 91.0, 129.0
for Q, nf in ((10.0, 4), (100.0, 5)):
a_s = 12*np.pi/((33-2*nf)*np.log(Q**2/L**2))
ainv = ainvZ - (6.667/(3*np.pi))*np.log(Q**2/MZ**2)
print("6.10 Q = %3.0f GeV: alpha_s = %.4f, alpha = 1/%.1f, ratio = %.4f"
% (Q, a_s, ainv, 1/ainv/a_s))
print("6.12 Q = I_z + Y/2 with Y = B + S = -1 forces I_z = +1/2 -> the Xi0")
print("6.15 sigma(mu mu) falls by 100 from 2 to 20 GeV; R goes 2 -> 11/3;")
print(" so sigma(hadrons) falls by only %.1f" % (100*R('uds')/R('udscb')))
Ep = lambda E, th, m: E/(1 + (E/m)*(1-np.cos(np.radians(th))))
print("6.16 E' = %.3f GeV; in the CM elastic scattering changes no energies"
% Ep(5, 8, mp))
print("6.17 R_i = %.2e /s, dOmega = %.1e sr, dsigma/dOmega = %.1f b/sr, rate ~ 2e7 /s"
% (1e-6/(2*1.602176634e-19), 1e-4/0.25,
(2*82*(1/137.036)*197.3269804/40)**2/np.sin(np.radians(20))**4*1e-2))
for m, lab in ((mp, 'H'), (4*0.9315, 'He'), (56*0.9315, 'Fe')):
print("6.19 %-2s target: E' = %.4f GeV" % (lab, Ep(1.0, 20, m)))
print("6.21 invert: E = E'/[1 - (E'/m)(1-cos th)] = %.1f GeV" % (12/(1-(12/mp)*(1-np.cos(np.radians(20))))))
Q2m = 4*15**2/(1+2*15/mp)
print("6.22 Q^2_max = %.1f GeV^2, proton recoil T = %.1f GeV (it takes nearly everything)"
% (Q2m, Q2m/(2*mp)))
print("6.23 (a) +1/2 (c) -1/3 attractive | 6.24 (b) +1/6 repulsive (c) -1/3")
print("6.26 two gluons: L=0 -> 0++, 2++; L=1 -> 0-+, 1-+, 2-+ (1-+ is exotic)")
M = 3.686
print("6.27 m(chi_c) = sqrt(M^2 - 2 M E_gamma) = %.3f GeV -> the chi_c0(3415), J^PC = 0++"
% np.sqrt(M**2 - 2*M*0.26))
print("6.28 four P-wave states; only 0++ and 2++ go to two gluons (Landau-Yang)") 6.2 R = 2 at 2.5 GeV (u d s), 3.333 = 10/3 at 4 GeV (charm open)
6.3 jet angle at 20 GeV = 2.9-5.7 deg; N(90)/N(30) = 0.571
6.4 nu = Q^2/2 m_p x = 66.6 GeV, E' = 33.4 GeV
6.5 elastic means W = m_p, so Q^2 = 2 m_p nu and x = 1 exactly
6.8 Q^2_max = 4E^2/(1 + 2E/m_p x) = 37.5 GeV^2 at x = 0.2
6.9 HERA sqrt(s) = 314 GeV; a fixed target would need 52.4 TeV
x = 0.4 Q^2_max = 39360.0 GeV^2
x = 0.01 Q^2_max = 984.0 GeV^2
x = 0.0001 Q^2_max = 9.8 GeV^2
6.10 Q = 10 GeV: alpha_s = 0.1927, alpha = 1/132.1, ratio = 0.0393
6.10 Q = 100 GeV: alpha_s = 0.1319, alpha = 1/128.9, ratio = 0.0588
6.12 Q = I_z + Y/2 with Y = B + S = -1 forces I_z = +1/2 -> the Xi0
6.15 sigma(mu mu) falls by 100 from 2 to 20 GeV; R goes 2 -> 11/3;
so sigma(hadrons) falls by only 54.5
6.16 E' = 4.753 GeV; in the CM elastic scattering changes no energies
6.17 R_i = 3.12e+12 /s, dOmega = 4.0e-04 sr, dsigma/dOmega = 25.5 b/sr, rate ~ 2e7 /s
6.19 H target: E' = 0.9396 GeV
6.19 He target: E' = 0.9841 GeV
6.19 Fe target: E' = 0.9988 GeV
6.21 invert: E = E'/[1 - (E'/m)(1-cos th)] = 52.5 GeV
6.22 Q^2_max = 27.3 GeV^2, proton recoil T = 14.5 GeV (it takes nearly everything)
6.23 (a) +1/2 (c) -1/3 attractive | 6.24 (b) +1/6 repulsive (c) -1/3
6.26 two gluons: L=0 -> 0++, 2++; L=1 -> 0-+, 1-+, 2-+ (1-+ is exotic)
6.27 m(chi_c) = sqrt(M^2 - 2 M E_gamma) = 3.416 GeV -> the chi_c0(3415), J^PC = 0++
6.28 four P-wave states; only 0++ and 2++ go to two gluons (Landau-Yang) ⚙️ Engineer’s bridge — the collider argument, in two problems
Problems 6.8 and 6.9 are the same calculation on two machines, and put side by side they are the clearest statement in the book of why colliders exist.
6.8, fixed target: a 100 GeV electron beam on hydrogen reaches GeV². The limiting factor is the denominator , which for these numbers is about a thousand — almost the entire beam energy goes into moving the proton rather than resolving it.
6.9, collider: 30 GeV on 820 GeV reaches GeV² at the same . A thousand times more, from beams whose energies are of the same order.
The reason is a scaling law worth internalising: for a collider , and for a fixed target . The collider’s reach grows as the product of the beam energies; the fixed target’s grows only linearly, and is throttled by a target mass you cannot change. To match HERA on a fixed target you would need 52 TeV of electrons.
The engineering shape of this is familiar: you are comparing a design whose figure of merit is a product against one where a fixed constant sits in the denominator. Improving both sides of a product beats improving one side of a sum, every time, and it is why the difficult, expensive option — storing and colliding two beams — won.
Where it breaks: improving both sides of a product beats improving one side of a sum only when both sides can actually be improved. For they cannot: antiprotons must be manufactured and stochastically cooled, and their supply — not the ring — sets the luminosity, which is precisely why the LHC gave up the antiproton advantage and collides with two separate beam pipes and twin-bore magnets. The arithmetic favouring colliders is correct and says nothing about which beams you can obtain; the engineering constraint that decides real machines sits entirely outside it.
- fixed target on hydrogen — Q²max ≈ 2Em_p x
- collider against an 820 GeV proton — Q²max ≈ 4E·820·x
- problem 6.8 (100 GeV fixed target) and 6.9 (HERA)
💡 What this really says — the three problems worth doing even if you skip the rest
6.5 — showing that x = 1 is exactly elastic scattering. It converts the Bjorken variable from a definition into a piece of geometry: x is where you are in the physical region, and x = 1 is its edge. Every PDF vanishing at x → 1 follows, and so does the whole shape of Fig. 6.12.
6.10 — α/α_s at two scales. Two numbers, and they are moving towards each other. Everything Chapter 5 and Chapter 6 said about running couplings is in that convergence, and extrapolating it is what Chapter 10 does.
6.28 — which χ_c states can decay to two gluons. It uses the Landau–Yang theorem, which sounds like a technicality and is the reason the Higgs was known not to be spin 1 within days of its discovery. A conservation argument that costs three lines and rules out an entire hypothesis is the most economical thing in physics.
📝 Chapter 6 — all 28 problems
0/28 solved- How many gluons exist? Give the electric charge of each, and their strangeness, charm and beauty. What is the gluon spin? How many different quarks exist for every flavour, and what are their charges? Does QCD define the number of families?
- the strong interaction is blind to flavour and to electric charge
- Evaluate at GeV and at GeV.
- , summed over flavours with
- GeV
- Consider at GeV. Give a typical jet opening angle in a two-jet event. If θ is the angle of the jet axis to the beams, what is the ratio of the counting rates at θ = 90° and θ = 30°?
- with –1 GeV, Eq. (6.3)
- , Eq. (6.8)
- A 100 GeV electron beam hits liquid hydrogen. The energy and direction of the scattered electron are measured. Find for GeV² and .
- , Eq. (6.16)
- , Eq. (6.14)
- What is the value of x in elastic scattering? Derive Eq. (1.83), , by taking the elastic cross-section as the limit of the inelastic one.
- , Eq. (6.12)
- elastic means the proton survives:
- Consider the scattering of and by nucleons in the quark model. Considering the d, u and s quarks and antiquarks, write the contributing weak processes with a muon in the final state.
- the charged weak current raises or lowers the charge by one unit
- lepton number is conserved separately
- As in the previous problem, but considering the c and c̄ quarks.
- the same charge bookkeeping
- charm is produced from strange, not from down, in the dominant channel
- A 100 GeV electron beam hits liquid hydrogen. Find as a function of the scattering angle θ and of x. What is the maximum momentum transfer for x = 0.2?
- At HERA an electron beam of 30 GeV meets a proton beam of 820 GeV. Calculate and the energy a fixed-target electron beam would need to match it. Calculate for x = 0.4, 0.01 and 0.0001, and compare with Fig. 6.13.
- head-on collider:
- fixed target:
- (at y = 1)
- Evaluate the ratio at and at . Take MeV, and GeV.
- , Eq. (6.55)
- , Eq. (5.52)
- Which of these are allowed or forbidden by strong interactions, and why? (a) , (b) , (c) , (d) .
- initial state: , , ,
- ; ; ;
- A non-charmed baryon has strangeness and electric charge . What are the possible values of its isospin and ? What is it usually called if ?
- Gell-Mann–Nishijima: with
- , ,
- The proton has as valence quarks. Write down the wave function in its spin, isospin and colour factors, taking all orbital momenta to be zero.
- quarks are fermions: the total wave function must be antisymmetric
- , so the spatial part is symmetric
- As in the previous problem, but for the Λ hyperon.
- , ,
- the same antisymmetry requirement
- Consider (1) and (2) hadrons at GeV and 20 GeV. Find the ratio of process (1) at the two energies, the ratio of (2) to (1) at each, and the ratio of process (2) at the two energies.
- below charm, above beauty
- We observe elastic scattering of GeV electrons from protons at θ = 8° and measure their energy. (1) What is the expected value? (2) What is the scattered electron energy in the CM frame?
- , Eq. (1.83)
- in the CM the energies are unchanged by elastic scattering
- A beam of α particles of kinetic energy 10 MeV and intensity μA hits a lead target (, , kg m⁻³) of thickness 0.2 mm. A detector of area 1 cm² sits 0.5 m beyond the target at θ = 40°. Find (a) the incident rate, (b) the solid angle, (c) the differential cross-section and (d) the counts per second.
- an α particle carries charge
- Which of these are allowed or forbidden by strong interactions, and why? (a) , (b) , (c) , (d) , (e) .
- initial state: , ,
- , , — all with beauty
- (beauty ), (beauty ), (beauty )
- A 1 GeV electron beam hits a liquid hydrogen target; a calorimeter measures the scattered electron energy at θ = 20°. Calculate it for elastic scattering. Repeat for liquid He and for iron (A = 56).
- GeV
- At HERA, GeV and GeV. An electron scatters at θ = 120° with measured energy GeV. Calculate and the kinematic variables , , and .
- for a head-on collider
- in the collider convention, with θ measured from the proton direction
- A monochromatic photon beam of unknown energy and known direction scatters on liquid hydrogen. The photons scattered at 20° are measured at GeV. What is the beam energy?
- For elastic scattering of a 15 GeV electron on a proton: (a) find and the corresponding proton recoil kinetic energy; (b) the same for E = 20 MeV on ⁵⁶Fe. How can the expression be simplified?
- at θ = 180°
- Draw the gluon-exchange diagrams for these vertex pairs: (a) , ; (b) , ; (c) , . Specify which gluons are exchanged and the colour charges at both vertices. (d) Explain the meaning of the signs.
- colour lines are continuous through the diagram
- and in the (R, G, B) basis
- the colour factors of antiquarks are the negatives of the quarks'
- Draw the gluon-exchange diagrams for: (a) , ; (b) , ; (c) , . Specify the gluons and the colour charges, and explain the signs.
- the colour factors of Eq. (6.34)
- antiquark factors are the negatives of the quark ones
- Draw the lowest-order Feynman diagrams for (a) , (b) , (c) .
- , ,
- the OZI rule of §4.7
- Consider a two-gluon system in a colour-singlet state whose colour wave function is symmetric. Write down the possible values of S, L, J, P and C up to L = 1.
- gluons are identical massless spin-1 bosons
- the total wave function must be symmetric under exchange
- for two vector particles with intrinsic parities ; for two gluons
- At SPEAR, , followed by . The photon energy is GeV. Determine the χ_c mass and the possible values of its spin, parity, charge conjugation and isospin. Assume the radiative decay is E1.
- GeV
- E1: the photon carries one unit of angular momentum and negative parity
- Consider the P wave states, the χ_c. Establish their number and possible . Which of them can decay into two gluons, and hence into hadrons?
- P wave: ; has or 1
- , for a fermion–antifermion pair
- a two-gluon state can be or (problem 6.26)
Aside — three problem statements that are easy to misread
Three of these problems are easy to misread in ways that change every number, and all three caught me while writing the solutions:
- 6.10 asks for and — that is and GeV², not 10 and 100 GeV².
- 6.23(b, c) and 6.24(b, c) pair a quark with an antiquark, not two quarks. The overbars are small and the sign of every colour factor depends on them: the same colours attract for and repel for .
- 6.18(c) and (e) hinge on the fact that contains the antiquark while contains the quark, so their beauty is opposite to what the charge labels suggest.
None is a defect in the book — they are just places where careful reading is the whole problem.
Supplied — the chapter’s summary row says “99 % of the proton is colour-field energy and the Higgs supplies the other 1 %”, and one per cent is a quantity prose cannot convey. To scale, the constituent masses are five pixels wide. §6.7’s two lines of uncertainty-principle algebra reproduce the other 99 % from Λ_QCD alone, with no quark mass anywhere in the calculation — which is the strongest statement in the chapter: the proton would weigh essentially what it weighs even if its quarks were massless. Everything you are made of gets its mass this way, and the mechanism chapter 9 spends a section on accounts for the sliver.
🔑 If you remember only three things
-
Half of a strong-interaction problem set is relativistic kinematics. The ratio is itself the lesson: new physics, old tools.
-
Bjorken x turns from a definition into a place. Showing that x = 1 is exactly elastic scattering is what fixes the meaning of the variable.
-
Reading the statement wrongly changes every number after it. Three of these are phrased in ways that invite exactly that, and no amount of correct algebra recovers from it.
Where this goes next
Chapter 7 is the third interaction, and it breaks the pattern the first two established. Electromagnetism and QCD are both parity-conserving, flavour-blind and mediated by massless bosons. The weak interaction is none of those things.
- §7.1 — the Fermi theory, and where the 1/s dimensional argument of §5.7 fails because a massive mediator brings a second scale.
- §7.2 — parity violation, which supplies the polarization and decay asymmetry that made §5.9b’s muon experiment possible.
- §7.9 — quark mixing, where the flavour quantum numbers this chapter’s problems conserved so carefully stop being conserved.
✅ Check yourself — Chapter 6 review
0/5 answered · 0 correct
1.Problem 6.8 reaches Q² = 37 GeV² with a 100 GeV fixed-target beam; problem 6.9 reaches 39 000 GeV² with 30 GeV against 820 GeV. What is the scaling law behind the gap?
2.Problem 6.5 shows that elastic scattering is exactly x = 1. What does that tell you about parton distributions?
3.Problems 6.23 and 6.24 both ask for colour factors, and both contain a quark–antiquark case. Why does the antiquark change the sign?
4.Problem 6.11 asks which charm-production reactions are allowed. Why is π⁻p → Λ_c⁺D_s⁻ the instructive case?
5.Problem 6.28 finds that the χ_c1 cannot decay into two gluons. What general result is that, and where else does it matter?