Chemical Equilibrium
Chemical equilibrium is a thermodynamic condition, not a statement that reactions have stopped. Forward and reverse elementary events may continue, but the macroscopic composition has no further tendency to change because the Gibbs energy is at a minimum under the imposed conditions.
Atkins frames equilibrium through the reaction Gibbs energy and the extent of reaction. This approach unifies gas-phase equilibria, solution equilibria, biological coupling, and electrochemical cells: the same decides direction, and defines equilibrium.
Figure: Gibbs energy minimum as the thermodynamic definition of equilibrium. Image: Wikimedia Commons, Johannes Schneider, CC BY-SA 4.0.
Definitions
For a reaction
it is convenient to use stoichiometric numbers that are negative for reactants and positive for products. The extent of reaction relates changes in amount to stoichiometry:
The reaction Gibbs energy is
At equilibrium,
For ideal gases or ideal solutes written in terms of activities,
where the reaction quotient is
At equilibrium, , so
The standard reaction Gibbs energy is computed from formation Gibbs energies:
Key results
The sign of gives direction at the current composition:
The equilibrium constant is controlled by standard Gibbs energy:
If , then and products are favored under standard-state comparison. If , then and reactants are favored.
Temperature dependence follows from the van't Hoff equation:
If is approximately constant,
This shows that endothermic reactions have increasing with increasing , while exothermic reactions have decreasing with increasing .
Pressure effects enter through activities or partial pressures. For a perfect-gas reaction, increasing pressure favors the side with fewer moles of gas when the reaction changes total gas amount:
The thermodynamic statement is not "pressure shifts equilibrium" by itself; it is that pressure changes the reaction quotient and therefore changes until again.
Coupled reactions add Gibbs energies. If reaction 1 is unfavorable but reaction 2 is strongly favorable, their sum can proceed when
This is the thermodynamic basis of metabolic coupling.
The reaction Gibbs energy is best visualized as the slope of with respect to extent of reaction. If the slope is negative, advancing the reaction lowers ; if positive, reversing it lowers . Equilibrium is the minimum where the slope is zero. This picture is more general than any particular expression for because it only requires that the system be at fixed temperature and pressure and that composition changes be described by stoichiometry.
Activities make the equilibrium expression dimensionless. For a gas, may be approximated by at low pressure. For a solute, it may be approximated by or in ideal dilute solution. These ratios are dimensionless even if chemists casually write concentrations or pressures inside . A rigorous equilibrium constant is dimensionless and depends on the chosen standard states.
The standard Gibbs energy does not tell the whole story of direction unless the system is in its standard state. A reaction with positive can proceed forward if is sufficiently small. Conversely, a reaction with negative can be forced backward if products are accumulated enough to make large. This is why removing a product can drive a reaction forward and why biological systems can use concentration ratios to control pathways.
Le Chatelier's principle is a qualitative summary of the quantitative condition . If pressure, temperature, or composition changes, the reaction quotient or equilibrium constant changes. The system then responds in the direction that restores . Composition and pressure changes usually change immediately. Temperature changes change itself through the van't Hoff relation because the relative standard chemical potentials of reactants and products change with temperature.
For gas reactions, total pressure effects depend on . If the total pressure is increased by compression at fixed composition, the reaction quotient changes by a factor involving pressure raised to . Reactions that reduce gas mole number are favored by higher pressure, but only when gases participate and the assumptions behind the pressure expression are valid. Adding an inert gas at constant volume does not change partial pressures of reacting ideal gases, so it need not shift equilibrium, whereas adding it at constant pressure changes volumes and partial pressures.
Temperature effects are governed by reaction enthalpy, not by mole count. The van't Hoff equation shows that an endothermic reaction has and an exothermic reaction has , assuming the sign convention that is positive for heat absorption. This result gives the thermodynamic basis for treating heat as if it were a reactant or product in elementary Le Chatelier language, but the equation is the safer guide.
Equilibrium and kinetics must be separated. A large equilibrium constant says products are favored at equilibrium, not that equilibrium is reached quickly. Diamond is thermodynamically metastable relative to graphite under ordinary conditions but persists because the kinetic barrier is large. Ammonia synthesis is thermodynamically favored by low temperature and high pressure, but low temperature slows the rate; industrial conditions compromise equilibrium yield, rate, and catalyst performance.
Coupled reactions are central in biochemistry and electrochemistry. If an unfavorable reaction is mechanistically linked to a favorable one, the combined stoichiometric equation has a total equal to the sum. ATP hydrolysis, ion gradients, and redox chains all exploit this additivity. The coupling must be physical or mechanistic; merely writing two equations on paper does not make one drive the other.
Visual
This chemical-equilibrium diagram shows the thermodynamic decision pipeline, not just the final condition. Stoichiometric numbers define the activity quotient, the quotient enters , and the sign of that driving force routes the system toward products, reactants, or equilibrium. The perturbation loop explains Le Chatelier behavior quantitatively through recalculating or changing with temperature.
| Quantity | Meaning | Depends on current composition? | At equilibrium |
|---|---|---|---|
| reaction quotient | yes | ||
| equilibrium constant | no, fixed by for a specified standard state | equals | |
| slope of vs extent | yes | ||
| standard-state reaction Gibbs energy | no, at fixed | ||
| standard reaction enthalpy | weakly, through | controls |
Worked example 1: Equilibrium constant from standard Gibbs energy
Problem. For a reaction at , . Calculate .
Method. Use .
- Convert:
- Compute exponent:
- Exponentiate:
Checked answer. Since , . The reaction is reactant-favored under standard conditions.
Worked example 2: Direction from reaction quotient
Problem. Consider
At a certain temperature, . A mixture has , , and . Determine the direction of spontaneous change assuming ideal gases and standard pressure .
Method. Compute
- Since pressures are in bar relative to :
- Denominator:
- Quotient:
- Compare:
- Therefore:
Checked answer. The forward reaction is spontaneous because the mixture has too little ammonia relative to the equilibrium composition.
Code
import math
R = 8.314462618
def K_from_delta_g(delta_g_kj, T=298.15):
return math.exp(-delta_g_kj * 1000.0 / (R * T))
def delta_g_from_QK(Q, K, T=298.15):
return R * T * math.log(Q / K) / 1000.0
K = K_from_delta_g(12.0)
print("K =", K)
Q = 1.0**2 / (2.0 * 3.0**3)
print("Q =", Q)
print("Delta_r G at mixture (kJ/mol) =", delta_g_from_QK(Q, 0.500))
Common pitfalls
- Confusing and . is calculated from the current mixture; is the equilibrium value at that temperature.
- Including pure solids or pure liquids in as concentration terms. Their activities are normally 1 in their standard states.
- Forgetting stoichiometric exponents in .
- Treating as changing when pressure changes at fixed temperature. Pressure changes ; changes with temperature.
- Using to decide direction for a nonstandard mixture. Use .
For any equilibrium calculation, write the balanced reaction first and keep that exact stoichiometric convention throughout. If the reaction is doubled, doubles and the powers in double, so the numerical equilibrium constant becomes . The physical equilibrium composition is unchanged, but the reported depends on the written reaction. This is not a contradiction; it is a consequence of defining for a specific stoichiometric equation.
Next, decide which activities can be approximated. Pure solids and pure liquids usually have activity 1, gases may use at low pressure, and dilute solutes may use or . Concentrated electrolytes, high-pressure gases, and nonideal mixtures require activity or fugacity corrections. Many classroom errors come from putting dimensional concentrations into logarithms; the rigorous object is always dimensionless.
Finally, distinguish a shift in equilibrium composition from a change in equilibrium constant. Adding reactant changes immediately, so the reaction proceeds until again equals the same . Heating changes because it changes the standard chemical potentials. A catalyst changes neither nor directly; it changes the rate at which the system approaches equilibrium.
For numerical equilibrium problems, do not round intermediate composition variables too early. Equilibrium constants can be very sensitive when small differences of large amounts determine a residual concentration. Keep extra digits through the ICE-table or extent calculation, then round the final physically meaningful quantity.