Astrophysics

Cosmic Rays

High-energy particles from space — protons, nuclei, electrons hitting Earth's atmosphere

Cosmic rays are high-energy charged particles arriving from space — mostly protons (89%), helium nuclei (10%), heavier nuclei and electrons (1%). Energies range from ~10⁹ eV to 10²⁰ eV (Oh-My-God particle). Sources: solar (low energy), galactic supernovae, AGN, unknown extragalactic. Trigger atmospheric cascades when hitting Earth. Discovered by Hess (1912 balloon experiments).

  • Composition89% protons, 10% He nuclei, 1% heavier + electrons
  • Energy range~10⁹ to 10²⁰ eV
  • Highest observed3 × 10²⁰ eV (Oh-My-God particle, 1991)
  • DiscoveredVictor Hess, 1912 (balloon experiments)
  • Atmospheric showerOne CR creates millions of secondary particles
  • SourcesSolar (low E); SN remnants (mid); AGN (highest, debated)

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.

What cosmic rays are

ComponentFraction
Protons~89%
Helium nuclei (alpha)~10%
Heavier nuclei (C, N, O, Fe...)~1%
Electrons~1%
Antimatter (e⁺, p̄)~0.1%

Energy spectrum features

FeatureEnergySignificance
Solar protons~10⁶ to 10⁹ eVFrom CMEs, flares
Galactic CR10⁹ to ~10¹⁵ eVSN remnants accelerate
Knee~3 × 10¹⁵ eVSpectrum steepens; transition
Ankle~3 × 10¹⁸ eVSpectrum flattens; extragalactic dominates
GZK cutoff~5 × 10¹⁹ eVCMB pion production limits travel distance
Highest observed3 × 10²⁰ eV"Oh-My-God particle"

JavaScript — cosmic ray calculations

// Energy of "Oh-My-God particle"
const eV = 1.602e-19;
const c = 3e8;
const m_p = 1.673e-27;  // proton

const E_OMG = 3.2e20 * eV;  // joules
console.log(`OMG energy: ${(E_OMG / eV / 1e20).toFixed(1)} × 10²⁰ eV`);

// Equivalent in everyday terms
console.log(`OMG energy: ${E_OMG.toFixed(2)} J`);
// ~50 J — a baseball at 60 mph has ~140 J of KE
console.log(`Baseball at 30 m/s: ${0.5 * 0.145 * 30 * 30} J`);  // 65 J

// Lorentz factor
function lorentzFactorFromEnergy(E_J, mass_kg = m_p) {
  const E_rest = mass_kg * c * c;
  return E_J / E_rest;
}

console.log(`OMG γ: ${lorentzFactorFromEnergy(E_OMG).toExponential(2)}`);
// γ ~ 3.4 × 10¹¹ — proton appears slowed by factor of 10¹¹

// Time dilation
function travelTime(distance_ly, gamma) {
  // From proton's frame, distance is contracted
  const ly = 9.461e15;  // m per ly
  const c_speed = 3e8;
  return distance_ly * ly / (c_speed * gamma);
}

console.log(`OMG to cross galaxy (100,000 ly) in proper time: ${travelTime(1e5, 3.4e11).toExponential(2)} s`);
// Microsecond — proton "experiences" galaxy crossing in microseconds!

// Atmospheric depth (g/cm²)
const atm_depth = 1033;  // g/cm² at sea level
function depthAtAltitude(altitude_km) {
  // Exponential approximation
  return atm_depth * Math.exp(-altitude_km / 8);
}

console.log(`Sea level: ${depthAtAltitude(0)} g/cm²`);
console.log(`Cruising altitude (10 km): ${depthAtAltitude(10).toFixed(0)} g/cm²`);
// ~150 g/cm²

// Annual cosmic ray dose
const doses = {
  'Sea level': 0.4,           // mSv/year
  'Mile high (Denver)': 0.5,
  'Aircraft cruising': 0.0036,  // mSv/hour
  'ISS (LEO)': 150,           // mSv/year
  'Mars surface': 250,        // mSv/year
  'Mars transit': 660         // mSv/year (no shielding)
};
console.log(doses);

