Wolfram Computation Meets Knowledge

Parallax Distance

Parallax is a displacement or difference in the apparent position of an object viewed along two different lines of sight, and is measured by the angle or semiangle of inclination between those two lines. It can be used to determine the distance to distant celestial objects by meausring differences at different points along Earth's orbit.

The distance is proportional to the reciprocal to the parallax angle.

Formula

QuantityVariable["d", "Distance"] == Quantity[206265, "ArcSeconds"*"AstronomicalUnit"]/QuantityVariable["p", "Angle"]

symbol description physical quantity
d distance "Distance"
p parallax angle "Angle"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Parallax Distance"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Parallax Distance"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Parallax Distance"], {QuantityVariable["p","Angle"] -> 
   Quantity[1, "ArcSeconds"]}]
Out[3]=

Publisher Information