To Elementary Particles Solutions Manual Griffiths: Introduction
Officially, the Instructor’s Solutions Manual for Griffiths’ text (often published by Wiley) is a restricted document. It contains step-by-step solutions to all the end-of-chapter problems, from basic Dirac delta function normalizations in Chapter 2 to full-fledged Feynman calculus calculations for quantum electrodynamics (QED) in later chapters.
Unlike a simple answer key, the manual demonstrates:
Yes, absolutely. But with a caveat.
If you are taking a formal course in particle physics, do not rely on the manual as a crutch. Your professor will design exams where you cannot look up the answer. Use the manual to check your work after you have done the heavy lifting.
If you are a self-learner (a working engineer, a hobbyist, or a high school physics olympiad student), the manual is indispensable. Without a professor to grade your work, the manual is your only feedback loop. Work every problem in Chapters 2 through 8 (Historical Intro to Hadrons). Then attempt two problems from Chapter 10 (QED). The manual will show you if you truly understand Wick’s theorem.
Let (x = p c) (energy units). Then:
[
m_\pi c^2 - x = \sqrtx^2 + m_\mu^2 c^4
]
Square both sides:
[
(m_\pi c^2)^2 - 2 m_\pi c^2 x + x^2 = x^2 + m_\mu^2 c^4
]
Cancel (x^2):
[
m_\pi^2 c^4 - 2 m_\pi c^2 x = m_\mu^2 c^4
]
[
2 m_\pi c^2 x = (m_\pi^2 - m_\mu^2) c^4
]
[
x = \frac(m_\pi^2 - m_\mu^2) c^22 m_\pi
]
Thus:
[
p = \fracm_\pi^2 - m_\mu^22 m_\pi c
]
Numerically: (m_\pi^2 - m_\mu^2 = (139.57^2 - 105.66^2)\ \textMeV^2/c^4)
[
= (19479.8 - 11164.0) = 8315.8\ \textMeV^2/c^4
]
[
p = \frac8315.82 \times 139.57\ \textMeV/c = \frac8315.8279.14 \ \textMeV/c \approx 29.79\ \textMeV/c
]
Before discussing the solutions manual, one must appreciate the beast it tames. Unlike classical mechanics or electrodynamics, particle physics is non-intuitive. Griffiths’ book is divided into four distinct parts: Before discussing the solutions manual, one must appreciate
The problem sets at the end of each chapter are not simple plug-and-chug. Griffiths asks you to "fill in the missing steps." For example, a typical problem might state: "Starting from the Dirac equation, show that the probability current satisfies the continuity equation." The gap between the starting line and the finish line can be 10 lines of algebra involving adjoint spinors.
Without a solutions manual, a student can spend three hours on a single problem, only to realize they dropped a minus sign on line two.
Based on Griffiths, Problem 3.19 (Example calculation)
Problem Statement: A particle of mass $M$ decays into two particles with masses $m_1$ and $m_2$. Derive the magnitude of the momentum (and hence the energy) of the two outgoing particles in the rest frame of the parent particle.
Solution:
1. Establish Conservation Laws: In the rest frame of the parent particle, its 4-momentum is $P = (M, 0)$. The decay products have 4-momenta $p_1 = (E_1, \mathbfp)$ and $p_2 = (E_2, -\mathbfp)$ (since momentum is conserved, the momenta must be equal in magnitude and opposite in direction). The problem sets at the end of each
Conservation of Energy: $$ M = E_1 + E_2 $$
Conservation of Momentum: $$ 0 = \mathbfp_1 + \mathbfp_2 \implies |\mathbfp_1| = |\mathbfp_2| \equiv p $$
2. Utilize the Energy-Momentum Relation: For a relativistic particle, $E^2 = p^2c^2 + m^2c^4$ (setting $c=1$ for convenience): $$ E_1 = \sqrtp^2 + m_1^2 $$ $$ E_2 = \sqrtp^2 + m_2^2 $$
3. Solve for $p$: Substitute the energy expressions into the energy conservation equation: $$ M = \sqrtp^2 + m_1^2 + \sqrtp^2 + m_2^2 $$
Rearrange to isolate one root: $$ M - \sqrtp^2 + m_1^2 = \sqrtp^2 + m_2^2 $$
Square both sides: $$ M^2 - 2M\sqrtp^2 + m_1^2 + (p^2 + m_1^2) = p^2 + m_2^2 $$ Based on Griffiths
Cancel $p^2$ terms and rearrange: $$ 2M\sqrtp^2 + m_1^2 = M^2 + m_1^2 - m_2^2 $$
Square again: $$ 4M^2(p^2 + m_1^2) = (M^2 + m_1^2 - m_2^2)^2 $$
Isolate $p^2$: $$ 4M^2p^2 = (M^2 + m_1^2 - m_2^2)^2 - 4M^2m_1^2 $$
4. Final Expression: Algebraic simplification leads to the standard formula for two-body decay momentum: $$ p = \frac\sqrt[M^2 - (m_1+m_2)^2][M^2 - (m_1-m_2)^2]2M $$
Conclusion: This result is fundamental for calculating decay spectra in experimental particle physics.