Wolfram Computation Meets Knowledge

Natural Broadening

The uncertainty principle relates the lifetime of an excited state (due to spontaneous radiative decay or the Auger process) with the uncertainty of its energy. A short lifetime will have a large energy uncertainty and a broad emission. This broadening effect results in an unshifted Lorentzian profile. The natural broadening can be experimentally altered only to the extent that decay rates can be artificially suppressed or enhanced.

The frequency full width at half-maximum equals the reciprocal of twice the excited state lifetime.

Formula

QuantityVariable["δ ω", "Frequency"] == 1/(2*QuantityVariable["τ", "Lifetime"])

symbol description physical quantity
δ ω frequency full width at half maximum "Frequency"
τ excited state lifetime "Lifetime"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Natural Broadening"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Natural Broadening"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Natural Broadening"], {QuantityVariable[
   "\[Delta]\[VeryThinSpace]\[Omega]","Frequency"] -> 
   Quantity[6.535`, "Gigahertz"]}]
Out[3]=

Publisher Information