Photon Sphere and ISCO
Photon Sphere and ISCO
The Schwarzschild geometry supports several special orbital radii beyond the event horizon. Two of the most important are the photon sphere and the innermost stable circular orbit (ISCO).
Photon Sphere
At , photons can orbit the black hole in unstable circular orbits. This radius is called the photon sphere. Although these orbits are unstable (a tiny perturbation sends the photon spiralling in or escaping), the photon sphere determines the apparent size of a black hole's shadow.
Black Hole Shadow
An observer far away sees a dark disk (the shadow) whose apparent radius is larger than the photon sphere due to gravitational lensing:
This formula was used to predict the apparent size of M87* before the Event Horizon Telescope imaged it in 2019.
ISCO — Innermost Stable Circular Orbit
For massive particles, circular orbits are possible for , but stable orbits only exist for:
Inside the ISCO, any perturbation causes matter to spiral inward. This radius sets the inner edge of accretion disks around black holes.
| Orbit | Radius |
|---|---|
| Event horizon | |
| Photon sphere | |
| ISCO |
Your Task
Implement these functions with all constants defined inside each function:
photon_sphere_radius(M)— returnsisco_radius(M)— returnsshadow_radius(M)— returns