Planetary Science
Comets
Icy time capsules from the early solar system — develop spectacular tails when warmed by the Sun
Comets are small icy bodies (typically 1-50 km) from the outer solar system that develop spectacular tails when they approach the Sun. As ice sublimates, dust and gas form a coma (atmosphere) and tail (millions of km long). Two main reservoirs — Kuiper Belt (short-period comets) and Oort Cloud (long-period). Pristine material from solar system formation. Famous: Halley, Hale-Bopp, NEOWISE, ATLAS.
- Size1-50 km nucleus typical
- Composition~50% water ice, plus dust, frozen CO/CO₂/methane, organics
- Tail lengthUp to 100 million km
- Tail typesTwo — dust tail (curved) and ion tail (straight, away from Sun)
- Orbital reservoirsKuiper Belt (30-50 AU); Oort Cloud (~50,000 AU)
- Famous exampleHalley's Comet (76-year period)
Interactive visualization
Press play, or step through manually. The visualization is yours to drive — try it before reading on.
Watch the 60-second explainer
A condensed visual walkthrough — narrated, captioned, under a minute.
Comet anatomy
| Part | Description |
|---|---|
| Nucleus | Solid icy body, 1-50 km; "dirty snowball" |
| Coma | Atmosphere of gas/dust around nucleus, can be 100,000 km |
| Hydrogen envelope | Hydrogen cloud millions of km, only seen in UV |
| Dust tail | Curved; pushed by radiation pressure |
| Ion tail | Straight; pushed by solar wind, ionized gas |
| Disconnection events | Solar wind disturbs ion tail; visible "tail break" |
JavaScript — comet calculations
const G = 6.674e-11;
const M_SUN = 1.989e30;
// Halley's comet orbit
const a_HALLEY = 17.83; // AU
const e_HALLEY = 0.967;
const T_HALLEY = Math.pow(a_HALLEY, 1.5);
console.log(`Halley period: ${T_HALLEY.toFixed(1)} years`);
const peri_HALLEY = a_HALLEY * (1 - e_HALLEY);
const aph_HALLEY = a_HALLEY * (1 + e_HALLEY);
console.log(`Halley peri: ${peri_HALLEY.toFixed(2)} AU; aph: ${aph_HALLEY.toFixed(2)} AU`);
// 0.59 AU (inside Earth) to 35.1 AU (past Neptune)
// Speed at perihelion
function visViva(distance_AU, semi_major_AU) {
// v = sqrt(GM(2/r - 1/a))
const GM = G * M_SUN;
const r = distance_AU * 1.496e11;
const a = semi_major_AU * 1.496e11;
return Math.sqrt(GM * (2/r - 1/a));
}
console.log(`Halley v at peri: ${(visViva(0.586, a_HALLEY) / 1000).toFixed(2)} km/s`);
console.log(`Halley v at aph: ${(visViva(35.08, a_HALLEY) / 1000).toFixed(3)} km/s`);
// Comet sublimation rate (rough)
function sublimation(distance_AU, latent_heat = 2.83e6, ice_density = 920) {
const flux = 1361 / (distance_AU * distance_AU);
// Assuming all flux goes to sublimation
return flux / latent_heat * ice_density; // kg/(m²·s)
}
console.log(`At 1 AU: ${sublimation(1).toExponential(2)} kg/m²/s`);
console.log(`At 5 AU: ${sublimation(5).toExponential(2)} kg/m²/s`);
// Long-period comet: from Oort cloud
const oort_distance = 50000; // AU
const oort_speed_at_peri = visViva(0.5, oort_distance / 2);
console.log(`Long-period at 0.5 AU: ${(oort_speed_at_peri / 1000).toFixed(0)} km/s`);
Why comets matter
- Solar system origin. Pristine 4.5 Gyr old material.
- Water and organic delivery. Comets may have brought water and life ingredients to early Earth.
- Astrobiology. Organics on comets — building blocks of life.
- Space hazards. Some long-period comets pose impact risks.
- Public engagement. Bright comets — visible naked-eye spectacles.
- Mission targets. Rosetta, Deep Impact, Stardust returned data and samples.
- Interstellar science. Oumuamua, Borisov — visitors from other star systems.
Common misconceptions
- Tails point in direction of motion. Always away from Sun.
- Comets are fast and bright always. Most appear quiet; only bright when close to Sun.
- Comets are bad omens. Historical superstition; no scientific basis.
- All comets are alike. Varies in composition, orbit, dust/ion ratio, age.
- Comets melt and disappear. Sublimation, not melting (no liquid phase). Material lost over many passes; eventually disintegrate.
- Comets are mainly water. ~50% water ice; rest is dust, organics, other ices, rock.
Frequently asked questions
How do comet tails form?
As comet approaches Sun (within ~3-5 AU), heat sublimates ice. Gas escapes from nucleus, dragging dust. Solar radiation pressure pushes dust away from Sun (curved dust tail). Solar wind pushes ionized gas away (straight ion tail). Tails always point AWAY from Sun, regardless of comet motion direction.
What are the main types of comets?
By orbital period — Short-period (< 200 yr) come from Kuiper Belt; Halley (76 yr), Encke (3.3 yr). Long-period (> 200 yr) come from Oort Cloud; Hale-Bopp (4200 yr), NEOWISE (~6800 yr). Hyperbolic — interstellar (Oumuamua, Borisov); pass through once.
Why are comets pristine?
They formed in the outer solar system 4.5 Gyr ago. Distant, cold, no significant geological activity. Approach Sun only briefly during long orbits, so don't fully process. Carbon, water, organics from formation era preserved. Studying comets = studying solar system origin material.
What about famous comets?
Halley (76-yr period; last 1986; next 2061). Hale-Bopp (1996-1997; very bright). NEOWISE (2020; visible to naked eye). Shoemaker-Levy 9 (broke up, hit Jupiter 1994). Borisov (2I/, 2019, second interstellar comet). McNaught (2007).
How are comets studied?
Telescope observations (ground + space). Visited by missions — Halley by ICE, Vega, Giotto (1986); Tempel 1 by Deep Impact (2005); Wild 2 by Stardust (2004, samples returned); 67P by Rosetta (2014-2016, lander); Bennu (asteroid related; OSIRIS-REx returned samples). 67P/Churyumov-Gerasimenko especially well-characterized.
Are comets dangerous?
Some Earth-crossing comets exist. ~1% of impact threats. Comets generally large + fast → potentially devastating. Tunguska (1908) maybe a comet. Long-period comets are particularly dangerous because they can appear with little warning. NASA tracks them.
What about interstellar comets?
Two confirmed — Oumuamua (1I/, 2017) and Borisov (2I/Borisov, 2019). Both passed through; not gravitationally bound to Sun. Oumuamua was odd shape; Borisov more comet-like. Suggest interstellar visitors are common; current detection cadence finds 1-2 per decade.