The Chandrasekhar Mass
The Chandrasekhar Mass
When a star exhausts its nuclear fuel, it may leave behind a white dwarf — a dense remnant supported not by fusion but by electron degeneracy pressure (a quantum mechanical effect from the Pauli exclusion principle).
Maximum Mass
There is a fundamental upper limit on white dwarf mass, the Chandrasekhar mass:
where is the mean molecular weight per electron:
- for carbon/oxygen white dwarfs →
- for hydrogen →
Above this mass, degeneracy pressure cannot halt gravitational collapse and the star implodes — triggering a Type Ia supernova.
White Dwarf Mass–Radius Relation
Unlike normal stars, white dwarfs shrink as mass increases (non-relativistic approximation):
where is a characteristic radius for typical white dwarfs.
Gravitational Binding Energy
The gravitational binding energy of a uniform sphere:
For a 0.6 white dwarf, this is a few J.
Your Task
Implement three functions. Use m³ kg⁻¹ s⁻², defined inside each function.
chandrasekhar_mass_solar(mu_e)— returns in solar masseswd_radius_solar(M_solar, mu_e)— returns white dwarf radius in solar radiigravitational_binding_energy_J(M_kg, R_m)— returns in joules (negative)