Relativistic Momentum and Energy
Inside the Large Hadron Collider, protons are whipped up to 99.9999991\% of
the speed of light. Push harder — pour in more energy — and they go faster by only the tiniest sliver;
they seem to hit an invisible wall at c. If Newton were right, a constant
force should keep accelerating them without limit. Something in the old bookkeeping of
momentum and energy has to give. Fixing it hands us the most famous
equation in all of physics, E = mc^2, essentially for free.
This page rebuilds momentum and energy so that they survive at high speed. We'll see why the
schoolbook formula p = mv quietly breaks, patch it into
p = \gamma m v, discover that a moving body's total energy is
E = \gamma m c^2 — which is not zero even when the body sits still —
and tie momentum and energy together with one clean, frame-independent relation.
Why p = mv has to fail
Momentum earns its keep by being conserved: in any collision, the total momentum
before equals the total after, no matter which (non-accelerating) frame you watch from. That's the
whole point of the quantity. But "the same in every frame" now means the frames are related by the
Lorentz transformation,
not the old Galilean one — and if you take a collision that conserves \sum m\vec v
in one frame and Lorentz-transform it into another, the totals no longer match. The
Newtonian definition simply isn't conserved once velocities add relativistically.
So either momentum conservation is wrong (it isn't — it's rooted in the deepest symmetry we know, the
uniformity of space) or the definition is wrong. Physics keeps the law and repairs the
definition. The cure is to measure the change in position not per unit of the observer's time
t, but per unit of the particle's own proper time
\tau — a quantity everyone agrees on. Since
dt = \gamma\, d\tau (time dilation), that inserts exactly one factor of
\gamma:
\vec p = m\frac{d\vec x}{d\tau} = m\frac{d\vec x}{dt}\frac{dt}{d\tau} = \gamma\, m\vec v, \qquad \gamma = \frac{1}{\sqrt{1 - \beta^2}},\ \ \beta = \frac{v}{c}.
At everyday speeds \gamma \approx 1 and we recover
p \approx mv — which is why nobody noticed for two centuries. But as
v \to c, \gamma \to \infty, so the momentum of a
massive particle grows without any bound. That is the invisible wall: it takes ever
more momentum to coax out ever less extra speed.
- The conserved momentum of a particle of (rest) mass m moving at velocity \vec v is \vec p = \gamma m \vec v.
- As v \to c, \gamma \to \infty and p \to \infty: no finite push can reach the speed of light.
- At low speed \gamma \approx 1, so p \approx mv — Newton restored.
Energy: work done, and a stunning leftover
Energy is defined the same way it always was — the work a force does — but now using the corrected
momentum. Carefully totalling up the work needed to accelerate a particle from rest to speed
v (an integral of F = dp/dt over distance) gives a
strikingly simple result for its total energy:
E = \gamma m c^2.
Look at what happens when the particle is at rest, v = 0, so
\gamma = 1. The energy does not vanish. It sits at
E_0 = m c^2,
the rest energy: energy an object owns purely by virtue of having mass, even stone
still. Mass is a form of energy — an intensely concentrated one, since c^2
is a huge number. One gram of anything hides about 9 \times 10^{13}\ \text{J},
the yield of roughly twenty kilotonnes of TNT. This is the energy released, in part, when nuclei split
or fuse; the Sun shines by turning about four million tonnes of its mass into sunlight every second.
The kinetic energy — the energy of motion alone — is the total minus the
rest energy:
KE = E - E_0 = (\gamma - 1)\, m c^2.
- Total energy: E = \gamma m c^2.
- Rest energy: E_0 = m c^2 — mass is stored energy.
- Kinetic energy: KE = (\gamma - 1) m c^2, the total beyond the rest energy.
Sanity check: where did \tfrac12 m v^2 go?
A new formula for kinetic energy had better reduce to the trusty \frac12 m v^2
at ordinary speeds, or it's wrong. It does — and watching it happen is satisfying. For small
\beta, expand \gamma = (1 - \beta^2)^{-1/2} with the
binomial series:
\gamma = 1 + \tfrac12\beta^2 + \tfrac38\beta^4 + \cdots
Therefore
KE = (\gamma - 1)mc^2 = \left(\tfrac12\beta^2 + \tfrac38\beta^4 + \cdots\right)mc^2 = \tfrac12 m v^2 + \tfrac38\frac{mv^4}{c^2} + \cdots
The leading term is exactly \frac12 m v^2 — Newton's kinetic energy is just
the first term of Einstein's. The corrections are suppressed by powers of
v^2/c^2, utterly negligible for a thrown ball but dominant for a particle in
an accelerator. The graph below plots the true kinetic energy against the Newtonian guess: they hug
each other near \beta = 0 and part company dramatically as
\beta \to 1, where the real curve rockets to infinity.
The relation that ties it all together
We now have two headline quantities, E = \gamma m c^2 and
p = \gamma m v. Both contain the awkward factor \gamma
and depend on v. Watch what happens when we combine them to eliminate both
\gamma and v. Compute
E^2 - (pc)^2:
E^2 - (pc)^2 = \gamma^2 m^2 c^4 - \gamma^2 m^2 v^2 c^2 = \gamma^2 m^2 c^4\left(1 - \frac{v^2}{c^2}\right) = \gamma^2 m^2 c^4 \cdot \frac{1}{\gamma^2} = m^2 c^4.
The \gamma's cancel completely, leaving something that depends only on the
mass:
- E^2 = (pc)^2 + (mc^2)^2 — a right-triangle relation between energy, momentum, and rest energy.
- The combination E^2 - (pc)^2 = (mc^2)^2 is an invariant: every observer, however fast, computes the same value from their own E and p.
- For massless particles (like light), m = 0 gives E = pc — pure momentum, no rest mass, always moving at c.
This is the workhorse of particle physics. You rarely know a particle's speed, but you can measure its
energy and momentum, and this relation instantly gives its mass — the same number in every lab, however
the particle is moving. It's a right triangle: mc^2 and
pc are the legs, E the hypotenuse.
Worked examples
Example 1 — kinetic energy of a fast proton. A proton
(mc^2 = 938\ \text{MeV}) moves at \beta = 0.8, so
\gamma = 1/\sqrt{1 - 0.64} = 1.667. Its total energy is
E = \gamma m c^2 = 1.667 \times 938 \approx 1563\ \text{MeV}, and its kinetic
energy is
KE = (\gamma - 1)mc^2 = 0.667 \times 938 \approx 626\ \text{MeV}.
Newton would have guessed \frac12 m v^2 = \frac12(938)(0.8)^2 = 300\ \text{MeV}
— barely half the true value. At \beta = 0.8 the old formula is already
hopeless.
Example 2 — energy from momentum and mass. An electron
(mc^2 = 0.511\ \text{MeV}) has momentum pc = 2.0\ \text{MeV}.
Its total energy comes straight from the energy–momentum relation:
E = \sqrt{(pc)^2 + (mc^2)^2} = \sqrt{2.0^2 + 0.511^2} = \sqrt{4.26} \approx 2.06\ \text{MeV}.
Because pc \gg mc^2 here, the electron is "ultra-relativistic" and
E \approx pc — it behaves almost like a massless particle.
Example 3 — mass into energy. When an electron meets its antiparticle, a positron,
both at rest, they annihilate entirely into light. All the rest energy converts:
E = 2 m c^2 = 2 \times 0.511 = 1.022\ \text{MeV}, shared between two photons of
0.511\ \text{MeV} each. Mass has become pure radiation — E = mc^2
running in reverse.
Momentum's runaway growth
The chart below drives home the same lesson for momentum. Newton predicts
p/mc = \beta, a straight line — double the speed, double the momentum. The
relativistic p/mc = \gamma\beta agrees at first but curls upward and blows up
at \beta = 1. You can pump limitless momentum (and energy) into a particle and
it still never quite reaches c.
Older books wrote p = m_{\text{rel}} v with a speed-dependent "relativistic
mass" m_{\text{rel}} = \gamma m, so that p = mv
would "still look right". It's a tempting bookkeeping trick, but modern physics has quietly retired it,
and you should too. The trouble is that the factor \gamma depends on
direction as well as speed (push a fast particle sideways and it responds differently than
head-on), so a single "mass" can't capture it. Far cleaner to say: mass
m is a fixed property of the object — the same number in every frame,
the invariant E^2 - (pc)^2 = (mc^2)^2 — and it is the
momentum and energy that grow with speed, through \gamma.
When physicists today say "mass" they always mean the rest mass. Keep the \gamma
attached to p and E, never to m.
Do not use KE = \tfrac12 m v^2 for fast particles, and do not use
E = \tfrac12 m v^2 + mc^2 either. Two common slips:
-
The kinetic energy is (\gamma - 1)mc^2, not
\frac12 m v^2. The latter is only the first term of a series and undershoots
badly once \beta is more than about 0.1 (at
\beta = 0.8 it's off by a factor of two).
-
Total energy is \gamma mc^2, a single clean product — not
rest energy "plus" a Newtonian kinetic term. Only after you expand \gamma
for small \beta does the split mc^2 + \frac12 mv^2 + \cdots
appear, and even then it's an approximation.