Wolfram Computation Meets Knowledge

Walking Using Pace

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 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["Walking Using Pace"]
Out[1]=

Get the formula:

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

Use some values:

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

Publisher Information