Lesson 12 of 15
Structure Growth Factor
Structure Growth Factor
The large-scale structure we see today — galaxies, clusters, filaments, voids — grew from tiny quantum fluctuations seeded during inflation. Understanding how these perturbations grow is central to modern cosmology.
Linear Growth in Matter Domination
In the matter-dominated era, the density contrast grows as the scale factor:
This is the growing mode of the linear perturbation equation. It tells us that a perturbation that was at (redshift ) grows to today ().
Growth From Initial Conditions
For matter domination, the density contrast scales as:
The Growth Rate
The growth rate quantifies how fast structure grows. A useful approximation (Linder 2005) is:
For (today's value in ΛCDM), , meaning structure grows at about 52% of the Hubble rate.
Your Task
Implement three functions. All constants must be defined inside each function.
growth_factor_matter_dom(a)— returns (growing mode, normalized to 1 at )delta_growth(delta0, a_initial, a_final)— returnsgrowth_rate_approx(Omega_m_at_a)— returns (Linder approximation)
Python runtime loading...
Loading...
Click "Run" to execute your code.