Compute unknown pressure or temperature using P₁/T₁ = P₂/T₂. Interactive graph visualizes the linear relationship between absolute temperature and pressure.
Gay-Lussac's Law (also known as Amontons's law) states that for a fixed amount of gas at constant volume, the absolute pressure is directly proportional to its absolute temperature. Mathematically: P₁ / T₁ = P₂ / T₂. This fundamental gas law was formulated by Joseph Louis Gay-Lussac in 1802, building on earlier work by Guillaume Amontons. It describes the behavior of ideal gases in isochoric processes (constant volume).
P ∝ T (V, n constant) ⇒ P/T = constant
Thus, P₁ / T₁ = P₂ / T₂
⚠️ Temperatures must be expressed in Kelvin (absolute scale). Celsius or Fahrenheit will give incorrect ratios because the absolute zero reference is essential.
The law originates from experimental observations: when a gas is heated inside a rigid container, its pressure increases proportionally to the absolute temperature. This principle is crucial for designing pressure vessels, understanding weather balloons, and analyzing internal combustion engines. The linear P-T relationship extrapolates to absolute zero (−273.15°C), where an ideal gas would exert zero pressure — a cornerstone of the Kelvin scale. The tool's algorithm applies double-precision arithmetic validated against NIST reference data and thermodynamic textbooks (Çengel & Boles, Moran & Shapiro).
Our implementation uses the ideal gas approximation, accurate for low-to-moderate pressures (under ~10 atm) and high temperatures. For extreme conditions, real gas deviations occur, but Gay-Lussac’s law remains a powerful instructional and engineering tool.
A fire extinguisher has a rated pressure of 12 atm at 20°C (293 K). If exposed to direct sunlight reaching 60°C (333 K), what is the internal pressure? Using Gay-Lussac: P₂ = P₁ × (T₂/T₁) = 12 atm × (333/293) ≈ 13.64 atm. This exceeds the design margin if the safety valve fails — highlighting why storage temperature limits are critical. Our calculator instantly performs such risk assessments, aiding engineers and safety officers.