Wolfram Computation Meets Knowledge

Relativistic Doppler Shift Using Frequency and Observer Speed

The relativistic Doppler effect is the change in the 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 product of the speed of light minus the speed of the source away from the observer and the speed of light plus the speed of the observer toward the source divided by the product of the speed of light plus the speed of the source away from the observer and the speed of light minus the speed of the observer toward the source.

Formula

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

symbol description physical quantity
fo frequency observed "Frequency"
fs frequency at the source "Frequency"
vo speed of the observer toward the source "Speed"
vs speed of the source away from the observer "Speed"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Relativistic Doppler Shift Using Frequency and \
Observer Speed"]
Out[1]=

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Relativistic Doppler Shift Using Frequency and Observer Speed"], \
{QuantityVariable[
\!\(\*SubscriptBox[\("f"\), \("s"\)]\),"Frequency"] -> 
   Quantity[600, "Terahertz"]}]
Out[3]=

Publisher Information