Wolfram Computation Meets Knowledge

Doppler Redshift

Doppler redshift is caused by movement of a source away from the observer. The term applies to any increase in wavelength and decrease in frequency caused by relative motion, even outside the visible spectrum.

The redshift equals the velocity divided by the speed of light in a vacuum.

Formula

QuantityVariable["z", "Unitless"] == Quantity[1, "SpeedOfLight"^(-1)]*QuantityVariable["v", "Speed"]

symbol description physical quantity
z redshift "Unitless"
v velocity "Speed"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Doppler Redshift"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Doppler Redshift"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Doppler Redshift"], {QuantityVariable["v","Speed"] -> 
   Quantity[3000000, ("Meters")/("Seconds")]}]
Out[3]=

Publisher Information