Rate Laws and Reaction Mechanisms
Chemical kinetics studies how fast reactions occur and what molecular sequence produces the observed rate law. Equilibrium says where a reaction can go; kinetics says how quickly it gets there and by what route.
Atkins builds kinetics from empirical rate laws, integrated forms, elementary reactions, and mechanism approximations. The most important practical skill is separating the experimentally observed rate law from the proposed molecular mechanism that explains it.
Figure: Activation energy barrier connecting mechanism hypotheses to measured rates. Image: Wikimedia Commons, Risibot based on Brazosport College, CC BY-SA 4.0.
Definitions
For a reaction
the rate may be expressed as
A rate law has the form
where and are reaction orders determined experimentally, not necessarily stoichiometric coefficients. The overall order is .
For a first-order reaction,
and
For a second-order reaction in one reactant,
and
The half-life is the time for a concentration to fall to half its initial value. For first order,
An elementary reaction is a single molecular event. Its molecularity can be unimolecular, bimolecular, or rarely termolecular. A mechanism is a sequence of elementary steps.
Key results
Integrated rate laws allow rate constants to be obtained by linear plots:
| Order | Integrated form | Linear plot | Half-life |
|---|---|---|---|
| Zero | vs | ||
| First | vs | ||
| Second | vs |
For reversible first-order reactions,
with forward rate constant and reverse rate constant , the relaxation toward equilibrium has characteristic constant
The steady-state approximation sets the concentration derivative of a reactive intermediate nearly to zero:
The pre-equilibrium approximation assumes an early reversible step reaches equilibrium before the slow step consumes its product.
For consecutive first-order reactions,
intermediate rises and then falls. Its concentration is
when .
Enzyme kinetics in the Michaelis-Menten scheme,
gives
under steady-state assumptions.
Experimental kinetics begins with reliable concentration or signal measurements as functions of time. Spectrophotometry, conductivity, pressure measurements, mass spectrometry, NMR, stopped-flow methods, flash photolysis, and relaxation techniques each access different time scales and reaction types. The measured signal must be related to concentration, and side reactions, mixing times, and temperature control can determine whether the extracted rate law is meaningful.
Initial-rate methods are useful because concentrations of products and intermediates are still small. By varying one initial concentration while holding others fixed, the order with respect to that species can be estimated. Isolation methods place one reactant in large excess so its concentration changes little; the observed rate law becomes pseudo-first-order or pseudo-zero-order in the limiting species. This simplifies analysis but requires checking that the excess concentration truly remains effectively constant.
Integrated rate laws are diagnostic but not foolproof. A straight line in versus suggests first-order behavior, but experimental noise or limited conversion can make several models appear plausible. Nonlinear regression to the differential or integrated form, residual analysis, and independent experiments at varied initial concentrations provide stronger evidence. Units of are also diagnostic: first-order has , second-order often has , and zero-order has concentration per time.
Mechanisms must reproduce the observed rate law and stoichiometry, but that does not prove uniqueness. Multiple mechanisms can lead to the same empirical law. A proposed mechanism gains credibility when it also explains isotope effects, intermediates, catalysis, stereochemistry, solvent effects, activation parameters, and product distributions. Physical chemistry therefore treats mechanisms as models constrained by evidence, not as direct observations unless intermediates or transition states are independently characterized.
The steady-state approximation is most appropriate for reactive intermediates present at low concentration because their formation and consumption rates nearly balance after a short induction period. It should not be applied automatically to any species that is difficult to observe. The pre-equilibrium approximation, in contrast, assumes a reversible step rapidly equilibrates before a slower product-forming step. Choosing between them requires chemical judgment about relative rate constants.
Chain reactions introduce initiation, propagation, branching, inhibition, and termination. A small radical concentration can sustain rapid conversion through propagation cycles. Explosions occur when chain branching or heat release accelerates faster than termination or heat removal. Polymerization kinetics uses related ideas: initiation creates active centers, propagation grows chains, and termination removes active centers. The molecular weight distribution depends on these competing rates.
Enzyme kinetics is a special but important mechanism class. Michaelis-Menten behavior saturates because enzyme active sites become occupied at high substrate concentration. reflects the total active enzyme concentration and catalytic turnover, while combines several microscopic rate constants. Inhibitors alter apparent parameters in diagnostic ways: competitive inhibitors raise apparent without changing in the simplest model, while other inhibition modes have different signatures.
Reactions approaching equilibrium require both forward and reverse rates. Near equilibrium, relaxation methods perturb the system slightly and measure the exponential return. The relaxation time often gives sums of forward and reverse rate constants, while the equilibrium constant gives their ratio. This is a powerful way to measure fast reactions that are hard to follow by direct mixing.
Kinetic isotope effects provide mechanistic clues because isotopic substitution changes vibrational zero-point energies and sometimes tunneling probabilities. A large primary hydrogen/deuterium isotope effect suggests H transfer in or before the rate-determining step. Smaller secondary effects can report hybridization changes. These effects connect kinetics back to quantum vibrational structure.
Visual
The mechanism diagram separates empirical rate-law fitting from two derivation architectures: steady-state and pre-equilibrium. Each subgraph shows the algebraic handoff that removes an unobserved intermediate from the final observable rate law. The feedback loop is explicit because agreement with the measured law is necessary but not enough; mechanisms still need independent chemical evidence.
Worked example 1: First-order rate constant from half-life
Problem. A first-order decomposition has half-life . Find in and the fraction remaining after .
Method. Use and .
- Convert half-life:
- Rate constant:
- Convert reaction time:
- Fraction remaining:
Checked answer. Two hours is 3.43 half-lives, and , matching the exponential result.
Worked example 2: Steady-state mechanism
Problem. For the mechanism
derive the rate of product using the steady-state approximation for .
Method. Write formation and consumption terms for .
- Intermediate balance:
- Steady state:
- Solve for :
- Product rate:
- Substitute:
Checked answer. At high , because every intermediate is captured by . At low , .
Code
import numpy as np
from scipy.optimize import curve_fit
def first_order(t, A0, k):
return A0 * np.exp(-k * t)
t = np.array([0, 600, 1200, 1800, 2400, 3000], dtype=float)
A = np.array([1.000, 0.820, 0.670, 0.550, 0.450, 0.368])
params, covariance = curve_fit(first_order, t, A, p0=[1.0, 3e-4])
A0_fit, k_fit = params
print("A0:", A0_fit)
print("k s^-1:", k_fit)
print("half-life s:", np.log(2) / k_fit)
Common pitfalls
- Reading reaction orders from stoichiometric coefficients. Orders are experimental unless the step is elementary.
- Using linearized plots without checking residuals; nonlinear fitting is often better.
- Applying steady state to a stable product rather than a reactive intermediate.
- Forgetting units of change with reaction order.
- Treating catalysts as absent from rate laws. Catalysts can appear in the rate law even though they are regenerated.
Before deriving a rate law from a mechanism, write every elementary step with its own rate expression. Only elementary steps allow stoichiometric exponents to become rate-law exponents directly. Then identify intermediates, catalysts, and stable species. Intermediates must be eliminated from the final rate law because they are usually not controlled experimental concentrations. Catalysts may remain if their total concentration affects the rate.
Check limiting behavior after deriving any complicated expression. If a reactant concentration goes to zero, the rate should usually go to zero. If a capturing reagent becomes very large, a branching mechanism may approach a maximum rate. These limits often reveal algebra mistakes and also give chemical interpretation. The steady-state example on this page illustrates how low- and high- limits produce different apparent orders.
For enzyme or chain mechanisms, remember that observed orders can change with concentration range. Michaelis-Menten kinetics is first order in substrate at low and zero order at high . Radical chains can show half-order dependences when termination is bimolecular. Apparent orders are therefore properties of a regime, not necessarily universal constants for the reaction.
Temperature control is part of kinetic measurement. Because rate constants often change exponentially with temperature, a small uncontrolled temperature drift can masquerade as a concentration effect or produce poor reproducibility. Reported rate constants should therefore include temperature, solvent, ionic strength when relevant, and the method used to initiate and monitor the reaction.
Mass balance is another basic check. The concentration changes implied by a mechanism must reproduce the overall stoichiometric equation when elementary steps are added and intermediates are canceled.
A rate-determining step is a useful phrase only when one step clearly controls the flux. In many mechanisms, several steps and equilibria jointly shape the observed rate law.
Use the derived rate law, not intuition alone, to identify that control.