# 2.1 Perturbation Modeling in Cosmology

Smoot’s Nobel-winning work analyzed **tiny fluctuations in the CMB** — minute variations in temperature that encoded the seeds of galaxies and cosmic structure. These perturbations can be represented mathematically as:

$$
\delta T(\theta, \phi) = \sum\_{\ell=0}^{\infty}\sum\_{m=-\ell}^{\ell} a\_{\ell m} Y\_{\ell m}(\theta, \phi)
$$

Where:

* $$
  \delta T(\theta, \phi)
  $$

  \= CMB temperature anisotropy,
* $$
  a\_{\ell m}
  $$

  \= coefficients encoding fluctuation amplitudes,
* $$
  Y\_{\ell m}
  $$

  \= spherical harmonics describing angular modes.

These perturbations are **not noise** — they are the fingerprints of the universe’s birth, revealing the **structure of space-time** and the **distribution of matter**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gridium.ai/readme/2.-mathematical-foundations-from-cosmology/2.1-perturbation-modeling-in-cosmology.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
