The reason we have been looking at the decomposition of a function into spherical harmonics (here and here) is that we have theoretical predictions for the power spectrum of the CMB. We will look later at where those predictions come from. Here we will look at the structure we would expect in the CMB, given some power spectrum.1
The temperature of the CMB can be described as a sum over the spherical harmonics,
(1)
But, the are not independent. At a given , the coefficients are drawn from a normal distribution with variance ,2
However when comparing the contributions from different , a more useful rescaling is,
which better shows the relative importance of the multipoles.
With that in mind, see how the temperature map depends on the power spectrum by drawing a power spectrum and looking at the resulting map. Note that a single power spectrum can result in many different maps. Changing the power spectrum updates the map without regenerating the . Clicking the button below generates a new realization using new coefficients.
The units of the and therefore the are – micro Kelvin squared.3 The, are drawn from a normal distribution with a standard deviation of the square root of this and so the temperature maps have units of . You can verify that things are roughly correct by drawing a power spectrum that is similar to that of Planck and seeing the maxima and minima are roughly (the exact values will depend on exactly how the harmonics line up). You can compare this to the map in Figure 6 of PlanckCollaboration et al. (2020) to see that the scale is roughly right.
You will notice that the power spectrum starts at (also called the quadrupole as the map contains 4 maxima/minima) and we don’t show the monopole ( ) or dipole ( ). The monopole is the average temperature of the CMB ( ) and is just subtracted out – in the maps we show the deviation from this average. The observed dipole is a combination of the intrinsic CMB dipole and the motion of the instrument. The intrinsic dipole we expect to have a similar power as other low frequency harmonics ( ) but we observe a dipole of amplitude . This suggests that the Planck instrument is moving at a velocity of relative to the CMB. The components that make up this speed include the rotation of the sun around the center of the galaxy ( ), and the center of the galaxy’s movement primarily towards the Great Attractor ( ).4 All these figures can be found in Table 3 of PlanckCollaboration et al. (2020).
If you’ve made it to the end, I should probably come clean about exactly how this works.
While I would have liked nothing more than to generate the temperature maps using equation (1), it is simply not possibly computationally.5 The number of operations required to generate a map with pixels for the ’th harmonic is as we need to sum over all values of for each pixel. Generating a map with all harmonics up to therefore takes operations. Thus, computing the smallest map which has pixels and goes to would require almost a billion operations (each of which require a couple of additions, multiplications and computing a ). This is possible, but takes on a midrange laptop and so getting an intuitive feel for how changes in the power spectra affect the temperature map is impossible.
There are a couple of possible workarounds, the best of which is precomputing the maps for each spherical harmonic (each ) by summing over all the orders (all of the ). To do this I needed to generate a realization of all the which I did assuming that . When you draw a new power spectrum, we then rescale each of these maps for the individual by the appropriate , and sum all the maps together. This reduces the problem back to – sum all maps for each of the pixels.
The major drawback of this workaround is that only a single realization of the CMB map can be generated for a given power spectrum. There are an infinite number of possible combinations of that can be drawn from the normal distribution, but in doing the precompute I locked in a single set. To get around this, I actually generated two sets of and two maps for each harmonic. When you click “New Realization”, we randomly choose which of those two sets to use for each . This gives possible realizations which is small if only a few are nonzero, but quickly becomes large. For example if only 20 of the are nonzero there are a million realizations which will hopefully be enough for you!
The final drawback with doing the precompute is that I need to send a largish ( ) chunk of data to you containing the precomputed maps. If you live in a place with good internet, you probably didn’t notice this. If you do not, I’m sorry if it took a while to load!
PlanckCollaboration, Nabila Aghanim, Yashar Akrami, Frederico Arroja, Mark Ashdown, J Aumont, Carlo Baccigalupi, et al. 2020. “Planck 2018 Results-I. Overview and the Cosmological Legacy of Planck.” Astronomy & Astrophysics 641: A1.
Tristram, M, and K Ganga. 2007. “Data Analysis Methods for the Cosmic Microwave Background.” Reports on Progress in Physics 70 (6): 899–946. https://doi.org/10.1088/0034-4885/70/6/r02.
A lot of what I talk about here comes from Tristram and Ganga (2007) which is nice and pedagogical.↩︎
Note that, as we are modeling the temperature, these are sometimes written and . This is to differentiate the Temperature power spectrum from the power spectra of other CMB properties (such as E and B mode polarization). I will not use the superscript here, but I mention it so that if you see it elsewhere you won’t (like me) spend far too long trying to work out why we are taking the transpose of a scalar…↩︎
To be completely clear, could be written . For some reason when I see (for example) it is obvious that it is a kilometer squared rather than a thousand square meters. Maybe this is because I can visualize a block of land a kilometer on each side. It wasn’t immediately obvious that the same was true with , maybe because I can’t visualize a squared micro Kelvin.↩︎
If you are wondering how these sum to 370, remember that these are vectors. So the motion of the center of the galaxy and the motion of the sun around the center of the galaxy are mostly in opposite direction.↩︎
Or at least, I don’t know enough clever mathematical or Javascript tricks to make it possible!↩︎