Wolfram Computation Meets Knowledge

Rapidity

Rapidity is commonly used as a measure for relativistic velocity. Mathematically, rapidity can be defined as the hyperbolic angle that differentiates two frames of reference in relative motion, each frame being associated with distance and time coordinates.

Rapidity equals the arctargent of the ratio between the velocity and the speed of light.

Formula

QuantityVariable["θ", "Rapidity"] == ArcTanh[Quantity[1, "SpeedOfLight"^(-1)]*QuantityVariable["v", "Speed"]]

symbol description physical quantity
θ rapidity "Rapidity"
v velocity "Speed"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Rapidity"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Rapidity"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Rapidity"], {QuantityVariable["v","Speed"] -> 
   Quantity[1.`*^8, ("Meters")/("Seconds")]}]
Out[3]=

Source Metadata

Publisher Information