Lesson 4 of 15
Relativistic Escape Velocity
Relativistic Escape Velocity
In Newtonian gravity, the escape velocity from radius is . General Relativity modifies this slightly, but the deeper insight is that the Schwarzschild radius marks the point where even light — moving at — cannot escape.
The GR Escape Velocity
From the Schwarzschild metric, the escape velocity from radius is:
As a fraction of :
At , this equals 1 — the escape velocity equals the speed of light, which is why nothing escapes from inside the event horizon.
Event Horizon Check
A radius is inside (or at) the event horizon if .
Physical Values
| Object | Radius | |
|---|---|---|
| Earth | km | km/s |
| Sun | km | km/s |
| Neutron star (1.4 , 10 km) | km | of |
| Black hole |
Your Task
Implement these functions with all constants defined inside each function:
escape_velocity(M, r)— returns in m/sescape_velocity_fraction(M, r)— returnsevent_horizon_check(M, r)— returnsTrueif , elseFalse
Python runtime loading...
Loading...
Click "Run" to execute your code.