un:blackbody-radiation
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| un:blackbody-radiation [2025/11/29 08:36] – [Blackbody spectra] asad | un:blackbody-radiation [2025/12/06 10:58] (current) – asad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Blackbody radiation ====== | ====== Blackbody radiation ====== | ||
| - | Blackbody radiation | + | Blackbody radiation |
| - | When matter and radiation are in equilibrium, | + | ===== Specific intensity ===== |
| - | $$ | + | The fundamental descriptor of this radiation is the specific intensity, denoted as $I(\nu, T)$. This quantity measures the radiant power passing through a unit area, per unit solid angle, per unit frequency interval. For a blackbody, the specific intensity is universal and is described by the Planck function. |
| - | \frac{3}{2} kT = \left( \frac{1}{2} mv^2 \right)_{av} = h \nu_{\mathrm{av}}. | + | |
| - | $$ | + | |
| - | A hypothetical container with walls and gas at temperature \( T \) would produce this equilibrium spectrum exactly. Although astrophysical environments are more complex than an ideal cavity, sufficiently high density and optical thickness allow photons to reach the same statistical equilibrium state. | + | < |
| - | ===== Planck spectrum ===== | + | < |
| + | #bb_nu, #bb_lambda { | ||
| + | width: 100%; | ||
| + | height: 440px; | ||
| + | position: relative; | ||
| + | margin-bottom: | ||
| + | } | ||
| + | #bb_nu .plot-container, | ||
| + | #bb_nu .svg-container, | ||
| + | #bb_nu svg.main-svg, | ||
| + | #bb_lambda .plot-container, | ||
| + | #bb_lambda .svg-container, | ||
| + | #bb_lambda svg.main-svg { | ||
| + | width: 100% !important; | ||
| + | height: 100% !important; | ||
| + | } | ||
| + | </ | ||
| - | The distribution of blackbody radiation follows from the Bose–Einstein statistics of photons. The photon distribution function describes how many photons occupy a phase-space cell of volume \( h^3 \) and is given by | + | <div id=" |
| + | <div id=" | ||
| - | $$ | + | <div style=" |
| - | f = \frac{2}{h^3} \frac{1}{e^{h\nu/ | + | |
| - | $$ | + | <input type=" |
| + | | ||
| + | <span id=" | ||
| + | </ | ||
| - | From this distribution one obtains the specific intensity, | + | <script type=" |
| + | window.PlotlyConfig = {MathJaxConfig: | ||
| + | </ | ||
| + | <script src=" | ||
| - | $$ | + | <script type="text/javascript"> |
| - | I_\nu(T) | + | //< |
| - | $$ | + | const h=6.626e-34, k=1.381e-23, c=3e8; |
| - | which is known as the Planck function. It gives the radiant energy per unit area, time, solid angle, and frequency interval. The spectrum rises as \( \nu^3 \) at low frequencies, reaches | + | const N=400; |
| + | const logspace=(a,b,n)=> | ||
| - | $$ | + | const nu_Hz = logspace(11,17,N); |
| - | I_\lambda(T) = \frac{2 h c^2}{\lambda^5} \frac{1}{e^{hc/ | + | const lambda_m |
| - | $$ | + | |
| - | While these two forms describe the same radiation field, their peaks occur at different numerical locations because frequency and wavelength depend on each other nonlinearly. | + | const Bnu = (nu,T)=> |
| + | const Blambda = (lam, | ||
| - | ===== Rayleigh–Jeans and Wien regimes ===== | + | const makeNuTrace |
| + | x: nu_Hz, | ||
| + | y: nu_Hz.map(n | ||
| + | mode:' | ||
| + | line: | ||
| + | }); | ||
| - | At low frequencies where \( h\nu \ll kT \), the exponential in the denominator can be expanded using a Taylor series: | + | const makeLambdaTrace = T => ({ |
| + | x: lambda_m, | ||
| + | y: lambda_m.map(l => Blambda(l, | ||
| + | mode:' | ||
| + | line: | ||
| + | }); | ||
| - | $$ | + | // BIG equation text |
| - | e^{h\nu/(kT)} \approx 1 + \frac{h\nu}{kT}. | + | const eq_nu = { |
| - | $$ | + | x: 0.97, y: 0.97, xref:' |
| + | text:' | ||
| + | showarrow: | ||
| + | font:{size:24}, | ||
| + | | ||
| + | }; | ||
| - | Substituting this into the Planck function yields the Rayleigh–Jeans approximation, | + | const eq_lambda = { |
| + | x: 0.97, y: 0.97, xref:' | ||
| + | text:' | ||
| + | showarrow: | ||
| + | font: | ||
| + | align:' | ||
| + | }; | ||
| - | $$ | + | const layout_nu = { |
| - | I_\nu(T) \approx \frac{2 \nu^2 kT}{c^2}, | + | |
| - | $$ | + | xaxis: |
| + | yaxis:{title:' | ||
| + | | ||
| + | }; | ||
| - | which grows quadratically with frequency and linearly with temperature. This form applies to radio and microwave wavelengths where photon energies are much smaller than the thermal energy scale. | + | const layout_lambda = { |
| + | margin: | ||
| + | xaxis: | ||
| + | yaxis: | ||
| + | annotations: | ||
| + | }; | ||
| - | At high frequencies where \( h\nu \gg kT \), the exponential term dominates and Planck’s law reduces to the Wien approximation, | + | Plotly.newPlot(' |
| + | Plotly.newPlot(' | ||
| - | $$ | + | const slider=document.getElementById(' |
| - | I_\nu(T) \approx \frac{2 h \nu^3}{c^2} e^{-h\nu/(kT)}. | + | const Tval=document.getElementById(' |
| - | $$ | + | |
| - | This approximation describes the exponential falloff at short wavelengths. The location of the maximum of \( I_\nu(T) \) is determined by setting the derivative with respect to frequency equal to zero, which gives | + | slider.oninput=function(){ |
| + | const T = +this.value; | ||
| + | Tval.textContent = T; | ||
| + | Plotly.react(' | ||
| + | Plotly.react(' | ||
| + | }; | ||
| + | //]]> | ||
| + | </ | ||
| - | $$ | + | </ |
| - | \nu_{\mathrm{peak}} = 5.88 \times 10^{10} T. | + | |
| - | $$ | + | |
| - | Thus the peak frequency scales directly with temperature. | + | The derivation of the blackbody spectrum relies on the Bose-Einstein distribution function, which describes the statistical behavior of integer-spin particles (bosons) such as photons. In a phase space defined by position coordinates $\mathbf{x}$ and momentum vectors $\mathbf{p}$, |
| + | $$f = \frac{2}{h^3} \frac{1}{e^{E/ | ||
| + | Here, $h$ is Planck' | ||
| - | ===== Displacement law and peak ===== | + | The specific intensity $I(\nu, T)$ is directly related to this phase-space density. Since photons travel at speed $c$, the intensity is the energy carried by photons passing through a surface, which equates to the product of the energy per photon $h\nu$, the phase space density $f$, the factor $c/4\pi$ related to isotropic solid angle integration, |
| + | $$I(\nu, T) = \frac{2h\nu^3}{c^2} \frac{1}{e^{h\nu/ | ||
| + | This equation forms the basis for all subsequent characteristics of blackbody radiation. | ||
| - | Because \( I_\nu \) and \( I_\lambda \) have different functional forms, the peak of the wavelength spectrum does not occur at \( \lambda | + | ===== Rayleigh-Jeans approximation ===== |
| - | $$ | + | In the low-frequency limit, where the photon energy is much smaller than the thermal energy ($h\nu \ll kT$), the exponential term in the denominator of the Planck function can be approximated using the Taylor series expansion $e^x \approx 1 + x$. Substituting this into the specific intensity equation cancels the $h$ terms, resulting in the Rayleigh-Jeans law: |
| - | T \lambda_{\mathrm{peak}} = 2.898 \times 10^{-3} \ \mathrm{m\,K}. | + | $$I(\nu, |
| - | $$ | + | This approximation was historically significant as it corresponds to the classical prediction that failed at high frequencies (the " |
| - | Increasing the temperature therefore shifts the peak emission to shorter wavelengths. Cold sources of a few kelvin peak in the millimeter regime, while hotter bodies with temperatures of thousands of kelvin peak in the visible or ultraviolet. | + | ===== Wien approximation ===== |
| - | ===== Flux and luminosity ===== | + | At the opposite end of the spectrum, where frequencies are high and photon energy exceeds the thermal kinetic energy ($h\nu \gg kT$), the exponential term $e^{h\nu/ |
| + | $$I(\nu, T) \approx \frac{2h\nu^3}{c^2} e^{-h\nu/ | ||
| + | This is the Wien approximation. It describes the steep cutoff of the spectrum in the ultraviolet and X-ray regimes for typical stellar temperatures. The exponential factor dominates the $\nu^3$ term, ensuring that the total energy integrated over all frequencies remains finite, thus resolving the divergence predicted by classical physics. | ||
| - | Integrating the Planck function over all frequencies gives the total radiation energy density. The number density of photons varies as \( T^3 \), while the radiation energy density varies as \( T^4 \). The total flux emerging from a unit surface area is given by the Stefan–Boltzmann law, | + | ===== Wien's displacement law (frequency) ===== |
| - | $$ | + | The spectral distribution of blackbody radiation peaks at a specific frequency |
| - | F = \sigma T^4. | + | $$h\nu_{peak} = 2.82 kT$$ |
| - | $$ | + | This relationship implies that hotter objects emit the bulk of their energy at higher frequencies. For example, the Cosmic Microwave Background (CMB) at 2.73 K peaks at approximately 160 GHz, whereas the Sun, at roughly 5800 K, peaks in the visible spectrum. |
| - | A spherical star of radius \( R \) radiates a luminosity | + | ===== Wien's displacement law (wavelength) ===== |
| - | $$ | + | When the specific intensity is expressed per unit wavelength interval, |
| - | L = 4\pi R^2 \sigma T^4. | + | $$\lambda_{peak} |
| - | $$ | + | It is important to recognize that the peak of the spectrum in wavelength space does not correspond to the same photon energy as the peak in frequency space. The wavelength peak occurs at a frequency roughly 1.76 times higher than the frequency peak derived from $I(\nu, T)$. |
| - | This connects the effective temperature of a radiating surface to its total output of energy and allows estimates of stellar radii and luminosities when the flux and temperature are known. | + | ===== Stefan-Boltzmann law ===== |
| - | ===== Blackbody spectra ===== | + | The total radiant flux $\mathcal{F}$ emitted from the surface |
| - | When blackbody curves are plotted for a set of temperatures, | + | $$\mathcal{F} = \sigma |
| + | where $\sigma \approx 5.67 \times 10^{-8} \text{ W m}^{-2} \text{ K}^{-4}$ is the Stefan-Boltzmann constant. For a spherical star of radius $R$, this flux definition leads to the luminosity equation $L = 4\pi R^2 \sigma T^4$. This law defines the effective temperature of stars, relating their total intrinsic power output to their physical size. | ||
| - | On logarithmic axes, the low-frequency portions appear as straight lines whose slope matches the Rayleigh–Jeans power law, while the high-frequency tails illustrate the steep exponential decline. | + | ===== Spectral energy density ===== |
| - | < | + | The spectral energy density $u_\nu(\nu, T)$ measures the amount of radiant energy contained within a unit volume of space per unit frequency interval. For isotropic radiation, the energy density is related to the specific intensity by a factor of $4\pi/c$. This accounts for radiation traveling in all directions within the volume: |
| + | $$u_\nu(\nu, | ||
| + | This function describes the " | ||
| - | < | + | ===== Total energy density ===== |
| - | #bb_nu { | + | |
| - | width: 100%; | + | |
| - | height: 500px; | + | |
| - | position: relative; | + | |
| - | } | + | |
| - | #bb_nu .plot-container, | + | Integrating the spectral energy density over the entire frequency range yields the total energy density $u(T)$, representing the total joules of radiation energy per cubic meter. Like the flux, this quantity scales with the fourth power of the temperature: |
| - | # | + | $$u(T) = a T^4$$ |
| - | #bb_nu svg.main-svg { | + | The radiation constant $a$ is related to the Stefan-Boltzmann constant by $a = 4\sigma/c$. This relationship is critical in cosmology and stellar interior physics, as it governs the energy content of the radiation field which can dominate over matter energy density at sufficiently high temperatures. |
| - | width: 100% !important; | + | |
| - | | + | |
| - | | + | |
| - | overflow: visible !important; | + | |
| - | } | + | |
| - | </style> | + | |
| - | <div id=" | + | ===== Spectral number density ===== |
| - | <div style=" | + | The spectral number density $n_\nu(\nu, T)$ defines the number of photons per unit volume per unit frequency interval. It is derived by dividing the spectral energy density $u_\nu$ by the energy of a single photon, $h\nu$: |
| - | | + | $$n_\nu(\nu, |
| - | <input type=" | + | Physically, this can be interpreted as the product of the density of quantum states in phase space (proportional to $\nu^2$) and the Bose-Einstein occupation number (the exponential term). This distribution determines the number of photons available to interact with matter at a specific energy. |
| - | | + | |
| - | < | + | |
| - | </ | + | |
| - | <script src=" | + | ===== Total number density ===== |
| - | <script type="text/javascript"> | + | The total number density of photons $n(T)$ is found by integrating $n_\nu$ over all frequencies. The result depends on the third power of the temperature, |
| + | $$n(T) \propto T^3$$ | ||
| + | Specifically, | ||
| - | const h=6.626e-34, k=1.381e-23, c=3e8; | + | ===== Average photon energy ===== |
| - | function Bnu(n,T){ | + | The average energy of a photon in a blackbody radiation field is the ratio of the total energy density to the total number density |
| - | | + | $$h\nu_{avg} \approx 2.70 kT$$ |
| - | } | + | This value provides a useful rule of thumb for characteristic photon energies. It is slightly lower than the energy at the frequency peak ($2.82 kT$) but provides a representative energy for interactions such as ionization or scattering within a thermal plasma. |
| - | let nu=[], N=400; | + | ===== Inquiries ===== |
| - | for(let i=0; | + | - Demonstrate how the Planck function reduces to the Rayleigh-Jeans approximation in the low-frequency limit ($h\nu \ll kT$) using the Taylor series expansion $e^x \approx 1+x$. |
| - | | + | - Explain why the spectral peak in frequency space ($\nu_{peak}$) corresponds to a different photon energy than the spectral peak in wavelength space ($\lambda_{peak}$), |
| - | | + | |
| - | } | + | - Contrast the temperature dependence of the total photon energy density |
| + | - State the equation of state relating radiation pressure $P$ to total energy density $u$ for an isotropic blackbody field and identify the factor distinguishing it from the kinetic pressure of a non-relativistic gas. | ||
| - | function makeTrace(T){ | ||
| - | return { | ||
| - | x: nu, | ||
| - | y: nu.map(n=> | ||
| - | mode:' | ||
| - | line: | ||
| - | }; | ||
| - | } | ||
| - | |||
| - | let layout = { | ||
| - | margin: | ||
| - | xaxis: | ||
| - | yaxis: | ||
| - | }; | ||
| - | |||
| - | Plotly.newPlot(' | ||
| - | |||
| - | document.getElementById(" | ||
| - | let T = parseFloat(this.value); | ||
| - | document.getElementById(" | ||
| - | Plotly.react(' | ||
| - | }; | ||
| - | |||
| - | </ | ||
| - | |||
| - | </ | ||
| - | |||
| - | ===== Insights ===== | ||
| - | - Blackbody radiation arises when photons and matter reach full thermal equilibrium, | ||
| - | - The Planck function determines the intensity at each frequency and follows from the photon distribution in phase space. | ||
| - | - The Rayleigh–Jeans and Wien limits describe the low- and high-frequency behavior of the spectrum and explain its characteristic shape. | ||
| - | - The Wien displacement law shows that higher temperatures shift the peak emission to shorter wavelengths, | ||
| - | - The Stefan–Boltzmann law connects temperature to total radiative flux, enabling luminosities and radii of stars to be inferred. | ||
| - | - Dense, optically thick astrophysical regions such as stellar atmospheres and the early Universe closely approximate blackbody conditions. | ||
| - | - Blackbody sources serve as calibration standards because their emission depends solely on temperature and follows universal laws. | ||
| - | |||
| - | ===== Inquiries ===== | ||
| - | - How does the equilibrium distribution of photons lead to the mathematical form of the Planck function? | ||
| - | - Why do the Rayleigh–Jeans and Wien approximations follow from the limiting behavior of the exponential term in Planck’s law? | ||
| - | - How does expressing the spectrum in frequency versus wavelength naturally lead to different peak locations? | ||
un/blackbody-radiation.1764430560.txt.gz · Last modified: by asad
