Wolfram Computation Meets Knowledge

Swimming Distance Using Pace

Swimming distance is the distance covered while a person propels themselves through water or another liquid.

Distance times pace equals time.

Formula

QuantityVariable["d", "Distance"]*QuantityVariable["P", "Slowness"] == QuantityVariable["t", "Time"]

symbol description physical quantity
d distance "Distance"
P pace "Slowness"
t time "Time"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Swimming Distance Using Pace"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Swimming Distance Using Pace"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Swimming Distance Using Pace"], {QuantityVariable["t","Time"] -> 
   None}]
Out[3]=

Publisher Information