Twelve problems for a chapter containing four particle systems, because the four are one problem with different numbers in it.
🎯 Why this matters
That is the chapter’s real claim, stated as a workload rather than as a sentence. Learn the kaon and the B mesons cost almost nothing extra — the equation is the same one and only the constants move.Twelve problems, and they are unusually well chosen — three of them are the chapter’s own derivations handed back to the reader, and several of the rest quietly re-derive results the text asserts.
- six are kaon kinematics and conservation laws — 8.1, 8.3, 8.4, 8.5, 8.6, 8.12. Between them they rebuild the whole experimental basis of §8.2–8.5: purification by flight, associated production, and why an absorber regenerates;
- two are group theory — 8.2 and 8.12, on which initial and final states can connect;
- three are the algebra of ε′ — 8.9, 8.10, 8.11, which the text explicitly skips as “not difficult, but long”;
- and 8.7 and 8.8 are the beauty factory, read one event at a time and then one exposure at a time.
The book supplies no solutions. All twelve are worked here.
What the chapter established
| what↕ | how↕ | the number↕ |
|---|---|---|
| Neutral mesons mix | the propagating states are not the flavour states | four systems, = 13, 1600, 8, 0.24 |
| The superposition is coherent | regeneration — an absorber brings the back | |
| CP is violated in the mixing | , which CP forbids | |
| …and in the decay | a double ratio of four rates | |
| …and in the interference | , tagged and time-resolved | |
| It all fits one triangle | two sides from moduli, two angles from asymmetries |
Supplied — the book gives the four systems four separate sections and never puts their organising number side by side. Everything about the experimental difficulty of a neutral-meson system is on this axis. Left of 1 you watch the oscillation happen and precision is bought with cycles; right of ~100 the meson has decayed before the phases separate and you are reduced to indirect extraction, which is why charm mixing was the last to be established and its oscillation has still never been observed directly. The K⁰ sits in the awkward middle and is measurable only because its two eigenstates have wildly different lifetimes — a second lever the other three do not have.
The numbers, all at once
every numeric answer in the chapter's problems
import numpy as np
mphi, mKc, mK0, mp, mn, mL, mpic = 1019.461, 493.677, 497.611, 938.272, 939.5654, 1115.683, 139.57039
c = 0.299792458 # m/ns, and um/ps
pc = np.sqrt((mphi/2)**2 - mKc**2); p0 = np.sqrt((mphi/2)**2 - mK0**2)
print(f"8.1 phi -> K+K- / K0K0bar = {(pc/p0)**3:.3f} (measured 1.44), NOT 1")
print(f" a {(mK0-mKc)/mK0*100:.2f}% mass difference gives a {((pc/p0)**3-1)*100:.0f}% rate difference, because")
print( " L = 1 puts p*^3 in front and both pairs are near threshold")
print( " the neutral pair is PURELY K1 K2 -- frequencies 0, 1, 0")
bg = 10000/mK0; lS, lL = bg*c*89.54e-3, bg*c*51.16
print(f"8.3 10 GeV beam: beta.gamma = {bg:.1f}, lambda_S = {lS:.3f} m, lambda_L = {lL:.0f} m")
print(f" N_S/N_L = 1 at production, {np.exp(-10/lS)/np.exp(-10/lL):.1e} at 10 m")
print(f" 2pi fraction with CP conserved = {0.5*0.9989:.4f}, all in the first metre")
lam = (2000/mKc)*c*12.38
print(f"8.4 2 GeV K+ beam: lambda = {lam:.2f} m, 10% survival at {lam*np.log(10):.1f} m")
th = lambda M: (M**2 - mpic**2 - mp**2)/(2*mp)
print(f"8.5 pi- p -> K0 Lambda threshold {th(mK0+mL):6.1f} MeV")
print(f" pi- p -> K0bar n K0 threshold {th(mK0+mn+mK0):6.1f} MeV -- {th(mK0+mn+mK0)/th(mK0+mL):.1f}x higher,")
print( " because NO baryon carries S = +1")
EK = np.sqrt(400**2+mK0**2); rs = np.sqrt(mK0**2+mp**2+2*mp*EK)
print(f"8.6 at p_K = 400 MeV, sqrt(s) = {rs:.0f} MeV:")
print( " K0 p -> K+ n only (elastic + charge exchange)")
print( " K0bar p -> Lambda pi+, Sigma+ pi0, Sigma0 pi+ all OPEN")
print( " -> the K0bar cross-section is far larger. that IS regeneration.")
step = 0.56*299.792458*1.520
dt = (500-120)/step*1.520; ph = 0.5065*dt
print(f"8.7 one lifetime of flight = {step:.1f} um")
print(f" 120 um = {120/step:.2f} lifetimes; 500 um = {500/step:.2f} lifetimes")
print(f" between the two decays: dt = {dt:.3f} ps, dm x dt = {ph:.3f} rad")
print(f" P(mu+) = {(1+np.cos(ph))/2:.3f}, P(mu-) = {(1-np.cos(ph))/2:.3f} -- both signs occur")
smu = 86.8/10.58**2
print(f"8.8 100 fb^-1 at 1e34 = {1e41/1e34:.1e} s = {1e41/1e34/86400:.0f} days")
print(f" sigma_had = 3 x {smu:.3f} = {3*smu:.2f} nb -> {1e41*3*smu*1e-33:.1e} pairs")
print(f" average production-to-decay separation = {step:.0f} um") 8.1 phi -> K+K- / K0K0bar = 1.516 (measured 1.44), NOT 1
a 0.79% mass difference gives a 52% rate difference, because
L = 1 puts p*^3 in front and both pairs are near threshold
the neutral pair is PURELY K1 K2 -- frequencies 0, 1, 0
8.3 10 GeV beam: beta.gamma = 20.1, lambda_S = 0.539 m, lambda_L = 308 m
N_S/N_L = 1 at production, 9.2e-09 at 10 m
2pi fraction with CP conserved = 0.4995, all in the first metre
8.4 2 GeV K+ beam: lambda = 15.04 m, 10% survival at 34.6 m
8.5 pi- p -> K0 Lambda threshold 907.5 MeV
pi- p -> K0bar n K0 threshold 1515.3 MeV -- 1.7x higher,
because NO baryon carries S = +1
8.6 at p_K = 400 MeV, sqrt(s) = 1525 MeV:
K0 p -> K+ n only (elastic + charge exchange)
K0bar p -> Lambda pi+, Sigma+ pi0, Sigma0 pi+ all OPEN
-> the K0bar cross-section is far larger. that IS regeneration.
8.7 one lifetime of flight = 255.2 um
120 um = 0.47 lifetimes; 500 um = 1.96 lifetimes
between the two decays: dt = 2.263 ps, dm x dt = 1.146 rad
P(mu+) = 0.706, P(mu-) = 0.294 -- both signs occur
8.8 100 fb^-1 at 1e34 = 1.0e+07 s = 116 days
sigma_had = 3 x 0.775 = 2.33 nb -> 2.3e+08 pairs
average production-to-decay separation = 255 um Two of those repay a second look.
8.1 is a trap with a payoff. Asked to neglect the kaon mass difference, you get a ratio of 1; asked whether that is legitimate, the answer is emphatically no. A 0.79 % mass difference produces a 52 % rate difference, because the is a vector so the pair comes out in a P wave, the rate carries , and both pairs sit barely above threshold. Then the second half of the problem delivers the KLOE tag of §7.12 for free: makes the pair antisymmetric, every and term cancels identically, and what is left is purely .
8.5 explains why a kaon beam is pure. Producing a costs a and 908 MeV. Producing a requires a partner with , , — and no such baryon exists, so you must make an entire extra kaon, and the threshold jumps to 1515 MeV. That asymmetry is what lets §8.3 start from a state of definite strangeness at all.
- DAΦNE is an collider at . Calculate the ratio of the annihilation rates into and , neglecting the charged–neutral kaon mass difference. Is that a good approximation? For the case, find the relative frequency of , and .
- , , MeV
- the is , so the two pseudoscalars come out in a P wave
- a decay to two spinless particles with orbital has rate
- From which of the initial states , , , , , can each of , and proceed?
- for in : ,
- for two pseudoscalars with orbital : ,
- of a kaon pair , with ,
- A hits a target producing neutral mesons and hyperons. For the component with GeV: what is the ratio at production? At m? What fraction of decays into would be observed if CP were conserved?
- ps, ns, MeV
- An experiment needs an almost monochromatic beam of GeV, selected with a magnetic spectrometer and slits. The usable length is limited by the lifetime. At what distance is the intensity reduced to 10 % of its initial value?
- ns, MeV
- For and , find the minimum masses of and compatible with the conservation laws, and the two threshold energies.
- strong interactions conserve , and separately
- , , , , MeV
- A neutral beam of MeV hits a liquid hydrogen target. Determine the reaction channels open to each of the and components, and estimate which has the larger cross-section.
- strangeness is conserved by the strong interaction
- , , MeV
- An asymmetric beauty factory at MeV studies , with . One decays 120 μm from the primary vertex with a among its products. How many lifetimes did it live, and what can be said about the two flavours? The second decays at 0.5 mm, again with a muon. How many lifetimes? Can that muon be positive, and why?
- ps, ps⁻¹
- so , and so
- For a BaBar sample of integrated luminosity 100 fb⁻¹ with : how many seconds at cm⁻²s⁻¹ are needed? Taking at the , how many pairs are collected? What is the average separation between production and decay vertices?
- 1 fb⁻¹ cm⁻²
- ps
- Prove expression (8.71), neglecting terms of order higher than the first in and .
- and , Eq. (8.27)
- Eqs. (8.74) and (8.75): for and for
- Prove expression (8.72), , to first order.
- Eqs. (8.67a) and (8.67b) for the four amplitudes
- the Wu–Yang convention: choose the phase so that is real and positive
- from problem 8.9
- Prove expression (8.74), , to first order.
- the two amplitudes of problem 8.10, differing only in the sign of
- is small, and so is
- For and , let be the angular momentum of the pair, its isospin, and that of the relative to it. Supposing the kaon were much heavier so that higher and were not suppressed, establish the possible values of and of the total , assuming CP is conserved.
- , from §8.2
- two pions are bosons: the state must be symmetric under their exchange
- and 2 are symmetric under exchange; is antisymmetric
Supplied — the book introduces the three kinds across four sections and never draws the comparison. The sizes come from the block above (|ε| = 2.232×10⁻³, |ε′| = 3.71×10⁻⁶, sin2β = 0.675), and they are different kinds of quantity — an amplitude ratio, an amplitude ratio, and an asymmetry amplitude — so the ratios between them are indicative rather than exact. The lesson survives that caveat: every one of these numbers is driven by the same single phase δ₁₃ = 65.6°, and what separates them by five orders of magnitude is not the phase but whether the two interfering paths are comparable in size. Eq. (8.63)‘s prefactor is 4|A₁||A₂|, and nature made A₂/A₁ ≈ 1/22 for the kaon and ≈ 1 for the B.
🔑 If you remember only three things
-
Three of these hand back the chapter’s own derivations. Knowing in advance that an answer is reachable changes what you are willing to attempt.
-
What separates the four systems is one dimensionless ratio. How far a state oscillates before it decays is the whole of the difference between them.
-
Several problems quietly re-derive what the text asserted. The chapter states more than it proves, and this page is where the balance is settled.
Where this goes next
Chapter 9 supplies what this chapter kept assuming: the electroweak theory behind the W and the Z, why has the value that makes what it is, and the , that §7.13 named without explaining.
Chapter 10 runs this entire chapter again for neutrinos. The
formalism is identical — OscillationLab gets mounted a fifth time — but the
mixing angles are large rather than small, and the phenomenon requires neutrino
mass, which nothing in Chapters 7–9 provides.
And one thread leaves the Standard Model. Every CP violation established here, added together, is far too small to explain why the universe contains matter and not antimatter. Sakharov’s conditions require CP violation and the CKM phase supplies some — short of what is needed by many orders of magnitude. That gap is among the clearest evidence that the Standard Model is incomplete, and Chapter 12 returns to it.
✅ Check yourself — Chapter 8 in review
0/6 answered · 0 correct
1.Problem 8.1 asks for the φ → K⁺K⁻ / K⁰K̄⁰ rate ratio neglecting the kaon mass difference, then whether that is a good approximation. What is the answer?
2.In problem 8.1's second part, what is the K₁K₂ content of the neutral kaon pair from φ decay?
3.Problem 8.5: why is the threshold for π⁻p → K̄⁰Y so much higher than for π⁻p → K⁰X?
4.Problem 8.6 asks which of K⁰p and K̄⁰p has the larger cross-section at p_K = 400 MeV. What is the answer, and why does it matter?
5.In problem 8.7, the first B decays with a μ⁻ at 120 μm and the second decays at 500 μm. Can the second muon be positive?
6.Problems 8.9–8.11 ask you to derive η₊₋ = ε + ε′, η₀₀ = ε − 2ε′ and |Ā/A| = 1 − 2 Re ε′. What is the significance of the relative factor of −2 between η₊₋ and η₀₀?