Wolfram Computation Meets Knowledge

Newton's Second Law

In an inertial reference frame, the vector sum of the forces on an object is equal to the mass of that object multiplied by the acceleration of the object.

The force on an object is equal to its mass multiplied by its acceleration.

Formula

QuantityVariable["F", "Force"] == QuantityVariable["a", "Acceleration"]*QuantityVariable["m", "Mass"]

symbol description physical quantity
F force "Force"
a acceleration "Acceleration"
m mass "Mass"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Newton's Second Law"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Newton's Second Law"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Newton's Second Law"], {QuantityVariable["m","Mass"] -> 
   Quantity[100, "Kilograms"], 
  QuantityVariable["F","Force"] -> Quantity[1000, "Newtons"]}]
Out[3]=

Source Metadata

Publisher Information