Where cosmic rays matter

  • Astrophysics. Probes of high-energy processes in supernovae, pulsars, AGN.
  • Particle physics. Ultra-high energies inaccessible to accelerators; muon discovery (1936) was from cosmic rays.
  • Earth's radiation environment. Background dose, aviation health, satellite design.
  • Space exploration. Major risk for human Mars missions; need shielding.
  • Atmospheric chemistry. Cosmic rays produce C-14 (used in dating), Be-10, etc.
  • Climate. Some studies link CR flux to cloud formation; controversial.
  • Foundations. Tests of special relativity (muon time dilation observed at sea level).

Common mistakes

  • Calling them "rays." Originally thought to be EM rays; they're particles. "Cosmic ray" is historical.
  • Believing they're mostly photons. ~99% are charged particles (mostly protons). Gamma rays from cosmic sources exist but are different category.
  • Underestimating energies. Highest CR have macroscopic-particle energies (joules per particle).
  • Thinking atmosphere fully blocks them. Most secondary muons reach ground (and pass through us). Atmospheric shielding is partial.
  • Confusing primary and secondary cosmic rays. Primary — original from space. Secondary — created in atmospheric showers. Most ground detections are secondary.
  • Treating cosmic ray dose as negligible. Adds significantly at altitude, on long-haul flights, in space.

Frequently asked questions

How were cosmic rays discovered?

Victor Hess (1912) flew balloons with electroscopes — measuring atmospheric ionization. Rate INCREASED with altitude, opposite of what was expected (if from Earth's radioactive decay). Concluded radiation came from above. Won 1936 Nobel Prize. Decades-long study revealed they're particles, not just rays.

How energetic are the highest cosmic rays?

"Oh-My-God particle" (1991) had energy 3 × 10²⁰ eV — single proton with kinetic energy of a baseball at 60 mph. Vastly more than human-built accelerators (LHC: ~10¹³ eV per proton; cosmic rays exceed this by factor of 10⁷). Source unknown — extreme energy points to active galactic nuclei (AGN), gamma-ray bursts, or unknown physics.

How do cosmic rays interact with the atmosphere?

Single high-energy proton hits air molecule → creates pions, kaons, etc. → these decay to muons, electrons, photons. Cascade grows exponentially — millions of secondary particles per primary. Reach ground as "air shower." Detected by arrays (Pierre Auger Observatory, IceCube).

Are cosmic rays dangerous?

At Earth's surface, atmosphere shields most. Low-altitude exposure: ~0.4 mSv/year (~10% of background radiation). Aviation: ~3 mSv per year for crew (extra dose at altitude). Astronauts on ISS: ~150 mSv/year (much more). Mars travel: ~600+ mSv (significant cancer risk).

What are the sources of cosmic rays?

Different energies have different sources. Low (≤10¹⁰ eV) — solar (CMEs, flares). Galactic (10¹⁰-10¹⁵ eV) — supernova remnants accelerate particles via shock waves. Knee (~10¹⁵ eV) — transition. Ultra-high (≥10¹⁸ eV) — extragalactic, possibly AGN or GRBs. Highest (≥10²⁰ eV) — unknown.

Why do cosmic rays show "knee" and "ankle" features?

Energy spectrum has features at certain energies. Knee (~3 × 10¹⁵ eV) — galactic sources can accelerate up to here; transition to extragalactic origin. Ankle (~3 × 10¹⁸ eV) — extragalactic component takes over completely. GZK cutoff (~5 × 10¹⁹ eV) — particles above this lose energy to CMB photons via pion production.

How are cosmic rays detected?

Several methods. Surface arrays — detect air shower particles at ground (Pierre Auger, Telescope Array). Cherenkov telescopes — detect Cherenkov light from upper atmosphere (HESS, MAGIC). IceCube — neutrino detection (CR-induced + extragalactic). Balloons/satellites — direct detection above atmosphere.