Wolfram Computation Meets Knowledge

Doppler Blueshift

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

The blueshift 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 blueshift "Unitless"
v velocity "Speed"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Doppler Blueshift"], {QuantityVariable["z","Unitless"] -> -0.01`}]
Out[3]=

Publisher Information