Distance Measures in Cosmology
Distance Measures in Cosmology
The comoving distance is the fundamental coordinate distance, but astronomers use several derived distance measures depending on what is being observed. Each has a clear physical meaning and practical application.
Luminosity Distance
The luminosity distance relates the intrinsic luminosity of an object to its observed flux :
In terms of the comoving distance:
The extra factor of accounts for two effects: photon energies are redshifted by , and photon arrival rate is also reduced by . Luminosity distance is used with standard candles like Type Ia supernovae.
Angular Diameter Distance
The angular diameter distance relates the physical size of an object to its observed angular size :
This is used with standard rulers like the Baryon Acoustic Oscillation (BAO) scale. Note that actually decreases beyond in CDM — very distant objects appear larger!
The Distance Modulus
For observational astronomy, the distance modulus converts luminosity distance to magnitudes:
since .
| Distance measure | Formula | Use case |
|---|---|---|
| Comoving | Large-scale structure | |
| Luminosity | Standard candles (SNe Ia) | |
| Angular diameter | Standard rulers (BAO) | |
| Distance modulus | Magnitude system |
Your Task
Implement the following functions. The constant is available via import math. All other constants must be defined inside each function body.
luminosity_distance_Mpc(d_comoving_Mpc, z)— returns in Mpcangular_diameter_distance_Mpc(d_comoving_Mpc, z)— returns in Mpcdistance_modulus(d_L_Mpc)— returns