Hawking Temperature
Hawking Temperature
In 1974, Stephen Hawking showed that black holes are not entirely black — they emit thermal radiation due to quantum effects near the event horizon. This Hawking radiation has a characteristic temperature:
where:
- J·s (reduced Planck constant)
- m/s (speed of light)
- N·m²/kg² (gravitational constant)
- = black hole mass in kg
- J/K (Boltzmann constant)
For a solar-mass black hole, K — far colder than the cosmic microwave background (2.7 K). Tiny black holes, however, are extremely hot and evaporate rapidly.
Peak Wavelength of Hawking Radiation
The peak wavelength of the emitted radiation (Wien's law) simplifies to:
Substituting and simplifying:
Notice this equals times the Schwarzschild radius — the radiation wavelength is comparable to the black hole size.
Hawking Luminosity
Treating the black hole as a black body radiating from area (where ), the Stefan–Boltzmann law gives:
with W/m²/K⁴. Smaller black holes are hotter and far more luminous.
Your Task
Implement three functions. All physical constants must be defined inside each function body.
hawking_temperature(M)— returns in Kelvinhawking_wavelength(M)— returns peak wavelength using the simplified formulahawking_luminosity(M)— returns luminosity using the Stefan–Boltzmann law