First Law and Thermochemistry
The First Law is the bookkeeping rule for energy. It says that energy can cross a system boundary as heat or work, but the system's internal energy changes only by the net amount transferred. In physical chemistry, this turns calorimetry, expansion work, reaction enthalpies, and heat capacities into one coherent language.
Atkins uses the First Law to connect molecular changes with measurable thermal effects. The same formalism explains why a gas cools or warms during expansion, why reactions at constant pressure are reported as enthalpies, and why Hess's law works.
Figure: Calorimeter apparatus as the laboratory setting for First Law energy accounting. Image: Wikimedia Commons, Li-on, public domain.
Definitions
A system is the part of the universe under study; the surroundings are everything else. A closed system exchanges energy but not matter. An isolated system exchanges neither matter nor energy. The internal energy is a state function, so depends only on initial and final states.
The First Law for a closed system is
or, for infinitesimal changes,
The symbols and indicate path-dependent transfers, not state functions. In the chemistry sign convention, and when energy enters the system.
Expansion work is
and therefore
For reversible expansion, at every step:
The enthalpy is
At constant pressure with only expansion work,
Heat capacities are
For a perfect gas,
Key results
For reversible isothermal expansion of a perfect gas,
For expansion against a constant external pressure,
For free expansion into a vacuum,
A perfect gas has internal energy depending only on temperature:
so an isothermal perfect-gas process has . If an isothermal perfect gas expands reversibly, the work it performs is exactly offset by heat absorbed from the surroundings:
Thermochemistry uses reaction enthalpy:
where stoichiometric numbers are positive for products and negative for reactants. Hess's law follows because is a state function: reaction enthalpies add algebraically. Kirchhoff's law corrects reaction enthalpy with temperature:
If is approximately constant,
For reversible adiabatic expansion of a perfect gas with constant heat capacities,
The First Law is often summarized as conservation of energy, but its practical use depends on identifying the boundary and the permitted modes of transfer. A reaction in a sealed bomb calorimeter, a gas pushing a piston, and a battery driving a motor can all have the same form, yet very different partitions between , expansion work, and additional work. Atkins emphasizes this bookkeeping because thermodynamic signs become straightforward once the system is clearly defined. Energy entering the system is positive; energy leaving the system is negative.
The distinction between reversible and irreversible work is central. Reversible expansion supplies the maximum work for a chosen isothermal path because the external pressure is matched to the internal pressure at every stage. Irreversible expansion wastes some potential work whenever the pressure difference is finite. This does not violate energy conservation; it means that the same initial and final states can involve different amounts of heat exchanged with the surroundings. Work is therefore not a property stored in the system. It is a record of how the change was performed.
Calorimetry gives the experimental bridge from thermal observation to state functions. At constant volume, no expansion work is possible, so heat measured by a bomb calorimeter equals when additional work is absent. At constant pressure, heat equals under the same restriction. This is why chemical tables usually list enthalpies rather than internal energies: many reactions are performed open to the atmosphere, and is directly accessible. The enthalpy definition packages the expansion work needed to make room for products into a convenient state function.
The relation between and is especially simple for gas-producing or gas-consuming reactions:
For ideal gases at fixed temperature,
so
This correction is small for condensed-phase reactions but can matter when gas stoichiometry changes. It is also a reminder that thermodynamic data depend on the specified state and temperature.
Hess's law is not a separate empirical trick; it follows from enthalpy being a state function. If a target reaction can be written as a sum of other reactions, its enthalpy is the same sum of their enthalpies. This permits construction of reaction enthalpies from formation enthalpies, combustion data, phase-change enthalpies, or bond enthalpy approximations. Formation enthalpies use elements in their reference states as zero, so they are conventions that make comparisons consistent, not claims that elements contain no energy.
Heat capacities connect calorimetry with temperature changes. They are slopes of or under specified constraints, and they encode how molecular degrees of freedom absorb energy. Monatomic ideal gases have only translational energy and therefore . Linear molecules gain rotational contributions near ordinary temperatures, while high-frequency vibrations may remain thermally inactive until much higher temperatures. This molecular interpretation is developed later through partition functions, but the thermodynamic definitions already indicate why heat capacities depend on substance and temperature.
Adiabatic processes provide a good test of the formalism. In an adiabatic expansion, , so the system's internal energy changes through work alone. For a perfect gas, expansion lowers because depends on . Reversible adiabatic relations such as apply only under restrictive assumptions: perfect-gas behavior, constant heat capacities, and reversibility. A rapid expansion may be approximately adiabatic but not reversible, so it need not follow the same path equation.
Visual
| Process | Constraint | Work | Heat relation for perfect gas |
|---|---|---|---|
| Free expansion | if isolated | ||
| Constant external pressure | fixed | ||
| Reversible isothermal | fixed, | ||
| Reversible adiabatic | |||
| Constant pressure reaction | fixed | often |
Worked example 1: Reversible isothermal expansion work
Problem. Calculate , , and when of a perfect gas expands reversibly and isothermally at from to .
Method. Use the perfect-gas reversible isothermal expression. For a perfect gas at constant temperature, .
- Volume ratio:
- Work:
- Internal energy:
- Heat from the First Law:
Checked answer. , , and . Expansion work is negative because the system does work on the surroundings.
Worked example 2: Kirchhoff correction for reaction enthalpy
Problem. At , suppose a reaction has and . Estimate at .
Method. Use Kirchhoff's law with constant .
- Temperature change:
- Enthalpy correction:
- Corrected enthalpy:
Checked answer. The reaction becomes more exothermic at the higher temperature because the products have lower heat capacity than the reactants.
Code
import numpy as np
R = 8.314462618
def reversible_isothermal_work(n, T, Vi, Vf):
return -n * R * T * np.log(Vf / Vi)
def kirchhoff(delta_h_298_kj, delta_cp_j, T2, T1=298.15):
return delta_h_298_kj + delta_cp_j * (T2 - T1) / 1000.0
n, T = 2.0, 298.15
for Vf in [15.0, 25.0, 50.0]:
w = reversible_isothermal_work(n, T, 10.0, Vf)
print(f"Vf={Vf:5.1f} L, w={w/1000:7.3f} kJ, q={-w/1000:7.3f} kJ")
for T2 in [350, 500, 700]:
print(T2, kirchhoff(-92.2, -40.0, T2))
Common pitfalls
- Confusing state functions with path functions. and are state changes; and depend on the path.
- Using system pressure instead of external pressure for irreversible expansion work. Only reversible expansion lets you set throughout.
- Forgetting the sign convention. Expansion work is negative for the system under the chemistry convention.
- Assuming when non-expansion work is present. The relation requires only pressure-volume work.
- Applying to liquids and solids. That simple relation is for perfect gases.
For thermochemistry, always attach the physical state to every species. The enthalpy change for forming differs from that for forming by the enthalpy of vaporization. Likewise, carbon as graphite and carbon as diamond are different reference states. A balanced chemical equation without phase labels is incomplete for thermodynamic calculation.
Calorimeter sign conventions also deserve care. The heat released by a reaction is absorbed by the calorimeter, so when the calorimeter and reaction are the chosen pair. If a temperature rises in a bomb calorimeter, the reaction usually has negative for the amount burned. Confusing the calorimeter as system with the reaction as system reverses signs.
When using average bond enthalpies, remember that they are approximations over many molecular environments. They are useful for estimates and trends, but Hess's law with formation enthalpies or calorimetric data is more reliable. Bond enthalpy calculations also usually refer to gas-phase bond breaking, so phase changes may need to be included for comparison with condensed-phase reactions.