Wolfram Computation Meets Knowledge

Combined Gas Law

The combined gas law states that the ratio between the pressure-volume product and the temperature of a system remains constant.

The combined gas law shows that the product of the initial pressure and volume divided by the intial temperature equals the product of the final pressure and volume divided by the final temperature.

Formula

(QuantityVariable[Subscript["P", "1"], "Pressure"]*QuantityVariable[Subscript["V", "1"], "Volume"])/QuantityVariable[Subscript["T", "1"], "Temperature"] == (QuantityVariable[Subscript["P", "2"], "Pressure"]*QuantityVariable[Subscript["V", "2"], "Volume"])/QuantityVariable[Subscript["T", "2"], "Temperature"]

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Combined Gas Law"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Combined Gas Law"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[ResourceObject["Combined Gas Law"], {QuantityVariable[
\!\(\*SubscriptBox[\("V"\), \("1"\)]\),"Volume"] -> 
   Quantity[10, "Liters"], QuantityVariable[
\!\(\*SubscriptBox[\("P"\), \("2"\)]\),"Pressure"] -> 
   Quantity[0.45`, "Atmospheres"], QuantityVariable[
\!\(\*SubscriptBox[\("T"\), \("2"\)]\),"Temperature"] -> 
   Quantity[300, "Kelvins"], QuantityVariable[
\!\(\*SubscriptBox[\("T"\), \("1"\)]\),"Temperature"] -> 
   Quantity[200, "Kelvins"]}]
Out[3]=

Source Metadata

Publisher Information