Wolfram Computation Meets Knowledge

Impulse for Constant Force

Impulse is the integral of a force, F, over the time interval, t, for which it acts.

The impulse for constant force is the force times the time.

Formula

QuantityVariable["I", "Impulse"] == QuantityVariable["F", "Force"]*QuantityVariable["t", "Time"]

symbol description physical quantity
I impulse "Impulse"
F force "Force"
t time "Time"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Impulse for Constant Force"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Impulse for Constant Force"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Impulse for Constant Force"], {QuantityVariable["F","Force"] -> 
   Quantity[1, "Newtons"]}]
Out[3]=

Publisher Information