Wolfram Computation Meets Knowledge

Relativistic Doppler Shift Using Frequency

The relativistic Doppler effect is the change in frequency of light, caused by the relative motion of the source and the observer (as in the classical Doppler effect), when taking into account effects described by the special theory of relativity.

The ratio of the frequency at the source and the frequency observed equals the square root of the speed of light minus the speed of the source away from the observer divided by the speed of light plus the speed of the source away from the observer.

Formula

QuantityVariable[Subscript["f", "o"], "Frequency"]/QuantityVariable[Subscript["f", "s"], "Frequency"] == Sqrt[(Quantity[None, "SpeedOfLight"] - QuantityVariable[Subscript["v", "s"], "Speed"])/(Quantity[None, "SpeedOfLight"] + QuantityVariable[Subscript["v", "s"], "Speed"])]

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Relativistic Doppler Shift Using Frequency"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Relativistic Doppler Shift Using Frequency"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Relativistic Doppler Shift Using Frequency"], {QuantityVariable[
\!\(\*SubscriptBox[\("v"\), \("s"\)]\),"Speed"] -> 
   Quantity[0.22`, "SpeedOfLight"], QuantityVariable[
\!\(\*SubscriptBox[\("f"\), \("o"\)]\),"Frequency"] -> 
   Quantity[480, "Terahertz"]}]
Out[3]=

Publisher Information