Wolfram Computation Meets Knowledge

Running Using Speed

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

The distance run equals the time times the speed.

Formula

QuantityVariable["d", "Distance"] == QuantityVariable["t", "Time"]*QuantityVariable["v", "Speed"]

symbol description physical quantity
d distance "Distance"
t time "Time"
v speed "Speed"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Running Using Speed"]
Out[1]=

Get the formula:

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

Use some values:

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

Publisher Information