Lessons · thermo

Adiabatic work: the same area, a steeper curve, a cooler gas

Regime 3 — an algebra-only domain, but the calculus underpinning is clean and worth seeing: the work is the area under the curve, ∫P dV. SymPy proves that area is exactly the memorized result — and that the constant-pressure case collapses to the rectangle.

Regime 3 · algebra-only Math machine-derived & checked by SymPy 2 modeling assumptions (author-asserted)

A diatomic gas (γ=1.4\gamma = 1.4) expands from V1=1V_1 = 1 L at P1=100P_1 = 100 kPa to V2=3V_2 = 3 L with no heat exchanged (PVγ=PV^\gamma = const). How much work does it do, and what happens to its temperature? The work is again the area under the PPVV curve — but the adiabat falls off faster than an isotherm, so the gas does less work and cools. Drag the cursor out along the adiabat to watch the work accumulate; raise the initial pressure P1P_1 to lift the whole curve while its shape (and the cooling ratio) stays fixed by γ\gamma.

Adiabatic work W=P1V1P2V2γ1W = \dfrac{P_1V_1 - P_2V_2}{\gamma-1} (the shaded area)
88.9 J
Final pressure P2=P1(V1/V2)γP_2 = P_1(V_1/V_2)^\gamma
21480 Pa
If pressure stayed at P1P_1: W=P1ΔVW = P_1\,\Delta V (the rectangle)
200 J
Temperature ratio T2/T1=(V1/V2)γ1T_2/T_1 = (V_1/V_2)^{\gamma-1} — the gas cools
0.6444
Work is the area under the pressure–volume curve
W=V1V2PdVW = \int_{V_1}^{V_2} P\,dV

As before, the work done by the gas is the integral of pressure over volume — the area under the PPVV curve. What changes from the isotherm is only the shape of P(V)P(V).

check dWdV=P\tfrac{dW}{dV} = P; check W=V1VPdVW = \int_{V_1}^{V} P\,dV'; recover W=(P1V1P2V2)/(γ1)W = (P_1V_1 - P_2V_2)/(\gamma-1); collapse the constant-pressure case to PΔVP\,\Delta V

  • The work's slope is the pressure: dWdV=P\tfrac{dW}{dV} = P — the area's rate of growth is the curve's height. [structural]
  • The accumulated work is the area: W(V)=V1VPdVW(V) = \int_{V_1}^{V} P\,dV'. [simplify]
  • The memorized adiabatic work W=P1V1P2V2γ1W = \dfrac{P_1V_1 - P_2V_2}{\gamma-1} is exactly the area at V2V_2. [simplify]
  • At constant pressure the integral collapses to W=PΔVW = P\,\Delta V — the area is a rectangle (the quadrature). [structural]

Dimensional homogeneity: checked by SymPy (holds).

Common misconception: “An expanding gas always does the same work for a given change in volume.

Work is the area under the PPVV curve, and the path sets the curve. An adiabat (PVγP\propto V^{-\gamma}) falls faster than an isotherm (PV1P\propto V^{-1}), so for the same expansion it encloses less area and does less work. And because no heat flows in, that work is paid out of the gas's internal energy — so the gas cools, T2/T1=(V1/V2)γ1T_2/T_1 = (V_1/V_2)^{\gamma-1}. Same volume change, different area, different work.

Modeling assumptions — author-asserted, disclosed not discharged
  • Quasi-static, reversible adiabatic process: no heat crosses the boundary (Q=0Q = 0), so PVγ=PV^\gamma = const holds at every step.
  • Ideal gas with constant γ\gamma over the temperature range (no vibrational modes switching on).

The P–V graph, fully annotated

A static rendering (Matplotlib): the shaded area under P is the accumulated integral W, and the slope of W is P. The interactive version with a draggable cursor is in the Graph tab above.

2026-06-26T16:54:33.616900 image/svg+xml Matplotlib v3.11.0, https://matplotlib.org/