Lesson 3 of 15
Gravitational Redshift
Gravitational Redshift
When light climbs out of a gravitational well, it loses energy. Since a photon's energy is , a lower energy means a lower frequency — the light is redshifted. This is gravitational redshift, first confirmed by Pound and Rebka in 1959 using the Mössbauer effect over just 22 metres in a Harvard building.
The Formula
Light emitted at radius from mass and received far away (at infinity) has a redshift parameter :
So:
The observed wavelength and frequency are:
Physical Examples
| Source | |
|---|---|
| Sun (surface) | |
| White dwarf | |
| Neutron star | |
| Near event horizon |
Your Task
Implement these functions with all constants defined inside each function:
redshift_factor(M, r)— returnswavelength_observed(lambda_emit, M, r)— returns the redshifted wavelengthfrequency_observed(f_emit, M, r)— returns the blueshifted (lowered) frequency
Python runtime loading...
Loading...
Click "Run" to execute your code.