Wolfram Computation Meets Knowledge

Swimming Distance Using Speed

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

Distance equals time times 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["Swimming Distance Using Speed"]
Out[1]=

Get the formula:

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

Use some values:

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

Publisher Information