Wolfram Computation Meets Knowledge

Minimum Power Required to Move Object

The minimum power required to move an object depends on the work done and the time it takes to complete the movement.

The minimum power equals four times the distance squared times the mass, and divided by the time cubed.

Formula

QuantityVariable["P", "Power"] == (4*QuantityVariable["D", "Distance"]^2*QuantityVariable["m", "Mass"])/QuantityVariable["t", "Time"]^3

symbol description physical quantity
P power "Power"
D distance "Distance"
m mass "Mass"
t time "Time"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Minimum Power Required to Move Object"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Minimum Power Required to Move Object"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Minimum Power Required to Move Object"], {QuantityVariable[
   "m","Mass"] -> Quantity[1, "Kilograms"], 
  QuantityVariable["P","Power"] -> Quantity[1, "Watts"], 
  QuantityVariable["D","Distance"] -> Quantity[1, "Meters"]}]
Out[3]=

Publisher Information