Cosmology connects a model of an expanding universe with observations such as redshift, distance indicators, and background radiation. The Big Bang model does not say that matter exploded from one point into empty space. In the standard picture, distances between sufficiently separated, unbound galaxies change because the large-scale geometry of space evolves.
Hubble's law is a useful local approximation:
\[v\approx H_0d\]H0 is a fitted expansion-rate parameter, not a universal velocity. v is a recession-speed description used in the approximation, and d is a distance under a stated convention. At larger redshift, use an expansion model and distance definition appropriate to the question instead of extending this line without warning.
Redshift is measured from a wavelength shift:
\[z=\frac{\lambda_{\mathrm{observed}}-\lambda_{\mathrm{emitted}}}{\lambda_{\mathrm{emitted}}\]const redshift = (observedWavelengthNm - emittedWavelengthNm) / emittedWavelengthNm;
if (redshift < 0) note("This source is blueshifted in the chosen convention");
The computation is simple; the inference is not. A redshift measurement needs a correctly identified spectral feature, calibration, uncertainties, and a model for converting it to a cosmological distance or time.
An expanding-balloon analogy can help show that every marked point can see other points receding without a special centre on the surface. It is not a literal picture of the universe: it has one fewer spatial dimension, a physical outside, and a centre in the embedding room that the cosmological model does not require.
Likewise, a timeline of the early universe should label its parameter assumptions and evidence status. Do not imply a simulation directly observes the earliest moments, or that a single plot settles questions about dark matter, dark energy, or initial conditions.
Prediction: At fixed H0 in the low-redshift approximation, doubling distance doubles the predicted recession speed.
Choose a statedH0 and two distances d and 2d. Predict the second speed, calculate it, then name one reason this linear calculation should not be used unchanged at high redshift.Cosmology is evidence-backed parameter estimation. Record the data and conventions, use low-redshift formulas only in their range, and label every visual as an approximation rather than an origin animation.
H0.Treat the lesson as a small function before treating it as a fact to memorize. Give every value a unit, keep only the state needed for the next step, and make the output easy to inspect.
\[\text{observable output} = f(\text{inputs},\,\text{state})\]For Cosmology and the Big Bang, write down the quantities you can control, the values your program must retain, and the result a reader could inspect. In Nuclear and Particle Physics, the useful program is not the drawing: it is the smallest explicit model that makes a prediction you can test.
Prediction: changing one declared input while holding the others fixed should change only the outputs that the model connects to that input. Choose one input, predict the direction of change, then check a limiting case such as zero, a symmetric arrangement, or a familiar low-speed or small-change approximation.
This lesson is a teaching model, not a complete simulator. Before using it outside the stated question, check which interactions, scales, uncertainties, boundary conditions, and measurement limits it leaves out.
Treat Cosmology and the Big Bang as a contract: named inputs and units enter a rule, the rule produces an observable result, and a known limit or invariant checks whether the implementation deserves trust.
Present cosmic-history models with explicit parameters, coordinates, data provenance, and uncertainty.