Physics Tool

Planck Function Calculator

Compute blackbody spectral radiance using Planck’s law from temperature and wavelength or frequency. Get instant SI-unit outputs, Wien peak wavelength, total emitted flux, and a spectrum plot in one page.

Blackbody Radiation Calculator

Enter a temperature and either wavelength or frequency. The calculator returns spectral radiance and related thermal quantities using standard physical constants.

λ (meters)
ν (Hz)
Bλ (W·sr⁻¹·m⁻³)
Bλ (W·sr⁻¹·m⁻²·µm⁻¹)
Bν (W·sr⁻¹·m⁻²·Hz⁻¹)
Wien Peak λmax (µm)
Total Exitance M = εσT⁴ (W·m⁻²)
Total Radiance L = M/π (W·sr⁻¹·m⁻²)

Core Equations

Bλ(T, λ) = (2hc² / λ⁵) / (exp(hc/(λkT)) - 1) Bν(T, ν) = (2hν³ / c²) / (exp(hν/(kT)) - 1) λmax = b / T M = εσT⁴, L = M/π

Planck Function Calculator: Complete Guide to Blackbody Spectral Radiance

The Planck function is one of the most important equations in thermal physics, astronomy, climate science, and optical engineering. A reliable Planck function calculator helps you convert temperature into spectral radiance and quickly evaluate how much radiant energy a body emits at a particular wavelength or frequency. Whether you are estimating the peak color of a star, sizing an infrared sensor, or interpreting thermal remote sensing data, this calculator and guide give you practical, unit-consistent results.

What Is the Planck Function?

The Planck function describes the spectral distribution of electromagnetic radiation emitted by an ideal blackbody at thermal equilibrium. Instead of giving only one total power value, it tells you how radiation is distributed over wavelength or frequency. This is critical because detectors, cameras, filters, and atmospheric windows are all wavelength-dependent.

In wavelength form, the function is written as Bλ(T, λ). In frequency form, it is Bν(T, ν). Both are correct, but they are not interchangeable numerically at the same plotted x-position unless you account for Jacobian conversion terms. This is why a good blackbody radiation calculator supports both forms and reports clearly labeled SI units.

How This Planck Function Calculator Works

This page uses CODATA constants and evaluates Planck’s law directly in SI units. You choose an input domain:

  • Wavelength input in micrometers (µm), converted internally to meters.
  • Frequency input in terahertz (THz), converted internally to hertz.

From the selected domain, the calculator computes both λ and ν, then returns:

  • spectral radiance Bλ in W·sr⁻¹·m⁻³
  • Bλ per micrometer in W·sr⁻¹·m⁻²·µm⁻¹
  • spectral radiance Bν in W·sr⁻¹·m⁻²·Hz⁻¹
  • Wien peak wavelength λmax = b/T
  • total hemispherical exitance M = εσT⁴
  • hemispherical radiance L = M/π

Emissivity is included to model real surfaces. Set ε = 1 for an ideal blackbody and lower values for gray-body approximations.

Units and Conversions You Should Know

Unit errors are the most common source of incorrect blackbody calculations. Keep these conventions in mind:

Quantity Symbol Typical Input Internal SI Unit
Temperature T K K
Wavelength λ µm m
Frequency ν THz Hz
Wavelength radiance Bλ derived W·sr⁻¹·m⁻³
Frequency radiance Bν derived W·sr⁻¹·m⁻²·Hz⁻¹

A common conversion point: when converting Bλ from per meter to per micrometer, multiply by 10⁻⁶. This is because one micrometer is 10⁻⁶ meters, so the spectral density scales accordingly.

Why Planck Function Calculations Matter in Practice

In astronomy, Planck spectra help estimate stellar temperatures and compare observations to idealized blackbody curves. The Sun, with an effective temperature near 5778 K, peaks in the visible range and is often used as a benchmark example in spectroscopy and radiometry.

In Earth science and climate studies, longwave thermal emission from the surface and atmosphere is interpreted using Planck-law relationships. Satellite retrieval algorithms rely on radiance-to-temperature inversions that are rooted in these same equations, adjusted for emissivity and atmospheric absorption.

