Wolfram Computation Meets Knowledge

Running Using Pace

Running is a method of terrestrial locomotion allowing humans and other animals to move rapidly on foot.

The distance run times the pace equals the 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["Running Using Pace"]
Out[1]=

Get the formula:

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

Use some values:

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

Publisher Information