Lesson 7 of 15
Black Hole Entropy
Black Hole Entropy
One of the most profound results in theoretical physics is that black holes carry entropy proportional to their surface area — not their volume. This is the Bekenstein–Hawking entropy:
where is the event horizon area and is the Planck length:
Substituting , this becomes:
Event Horizon Area
For a Schwarzschild black hole, the event horizon (Schwarzschild radius) is:
The surface area of a sphere of radius is:
Entropy Formula
Substituting into the entropy formula:
A solar-mass black hole has entropy J/K — astronomically larger than a normal star of the same mass ( J/K). This entropy-area relation hints at holography: all information inside may be encoded on the 2D surface.
Your Task
Implement three functions. All physical constants must be defined inside each function body.
planck_length()— returns in metersevent_horizon_area(M)— returns in m²black_hole_entropy(M)— returns in J/K
Python runtime loading...
Loading...
Click "Run" to execute your code.