Particle Physics

Antimatter

Mirror-image particles with opposite charge — meet matter, both annihilate into energy

Antimatter consists of antiparticles — same mass as matter particles but opposite charge and other quantum numbers. Predicted by Dirac (1928), positron discovered (1932). When matter meets antimatter, both annihilate into pure energy via E = mc². Used in PET scanners (positron emission tomography). Why universe has more matter than antimatter is one of cosmology's biggest unsolved problems.

  • AntiparticleSame mass; opposite charge, lepton/baryon number, etc.
  • DiscoveredAnderson found positron in cosmic rays, 1932
  • Predicted byPaul Dirac, 1928 (from his equation)
  • Annihilation100% mass → energy (E = mc²)
  • 1 g matter + 1 g antimatter~43 kt TNT equivalent
  • Matter-antimatter asymmetryUniverse is mostly matter (unsolved why)

Interactive visualization

Press play, or step through manually. The visualization is yours to drive — try it before reading on.

Open visualization fullscreen ↗

Watch the 60-second explainer

A condensed visual walkthrough — narrated, captioned, under a minute.

Antimatter basics

PropertyParticleAntiparticle
Massmm (same)
Charge+e or -eopposite
Spin1/21/2 (same)
Lepton number+1-1
Baryon number+1 (for protons, neutrons)-1
Magnetic moment

Common antiparticles

ParticleAntiparticleNotes
Electron (e⁻)Positron (e⁺)1932 Anderson
Proton (p)Antiproton (p̄)1955 Berkeley
Neutron (n)Antineutron (n̄)1956
Neutrino (ν)Antineutrino (ν̄)
Up quark (u)Up antiquark (ū)
Photon (γ)Photon (own antiparticle)Charge-neutral; same as itself
Z bosonZ (own)
Hydrogen atomAnti-hydrogen (e⁺ + p̄)Created at CERN ~10⁵ atoms

JavaScript — antimatter calculations

// Annihilation energy
const c = 3e8;
function annihilationEnergy(mass_kg) {
  return 2 * mass_kg * c * c;  // 2 because both matter and antimatter
}

// 1 g of matter + 1 g antimatter
console.log(`1g + 1g: ${(annihilationEnergy(1e-3) / 1e9).toFixed(0)} GJ`);
console.log(`= ${(annihilationEnergy(1e-3) / 4.184e9).toFixed(0)} kt TNT`);
// ~43 kt — equivalent to 4 Hiroshimas

// Electron-positron annihilation
function electronPositronPhotons() {
  // Each photon energy = m_e·c² = 0.511 MeV
  // Total in CM frame: 1.022 MeV split between 2 photons
  return 511e3;  // keV
}

console.log(`e+ + e- → 2 × ${electronPositronPhotons()} keV photons`);

// Cost of producing antimatter (rough)
function antimatterCost() {
  // Current: ~$60 trillion per gram (very rough estimate from particle physics)
  // Production rate: ~10⁻¹⁰ g/year worldwide
  // Inefficiency: many MeV input per single antiparticle
  return {
    cost_per_gram: '~$60 trillion',
    efficiency: '~10⁻⁸ (very low)',
    production: '~10⁻¹⁰ g/year worldwide'
  };
}
console.log(antimatterCost());

// Specific impulse if used for rocket
function antimatterIsp() {
  // Theoretical max: photons exit at c → Isp ~ 3 × 10⁷ s (vs ~450 s for chemical)
  return c / 9.81;  // ~30 million seconds
}

console.log(`Antimatter rocket Isp: ${(antimatterIsp() / 1e6).toFixed(1)} million seconds`);
// 30,000,000 — vastly more than any chemical rocket

Where antimatter matters

  • PET scanners. Medical imaging via positron emission and annihilation gamma detection.
  • Particle physics. Accelerator collisions create matter-antimatter pairs; study fundamental particles.
  • Cosmology. Big mystery — why matter dominates over antimatter in observable universe.
  • Nuclear physics. Beta-plus decay produces positrons.
  • Cosmic rays. Some cosmic rays are antimatter (positrons, antiprotons); studied for dark matter clues.
  • Future propulsion. Theoretical: highest specific impulse possible. Practical: not feasible currently.
  • Foundational tests. Anti-hydrogen experiments at CERN test CPT symmetry and gravity on antimatter.

Common mistakes

  • Treating antimatter as exotic. All particles have antiparticles. Some are their own antiparticles (photon, Z boson). Antimatter is integral to particle physics.
  • Believing all of universe might be antimatter elsewhere. Searches show none. Boundaries between matter and antimatter regions would emit detectable gamma rays.
  • Thinking annihilation always gives 2 gamma rays. e⁺e⁻ → 2γ at low energies. At higher energies, multi-photon, hadron production possible.
  • Confusing antimatter with dark matter. Different things. Antimatter — known particles, opposite charge. Dark matter — unknown particles, no electromagnetic interaction.
  • Believing antimatter is impossible to handle. CERN traps anti-hydrogen for ~17 minutes. Hard but not impossible.
  • Dismissing antimatter as fictional. Real, observed, used in medicine. Not science fiction.

Frequently asked questions

How was antimatter discovered?

Dirac's relativistic quantum equation (1928) had two solutions — one for positive energy electrons, one for negative energy. Dirac interpreted negative-energy as antiparticles. Anderson (1932) found positron in cosmic ray cloud chamber — confirmed. Other antiparticles followed: antiproton (1955), antineutron (1956), entire periodic table of antimatter created in particle accelerators (anti-hydrogen, anti-helium...).

How is antimatter created?

High-energy collisions create particle-antiparticle pairs (E = mc²). Cosmic ray collisions; particle accelerators; some radioactive decays (β⁺ emits positron). Modern facilities: CERN's antiproton decelerator slows antiprotons enough to study. Anti-hydrogen made by combining antiprotons with positrons.

What happens when matter meets antimatter?

Annihilate into pure energy via E = mc². Electron + positron → 2 photons (511 keV each, conservation of momentum). Proton + antiproton → various particles depending on energy. 100% mass conversion — most efficient energy source possible (vs ~0.1% for fission, ~0.7% for fusion).

Why isn't the universe half antimatter?

Big mystery. After Big Bang, equal matter and antimatter should have annihilated, leaving only photons. But somehow ~1 in 10⁹ matter particles "survived" — became all of today's stars, planets, us. CP violation (charge-parity) thought to be involved. Sakharov conditions — 3 things needed for asymmetry. Detailed mechanism unsolved.

How are PET scanners used?

PET = Positron Emission Tomography. Inject patient with radioactive tracer (often F-18 in glucose). F-18 decays via β⁺ emission → positron. Positron annihilates with nearby electron → 2 photons (511 keV) traveling in opposite directions. Detectors find both, traceback to annihilation site. Scans for cancer, brain function, heart disease.

Could we use antimatter for fuel?

Theoretically, ideal — 100% mass-to-energy. Practically — making antimatter is incredibly inefficient (need MORE energy to create than gain from annihilation, by orders of magnitude). Storing it is hard (any contact with matter = explosion). Current production: ~10⁻¹⁰ grams/year worldwide. Spacecraft propulsion concepts exist but currently impractical.

Are there antimatter galaxies?

No detected. If antimatter galaxies existed, we'd see annihilation signatures (gamma rays from boundaries with normal matter). Searches found nothing. Universe appears mostly matter at large scales. This rules out simple "equal" big bang scenarios.