Thirty-two problems and two underlying facts — the interaction changes flavour, and its coupling carries units. Nearly everything here is one of those two asked again.
🎯 Why this matters
A problem set this repetitive says something about the chapter. The weak interaction is not conceptually deep so much as consequentially wide: one vertex, applied everywhere, is most of what there is to practise.Thirty-two problems, and they split more cleanly than most chapters’ because the weak interaction has exactly two things to say and the problems say them repeatedly.
- eleven are Cabibbo bookkeeping — 7.1, 7.2, 7.18, 7.19, 7.20, 7.23, 7.24, 7.25, 7.30, 7.31, 7.32. Every one reduces to reading two CKM factors off a diagram and squaring them;
- eight are cross-sections and event rates — 7.6, 7.13, 7.14, 7.16, 7.17, 7.27, 7.28, and 7.7’s tail. These are the ones where the answer is a detector the size of a building;
- four are the law — 7.5, 7.12, 7.21, 7.22, plus 7.32 where it fights the Cabibbo angle and wins;
- four are helicity and parity — 7.9, 7.10, 7.15, 7.26;
- three are kinematics — 7.4, 7.12, 7.26;
- and 7.3, 7.8, 7.11, 7.29 are one-offs worth doing anyway: the units of , two decays that do not happen, why muon chambers sit outside the iron, and Pontecorvo’s test.
The book’s Solutions section covers none of them. All thirty-two are worked here, and every number is computed in a snippet rather than asserted.
What the chapter established
Supplied. The chapter reads as a list of discoveries; it is actually a chain, and the arrows are the part worth holding on to. Nothing in it is postulated. Parity violation is measured and forces the structure; the structure predicts a suppression nobody would guess from phase space and the suppression is measured; universality is measured and then fails for quarks, which forces a rotation; the rotation predicts a neutral current that changes flavour, which is absent, and that absence forces a fourth quark.
The two dashed boxes are what the chapter cannot close — a coupling with dimensions, and two constants left as measured numbers — and both are exactly what chapter 9 exists to explain.
| what↕ | how it was established↕ | the number↕ |
|---|---|---|
| The interaction is effective | carries dimensions | GeV⁻², naming 293 GeV |
| P is violated, maximally | Wu's polarized ⁶⁰Co | |
| The current is V − A | suppressed by against phase space | |
| C is violated, maximally | the C-image of a real process does not exist | always |
| The coupling is universal | the τ's two leptonic decays; μ and τ beta decay | |
| Quarks mix | the leptonic ratio | |
| A neutral current exists | Gargamelle: hadrons and no muon | 1973 |
Supplied. The chapter’s results are a set of small numbers scattered across forty pages; put on one axis they sort into exactly two families. The two on the left are chirality — the interaction refuses to touch a right-chiral field, so a decay to the lighter lepton is the more forbidden one, which is the opposite of what phase space wants and is why the 1.2 × 10⁻⁴ is the chapter’s sharpest measurement.
The two on the right are a rotation — nothing is suppressed at all, a unit vector is being resolved onto two axes, and cos²θ_C + sin²θ_C = 1 says no probability is lost. Values verified in the block below; the phase-space factor is 5.487, giving a predicted 1.28 × 10⁻⁴ against the measured 1.23 × 10⁻⁴, the remainder being radiative corrections.
The numbers, all at once
every numeric answer in the chapter's problems
import numpy as np
GF, hbar, c = 1.1663788e-5, 6.582119569e-25, 2.99792458e8
GeV2_m2, u = 3.893793721e-32, 1.66053907e-27
me, mmu, mtau = 0.51099895e-3, 0.1056583755, 1.77686
mpi, mp, mn, mL, mSm = 0.13957039, 0.93827209, 0.93956542, 1.115683, 1.197449
alpha, s_C, c_C = 1/137.035999, 0.2243, 0.97373
hbarc = 197.3269804e-3*1e-15 * 1.602176634e-10
print(f"7.3 G_F = {1.17e-5/(1.602176634e-10)**2*hbarc**3:.3e} J m^3 -- energy x volume, the SI face of GeV^-2")
g = (29/2)/mtau; bg = np.sqrt(g*g-1)
print(f"7.4 tau flight at PEP: beta.gamma = {bg:.2f}, d = {bg*c*290.3e-15*1e3:.2f} mm")
t16, t18 = [2.2e-6*b*(mmu/mtau)**5*1e12 for b in (0.16, 0.1782)]
print(f"7.5 tau_tau = {t16:.3f} ps (book's BR 16%); {t18:.3f} ps with the measured 17.82%")
print( " -- against 0.290 ps observed, so the m^5 law is exact and the input was stale")
s10, s100 = [4*np.pi*alpha**2/(3*s)*GeV2_m2 for s in (100., 10000.)]
print(f"7.6 sigma(e+e- -> mu mu) = {s10*1e37:.3f} nb at 10 GeV, {s100*1e40:.2f} pb at 100 GeV (~ 1/s)")
pk = 3.15*8.617333e-5*2
print(f"7.7 relic neutrinos: <p> = 3.15 kT = {pk:.1e} eV, v = {pk/50e-3:.4f} c = {pk/50e-3*c/1e3:.0f} km/s")
print(f"7.12 muon decay electron: p_min = 0, p_max = {(mmu**2-me**2)/(2*mmu)*1e3:.2f} MeV = m_mu/2")
P13 = (5e3*1.2e7/1.6726219e-27)*7e-43
print(f"7.13 1e6 neutrinos across the Earth: P = {P13:.1e}, so {1e6*P13:.0f} interact")
print(f"7.14 sigma(nu e)/sigma(nu N) = {me/(0.2*mp):.2e}, INDEPENDENT of energy")
print(f" sigma/E = {2*GF**2*me/np.pi*GeV2_m2:.2e} (electron), "
f"{0.2*2*GF**2*mp/np.pi*GeV2_m2:.2e} m^2/GeV (nucleon)")
N16 = (1/86400)/(6e14*1e-48*0.40)
print(f"7.16 GALLEX: {N16:.1e} nuclei = {N16*71*u/1e3:.1f} t of Ga-71 = {N16*71*u/0.4/1e3:.1f} t of natural Ga")
lam = 1/((7.7e3/(56*u)*26)*1.7e-45)
print(f"7.17 iron for one interaction: {lam:.1e} m = {lam/2.99e11:.0f}x the Earth's orbit, {lam/c/86400:.1f} days")
print(f"7.21 BR(b -> c e nu) = 1/(3 + 2x3) = {1/9:.3f} measured 0.108")
print(f"7.22 Gamma(D+)/Gamma(mu) measured {7e10*2.2e-6:.2e}; |V_cs|^2 (m_c/m_mu)^5 = {0.975**2*(1.27/mmu)**5:.2e}")
t2, t4 = (s_C/c_C)**2, (s_C/c_C)**4
print(f"7.23 D+ ratios CF : SCS : DCS = 1 : {t2:.4f} : {t4:.5f}")
Vcb, Vub, Vud, Vus = 40.8e-3, 3.82e-3, c_C, s_C
b = [Vcb**2*Vud**2, Vcb**2*Vus**2, Vub**2*Vud**2, Vub**2*Vus**2]
print(f"7.25 B0 ratios (1):(2):(4):(3) = 1 : {b[1]/b[0]:.5f} : {b[2]/b[0]:.5f} : {b[3]/b[0]:.5f}")
ps = (mpi**2-mmu**2)/(2*mpi); Es = np.sqrt(ps**2+mmu**2)
Epi = np.sqrt(0.25+mpi**2); gp, bp = Epi/mpi, 0.5/Epi
print(f"7.26 pi+ at 500 MeV: p_mu from {gp*(bp*Es-ps)*1e3:.1f} to {gp*(ps+bp*Es)*1e3:.1f} MeV -- all forward")
Ne = (10/86400)/(1e10*1e-47*0.5)
print(f"7.27 water Cherenkov for 10 events/day: {Ne:.1e} electrons = {Ne/10*18e-3/6.02214076e23/1e6:.1f} kton")
lam28 = 1/((1e17/(56*u))*3e-46)
print(f"7.28 supernova core: lambda = {lam28:.0f} m = {lam28/1e3:.1f} km -- SMALLER than the core")
print(f"7.29 threshold for nubar p -> e+ n: {(mn+me-mp)*1e3:.3f} MeV; the flux reaches {mmu/2*1e3:.1f} MeV")
Qn, QL = (mSm-mn-me)*1e3, (mSm-mL-me)*1e3
print(f"7.32 phase space (Q_n/Q_L)^5 = {(Qn/QL)**5:.0f} beats Cabibbo 1/tan^2 = {1/t2:.1f}")
print(f" net {(Qn/QL)**5*t2:.1f} against a measured {1.017e-3/5.73e-5:.1f} -- agreement "
f"{abs((Qn/QL)**5*t2/(1.017e-3/5.73e-5)-1)*100:.0f}%") 7.3 G_F = 1.440e-62 J m^3 -- energy x volume, the SI face of GeV^-2
7.4 tau flight at PEP: beta.gamma = 8.10, d = 0.70 mm
7.5 tau_tau = 0.262 ps (book's BR 16%); 0.291 ps with the measured 17.82%
-- against 0.290 ps observed, so the m^5 law is exact and the input was stale
7.6 sigma(e+e- -> mu mu) = 0.869 nb at 10 GeV, 8.69 pb at 100 GeV (~ 1/s)
7.7 relic neutrinos: <p> = 3.15 kT = 5.4e-04 eV, v = 0.0109 c = 3255 km/s
7.12 muon decay electron: p_min = 0, p_max = 52.83 MeV = m_mu/2
7.13 1e6 neutrinos across the Earth: P = 2.5e-05, so 25 interact
7.14 sigma(nu e)/sigma(nu N) = 2.72e-03, INDEPENDENT of energy
sigma/E = 1.72e-45 (electron), 6.33e-43 m^2/GeV (nucleon)
7.16 GALLEX: 4.8e+28 nuclei = 5.7 t of Ga-71 = 14.2 t of natural Ga
7.17 iron for one interaction: 2.7e+14 m = 914x the Earth's orbit, 10.5 days
7.21 BR(b -> c e nu) = 1/(3 + 2x3) = 0.111 measured 0.108
7.22 Gamma(D+)/Gamma(mu) measured 1.54e+05; |V_cs|^2 (m_c/m_mu)^5 = 2.39e+05
7.23 D+ ratios CF : SCS : DCS = 1 : 0.0531 : 0.00282
7.25 B0 ratios (1):(2):(4):(3) = 1 : 0.05306 : 0.00877 : 0.00047
7.26 pi+ at 500 MeV: p_mu from 282.5 to 504.1 MeV -- all forward
7.27 water Cherenkov for 10 events/day: 2.3e+33 electrons = 6.9 kton
7.28 supernova core: lambda = 3100 m = 3.1 km -- SMALLER than the core
7.29 threshold for nubar p -> e+ n: 1.804 MeV; the flux reaches 52.8 MeV
7.32 phase space (Q_n/Q_L)^5 = 319 beats Cabibbo 1/tan^2 = 18.8
net 16.9 against a measured 17.7 -- agreement 5% Two of those deserve a second look, because they are the chapter’s method in miniature.
7.32 puts two large effects against each other and both are needed. The channel is Cabibbo-suppressed relative to — it should lose by a factor 19 — and it wins by 18, because favours it by 319. Net prediction 17, measured 17.7. Neither effect alone gets within an order of magnitude of the answer.
7.21 gets a branching ratio right from pure counting. The has three leptonic channels and two hadronic ones, and the hadronic ones come in three colours, so against a measured 10.8 %. Drop the colour factor and you get — wrong by a factor of two. Chapter 6’s colour is doing load-bearing work in a Chapter 7 problem.
- Draw the Feynman quark diagrams of the following decays: ; ; .
- a W is exchanged only in a weak decay
- the strong interaction conserves every flavour
- Draw the Feynman quark diagrams of: ; ; ; .
- , , , ,
- Find the value of the Fermi constant in SI units, knowing that GeV.
- MeV fm
- 1 GeV J
- PEP was an collider running at GeV. For , find the average distance a flies before decaying.
- GeV, fs
- For (BR 100%) and (BR 16%), with μs, calculate the lifetime.
- — Eq. (7.13)
- MeV, MeV
- Neglecting masses, calculate at GeV and at GeV.
- mb
- What are the differences between a neutrino and an antineutrino? What is conserved in neutrino scattering? Complete . If neutrinos are massless, what is the direction of their spin, and of antineutrinos'? The Universe is full of neutrinos at about 2 K — what is their average speed if the mass is 50 meV?
- lepton number for , for
- for a relativistic Fermi gas
- eV/K
- Write the reaction(s) by which a can produce a single pion hitting (a) a proton and (b) a neutron. Does exist? Does exist? Give reasons.
- a charged-current vertex gives , raising the hadronic charge by one
- the FCNC limits of Eq. (7.110)–(7.111)
- A beam hits a target and hyperons are produced inclusively. We measure the momentum and the polarization of the hyperon. How can we check whether parity is conserved in these reactions? What do you expect?
- is an axial vector; momenta are polar vectors
- the production is a strong process
- How can you observe parity violation in the decay ?
- has ; the proton is and the pion
- a polarized sample gives access to
- Muons have the same interactions as electrons. Why does a of a few GeV pass through an iron slab while an electron of the same energy does not?
- radiative energy loss
- iron: cm, MeV cm²/g, g/cm³
- What are the minimum and maximum momenta of the electron from the decay of a at rest?
- , a three-body decay
- MeV, MeV
- Cosmic rays produce and in the atmosphere. In a sample of of 1 GeV, how many interact crossing the Earth along a diameter? ( fb, kg m, km.)
- with the column density of nucleons
- nucleon mass kg
- 1 fb m²
- With and (the 0.2 from the quark distribution), calculate their ratio at GeV. How does the ratio depend on energy? Calculate for both.
- for a fixed target,
- MeV, MeV
- Draw the tree-level Feynman diagrams for elastic scattering. What is different for ?
- the W changes flavour at each vertex; the Z⁰ does not
- and belong to the same lepton family
- GALLEX measured the solar flux via . Taking ms, m², efficiency : how many Ga nuclei give one interaction per day? What Ga mass is that? What natural gallium mass, if the abundance is 40 %?
- rate per nucleus
- 1 day s; kg
- How many metres of Fe must a 1 GeV traverse to interact, on average, once? How long does that take? Compare with the diameter of the Earth's orbit. ( fb, kg m, , .)
- electrons per atom; 1 AU m
- Write a Cabibbo-favoured (CF) and a singly Cabibbo-suppressed (SCS) semileptonic decay of the quark. Write three CF and three SCS decays of the .
- (large), (small)
- Draw the Feynman diagram for anti-bottom quark decay favoured by the mixing. Write three favoured decay modes of the .
- ,
- Draw the principal Feynman diagrams for top quark decay.
- , ,
- GeV, GeV
- Draw the Feynman diagrams for bottom and charm decays. Estimate the ratio .
- the W couples with the same strength to every fermion pair (universality, §7.8)
- quarks come in three colours
- Given s and , justify the ratio of the two.
- — the same dimensional argument as Eq. (7.13)
- GeV, GeV,
- For (1) ; (2) ; (3) : find the valence quark composition and establish whether each is favoured, suppressed or doubly suppressed.
- , , ,
- large; small
- Given and , give the reason for such a difference.
- , ,
- a single W vertex changes one quark
- For (1) ; (2) ; (3) ; (4) : find the valence quark composition, establish the dependence of the partial rates on the mixing matrix elements, and sort them in decreasing order.
- , , , ,
- , , ,
- A pion of momentum MeV decays as . Find the minimum and maximum momentum. What are the flavour and chirality of the neutrino?
- MeV, MeV
- boost:
- A large water Cherenkov detector observes solar neutrinos via . With m², flux ms and efficiency , what water mass gives 10 events a day?
- water has 10 electrons per molecule; g/mol
- A collapsing iron core reaches t mm. For MeV and m² on iron, find the neutrino mean free path. (.)
- , with the number of iron nuclei per m³
- a neutron star core is km across
- In 1959 Pontecorvo proposed testing whether and are different particles. A low-energy beam is stopped in a target; the from their decays also stop and then decay. (1) What is the lowest-threshold reaction permitted if but forbidden if not? (2) What is its threshold? (3) Does the process provide any above threshold?
- , then
- , , MeV
- Give a cascade of Cabibbo-favoured decays through flavoured hyperons for , and .
- the favoured charm transition is with
- , ,
- Give a cascade of Cabibbo-favoured decays through flavoured hyperons for , and .
- the favoured transition is (), then
- ,
- The has two beta decays: with BR , and with BR . State the reason for the difference.
- , ,
- , , MeV
🔑 If you remember only three things
-
Changing flavour is what makes it weak, not the strength. The name is an accident of rates; the defining property is that nothing else in the book does it at all.
-
A coupling with dimensions turns every estimate into a question about scale. You cannot ask how big without also asking at what energy.
-
The two facts outlive the chapter. Chapters 8, 9 and 10 are applications of exactly these, which is why the repetition here is an investment rather than a drill.
Where this goes next
The chapter leaves three things unexplained on purpose, and each becomes a chapter.
The phase. §7.11 found that a 3 × 3 mixing matrix keeps one irremovable complex phase, and that with two families it could not. Chapter 8 makes that phase observable — in neutral-meson mixing, where the states that propagate are not the states that are produced, and in CP violation, which is the same mismatch seen as an asymmetry between matter and antimatter.
The couplings. §7.13 wrote the neutral current with two constants and and refused to say what they are. Chapter 9 derives them from the fermions’ electric charges, which is the moment the weak and electromagnetic interactions stop being two things. It also explains why has the value that makes what it is.
The other mixing. §7.9 repaired quark universality by rotating the down-type states. Chapter 10 finds the same phenomenon among neutrinos — with two differences that matter: the angles are large rather than small, and it requires neutrino mass, which the Standard Model as built through Chapter 9 does not provide.
✅ Check yourself — Chapter 7 in review
0/6 answered · 0 correct
1.Across the whole chapter, which single structural fact does the most explanatory work?
2.Which of these are consequences of the m⁵ law, Γ ∝ G_F² m⁵? (Select all that apply.)
3.Problem 7.21 gets BR(b → c e ν̄) = 1/9 from counting W decay channels. What makes the counting work?
4.Several problems (7.13, 7.17, 7.28) compute how far a neutrino travels before interacting. What distinguishes 7.28?
5.Problems 7.23, 7.25, 7.30 and 7.31 are all the same exercise. What is it?
6.Problem 7.5 gives τ_τ = 0.262 ps using the book's BR = 16 %, against 0.290 ps measured. What should you conclude?