In thermal engineering, infrared camera calibration and radiometer design require accurate spectral radiance references. Detector response is never flat, so engineers integrate the Planck function against spectral response functions to predict signal levels and optimize bandpass filters.

In remote sensing and industrial inspection, temperature estimation from measured IR intensity only works if spectral behavior is modeled correctly. The Planck function calculator provides a fast first estimate before more advanced corrections for emissivity spectra, reflections, and atmospheric transmittance are applied.

Worked Examples

Example 1: Solar-like source. Set T = 5778 K and λ = 0.5 µm. You should obtain strong visible-band radiance, and Wien’s law will return a peak wavelength close to the green portion of the spectrum. This is consistent with common blackbody approximations of sunlight.

Example 2: Room-temperature thermal emission. Set T = 300 K and inspect λ around 10 µm. You will observe that thermal radiance is concentrated in the mid- to long-wave infrared. This is the basis for many thermal imaging systems operating in atmospheric windows near 8–14 µm.

Example 3: High-temperature furnace approximation. Set T = 1500 K and compare outputs at 2 µm and 5 µm. Radiance shifts toward shorter wavelengths as temperature increases, illustrating how hotter bodies emit more total power and more short-wave radiation.

Physical Interpretation of the Output Fields

Bλ and Bν: These are directional quantities per steradian and per spectral interval. They do not represent total emitted power by themselves; they describe distribution density in angle and spectrum.

Wien peak λmax: This indicates where Bλ is maximal versus wavelength. The peak in Bν occurs at a different location in frequency space, which is normal and not a contradiction.

M = εσT⁴: This is total hemispherical radiant exitance integrated over all wavelengths for a gray body with emissivity ε. It is the most common single-number thermal power indicator per unit surface area.

L = M/π: For an ideal Lambertian emitter, dividing hemispherical exitance by π yields hemispherical radiance integrated across spectrum.

Common Mistakes and How to Avoid Them

  • Entering wavelength in nanometers while the field expects micrometers.
  • Comparing Bλ and Bν values directly without considering units and variable definitions.
  • Using Celsius instead of Kelvin for absolute temperature input.
  • Forgetting emissivity when modeling real materials.
  • Using a single spectral point to infer total emitted power without integration context.

Advanced Notes for Technical Users

For extreme arguments in the exponential term, numerical overflow can occur in naive implementations. This calculator uses stable evaluation strategies such as expm1(x) behavior and safe clipping for very large x values to preserve meaningful outputs at short wavelengths and low temperatures. If your workflow requires integrated band radiance, treat this tool as a spectral point calculator and perform weighted integration against your sensor response function externally.

If you are fitting temperature to measured radiance, ensure your inverse model includes emissivity, optics transmission, detector nonlinearity, and reflected background where relevant. Planck-only inversion is an idealization and can overestimate or underestimate true surface temperature depending on scene composition.

Frequently Asked Questions

What does a Planck function calculator calculate exactly?

It calculates blackbody spectral radiance at a given temperature and wavelength or frequency, plus related thermal metrics such as Wien peak and total gray-body exitance.

Is this calculator useful for infrared thermography?

Yes. It is useful for first-order radiance estimates in infrared bands, especially when combined with emissivity and known wavelength ranges.

Why are Bλ and Bν different even at corresponding λ and ν?

They are spectral densities with respect to different variables. The numerical values differ because the differential elements dλ and dν are not the same.

Can I model non-black surfaces?

Yes. Use emissivity ε less than 1 for a gray-body approximation. Real materials can have wavelength-dependent emissivity, which is more complex than a single ε value.

What temperature range is reasonable?

The math is general for positive Kelvin values, but practical interpretation depends on your application, instrument limits, and whether blackbody assumptions are valid.

Conclusion

A high-quality Planck function calculator is essential when you need fast, reliable blackbody spectral radiance values with correct units. By combining direct Planck-law evaluation, Wien displacement estimates, Stefan–Boltzmann totals, and a visual spectrum plot, this page supports both quick checks and deeper technical workflows. Use it as a practical foundation for astronomy, thermal sensing, atmospheric analysis, and radiometric design tasks.