Wolfram Computation Meets Knowledge

Walking Using Speed

Walking (also known as ambulation) is one of the main gaits of locomotion among legged animals. Walking is typically slower than running and other gaits. Walking is defined by an \"inverted pendulum\" gait in which the body vaults over the stiff limb or limbs with each step.

The distance walked 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["Walking Using Speed"]
Out[1]=

Get the formula:

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

Use some values:

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

Publisher Information