Wolfram Computation Meets Knowledge

Pressure Formula

Pressure is the force applied perpendicular to the surface of an object per unit area over which that force is distributed.

Pressure equals the force divided by the area.

Formula

QuantityVariable["P", "Pressure"] == QuantityVariable["F", "Force"]/QuantityVariable["A", "Area"]

symbol description physical quantity
P pressure "Pressure"
A area "Area"
F force "Force"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Pressure Formula"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Pressure Formula"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Pressure Formula"], {QuantityVariable["F","Force"] -> 
   Quantity[10, "Newtons"]}]
Out[3]=

Publisher Information