Phase Equilibria
Clausius-Clapeyron equation, phase diagrams, and the Gibbs phase rule
Historical Context
The systematic study of phase transitions began with the work of Benoit Paul Emile Clapeyron (1834), who derived the equation relating pressure and temperature along a phase boundary. Rudolf Clausius later refined this into the form we use today. J. Willard Gibbs introduced the phase rule in 1876, providing a powerful tool for determining the degrees of freedom in multi-phase, multi-component systems.
Thomas Andrews' experiments on CO2 (1869) revealed the critical point, above which the distinction between liquid and gas disappears. Johannes van der Waals provided the first theoretical explanation with his equation of state, earning the 1910 Nobel Prize.
Key contributors: Clapeyron (1834), Clausius (1850), Andrews (1869), Gibbs (1876), van der Waals (1873).
Derivation 1: Clausius-Clapeyron Equation
Along a phase coexistence curve, the chemical potentials of the two phases must be equal:$\mu^\alpha(T, P) = \mu^\beta(T, P)$. For an infinitesimal change along the curve:
Rearranging gives the Clapeyron equation:
Clapeyron Equation
For liquid-vapor equilibrium, assuming the vapor is an ideal gas ($V_m^{\text{gas}} \gg V_m^{\text{liquid}}$) and $V_m^{\text{gas}} = RT/P$:
Clausius-Clapeyron Equation
A plot of $\ln P$ vs $1/T$ gives a straight line with slope $-\Delta H_{\text{vap}}/R$. This is the basis for measuring latent heats from vapor pressure data.
Derivation 2: Gibbs Phase Rule
The phase rule determines the number of degrees of freedom F (independently variable intensive properties) for a system in equilibrium.
Consider C components in P phases. The intensive variables are T, P, and the mole fractions in each phase. The total number of variables:
The equilibrium conditions require equal chemical potentials across all phases for each component:
This gives $C(P - 1)$ constraint equations. The degrees of freedom are:
Triple Point
C=1, P=3, F=0
Fixed T and P
Coexistence Curve
C=1, P=2, F=1
One variable (e.g., T) fixes P
Single Phase
C=1, P=1, F=2
T and P independently variable
Derivation 3: Critical Point from van der Waals
The van der Waals equation improves on the ideal gas law by accounting for molecular volume and intermolecular attractions:
At the critical point, the isotherm has an inflection point:
Solving these simultaneously yields the critical constants:
Critical compressibility factor: $Z_c = P_c V_{m,c} / (RT_c) = 3/8 = 0.375$
Derivation 4: The Lever Rule
In a two-phase region of a binary phase diagram, the overall composition z determines the relative amounts of each phase through the lever rule.
If the liquid has composition $x$ and the vapor has composition $y$, with overall composition $z$, then mass balance requires:
Solving:
The fraction of liquid is proportional to the "distance" from the overall composition to the vapor curve, and vice versa -- like a lever balanced at the fulcrum z.
Derivation 5: Ehrenfest Classification of Phase Transitions
Paul Ehrenfest classified phase transitions by the order of the derivative of the Gibbs energy that first shows a discontinuity:
First-Order Transitions
The first derivatives of G (entropy and volume) are discontinuous:
Involve latent heat. Examples: melting, boiling, sublimation.
Second-Order Transitions
First derivatives are continuous, but second derivatives (heat capacity, compressibility) diverge:
No latent heat. Examples: superconducting transition, ferromagnetic Curie point.
Applications
Distillation
Phase diagrams guide the design of distillation columns. The presence of azeotropes limits separation by simple distillation and requires techniques like extractive or pressure-swing distillation.
Supercritical Fluids
Above the critical point, fluids have unique solvent properties. Supercritical CO2 is used for decaffeination, dry cleaning, and extraction of natural products.
Metallurgy
Binary phase diagrams (e.g., iron-carbon) are essential for understanding steel microstructure, heat treatment, and alloy design.
Climate Science
The Clausius-Clapeyron equation predicts that atmospheric water vapor content increases by about 7% per degree of warming, amplifying climate change effects.
Simulation: Phase Diagram & Phase Rule
Explore the phase diagram of water, Clausius-Clapeyron vapor pressure curves for various substances, and a visualization of the Gibbs phase rule showing degrees of freedom.
Phase Diagram, Clausius-Clapeyron, and Gibbs Phase Rule
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
Simulation: Binary Phase Diagrams
Compare an ideal binary system (benzene-toluene following Raoult's law) with a non-ideal system showing a minimum boiling azeotrope (ethanol-water).
Binary Phase Diagrams: Ideal vs Azeotropic
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
Chapter Summary
• Clausius-Clapeyron: $d\ln P/dT = \Delta H_{\text{vap}}/(RT^2)$ relates vapor pressure to temperature.
• Gibbs Phase Rule: $F = C - P + 2$ determines degrees of freedom in multi-phase systems.
• Critical Point: Where liquid and vapor become indistinguishable; an inflection in the P-V isotherm.
• Lever Rule: Determines relative phase amounts in two-phase regions.
• Ehrenfest Classification: First-order transitions have latent heat; second-order have divergent heat capacity.
Practice Problems
Problem 1:Water boils at 100 degrees C at 1 atm. Using the Clausius-Clapeyron equation with $\Delta H_{\text{vap}} = 40.7\,\text{kJ/mol}$, find the boiling point at an altitude where $P = 0.70\,\text{atm}$.
Solution:
1. Clausius-Clapeyron: $\ln\frac{P_2}{P_1} = -\frac{\Delta H_{\text{vap}}}{R}\left(\frac{1}{T_2} - \frac{1}{T_1}\right)$.
2. Given: $P_1 = 1\,\text{atm}$, $T_1 = 373.15\,\text{K}$, $P_2 = 0.70\,\text{atm}$.
3. $\ln(0.70) = -0.3567 = -\frac{40700}{8.314}\left(\frac{1}{T_2} - \frac{1}{373.15}\right)$.
4. $\frac{1}{T_2} - \frac{1}{373.15} = \frac{-0.3567 \times 8.314}{-40700} = 7.287 \times 10^{-5}\,\text{K}^{-1}$.
5. $\frac{1}{T_2} = \frac{1}{373.15} + 7.287 \times 10^{-5} = 2.680 \times 10^{-3} + 7.287 \times 10^{-5} = 2.753 \times 10^{-3}$.
6. $T_2 = 363.2\,\text{K} = 90.1°\text{C}$. Water boils about 10 degrees C lower at this altitude (approximately 3000 m), which is why cooking at high altitude takes longer.
Problem 2:Apply the Gibbs phase rule to a ternary system (3 components) with 2 phases in equilibrium. How many degrees of freedom are there? What if all three phases coexist?
Solution:
1. Gibbs phase rule: $F = C - P + 2$ where $C$ = components, $P$ = phases.
2. For $C = 3, P = 2$: $F = 3 - 2 + 2 = 3$. Three degrees of freedom.
3. This means we can independently vary temperature, pressure, and one composition variable while maintaining two-phase equilibrium.
4. For $C = 3, P = 3$: $F = 3 - 3 + 2 = 2$. Two degrees of freedom (e.g., T and P).
5. For $C = 3, P = 4$: $F = 3 - 4 + 2 = 1$. A univariant line in $(T, P)$ space.
6. Maximum phases: $F \geq 0$ requires $P \leq C + 2 = 5$. Five-phase coexistence is a single invariant point ($F = 0$).
Problem 3:In a binary liquid-vapor phase diagram, the overall composition is $z = 0.40$, the liquid phase has $x = 0.25$, and the vapor phase has $y = 0.60$. Find the fraction of each phase using the lever rule.
Solution:
1. Lever rule: $\frac{f^L}{f^V} = \frac{y - z}{z - x}$.
2. $\frac{f^L}{f^V} = \frac{0.60 - 0.40}{0.40 - 0.25} = \frac{0.20}{0.15} = \frac{4}{3}$.
3. With $f^L + f^V = 1$: $f^L = \frac{4}{7} \approx 0.571$ and $f^V = \frac{3}{7} \approx 0.429$.
4. Verify: $f^L x + f^V y = \frac{4}{7}(0.25) + \frac{3}{7}(0.60) = \frac{1.00 + 1.80}{7} = \frac{2.80}{7} = 0.40 = z$. Correct.
5. Physical interpretation: the system is 57.1% liquid and 42.9% vapor by moles.
6. The name "lever rule" comes from the analogy: imagine a lever balanced at $z$ with weights proportional to the phase amounts at positions $x$ and $y$.
Problem 4:Find the triple point pressure of a substance given: solid-liquid line slope $dP/dT = 1.3 \times 10^7\,\text{Pa/K}$, liquid-vapor Clausius-Clapeyron with $\Delta H_{\text{vap}} = 25\,\text{kJ/mol}$, and the normal boiling point at $T_b = 350\,\text{K}$, $P_b = 1\,\text{atm}$.
Solution:
1. The triple point lies at the intersection of the solid-liquid and liquid-vapor coexistence curves.
2. Liquid-vapor curve: $\ln P = -\frac{\Delta H_{\text{vap}}}{RT} + C$. Using the boiling point: $C = \ln(101325) + \frac{25000}{8.314 \times 350} = 11.526 + 8.583 = 20.109$.
3. The solid-liquid line is nearly vertical: $P = P_{\text{tp}} + (dP/dT)(T - T_{\text{tp}})$.
4. Since the solid-liquid slope is very steep, $T_{\text{tp}} \approx T_{\text{melt}}$ at low pressures. The triple point temperature is typically close to the normal melting point.
5. Estimate $T_{\text{tp}}$ by extrapolating the vapor pressure curve to low pressure. At the triple point, the vapor pressure curve gives: $P_{\text{tp}} = \exp\left(20.109 - \frac{25000}{8.314 T_{\text{tp}}}\right)$.
6. For a typical substance with $T_{\text{tp}} \approx 300\,\text{K}$: $P_{\text{tp}} = \exp(20.109 - 10.03) = \exp(10.08) \approx 2.4 \times 10^4\,\text{Pa} \approx 0.24\,\text{atm}$.
Problem 5:Classify the ferromagnetic-to-paramagnetic transition at the Curie temperature as first-order or second-order using the Ehrenfest classification. What thermodynamic quantities are continuous or discontinuous?
Solution:
1. At the Curie temperature $T_C$, the spontaneous magnetization continuously vanishes: $M(T) \propto (T_C - T)^\beta$ for $T < T_C$.
2. The Gibbs energy $G(T, P)$ and its first derivatives ($S = -(\partial G/\partial T)_P$ and $V = (\partial G/\partial P)_T$) are continuous at $T_C$.
3. There is no latent heat: $\Delta S = 0$ at the transition. No volume discontinuity either.
4. However, the second derivative $C_P = -T(\partial^2 G/\partial T^2)_P$ diverges at $T_C$: $C_P \propto |T - T_C|^{-\alpha}$.
5. By the Ehrenfest classification, this is a second-order (continuous) phase transition.
6. Modern perspective: the Ehrenfest scheme is too rigid for most transitions. The renormalization group classifies transitions by universality class and critical exponents ($\alpha, \beta, \gamma, \delta$), with the ferromagnetic transition in the 3D Ising universality class.