Temperature Dependence and Reaction Dynamics
Temperature dependence links empirical kinetics to molecular energy, barriers, and transition states. Reaction dynamics then asks what actually happens during a reactive encounter: how molecules collide, exchange energy, cross potential energy surfaces, and form products.
Atkins develops Arrhenius behavior, transition-state theory, collision theory, RRK/RRKM ideas for unimolecular reactions, photochemical dynamics, and electron transfer. The unifying concept is that rate constants reflect both how often systems attempt reaction and how likely those attempts are to cross the required barrier.
Figure: Thermal molecular speed distributions as context for temperature-dependent reaction rates. Image: Wikimedia Commons, Pdbailey, Cryptic C62, and Lilyu, public domain.
Definitions
The Arrhenius equation is
or
where is the activation energy and is the pre-exponential factor.
Transition-state theory writes
where is the standard Gibbs energy of activation and is a transmission coefficient.
Because
the Eyring equation is
Collision theory for gas reactions often has the form
where is a collision frequency and is a steric factor.
For electron transfer, Marcus theory relates activation Gibbs energy to reorganization energy and reaction Gibbs energy :
Key results
An Arrhenius plot of against has slope
so
The activation energy is not always exactly the barrier height. It is an empirical temperature derivative:
Transition-state theory interprets reaction as equilibrium between reactants and an activated complex, followed by passage across a dividing surface. A negative activation entropy indicates a more ordered transition state; a positive value suggests greater freedom or dissociation-like character.
The Eyring plot of against has slope
and intercept
Diffusion-controlled reactions in solution are limited by how fast reactants encounter each other. A common Smoluchowski expression for identical units is
after unit conversion. If chemical transformation after encounter is slower than diffusion, the observed rate is activation-controlled instead.
Marcus theory predicts a normal region where more negative speeds electron transfer and an inverted region where making the reaction too exergonic slows it.
Arrhenius behavior is empirical but widely useful because many rate constants are controlled by Boltzmann access to high-energy configurations. A plot of versus is linear only when and are effectively constant over the temperature range. Curvature can signal a change in mechanism, tunneling, temperature-dependent heat capacities of activation, diffusion control, or falloff behavior in unimolecular reactions.
The pre-exponential factor contains more than collision frequency. It can include orientation requirements, entropy of activation, transmission probability, solvent cage effects, and dynamical recrossing. Two reactions with similar activation energies can have very different rates because one transition state is entropically difficult to organize while another is readily accessed. This is why activation entropy is often as informative as activation enthalpy.
Transition-state theory assumes a dividing surface between reactants and products. Reactants are in quasi-equilibrium with configurations near this surface, and successful crossing leads to products. If trajectories cross and then return to reactants, the simple theory overestimates the rate. The transmission coefficient corrects for this in a coarse way. Modern reaction dynamics studies the actual motion on potential energy surfaces to understand such effects.
Collision theory is most transparent for gas-phase bimolecular reactions. Molecules must collide with enough relative kinetic energy and suitable orientation. The steric factor can be much less than 1 for reactions requiring a specific geometry. For reactions between complex molecules, only a small fraction of collisions align reactive sites properly, so collision frequency alone greatly overestimates rates.
Unimolecular reactions require energy activation within a single molecule. The Lindemann mechanism treats activation by collision, followed by either deactivation or reaction. At high pressure, activation is frequent enough that the rate becomes first order in reactant. At low pressure, activation collisions limit the rate, and the reaction can become second order overall. RRK and RRKM theories refine this by considering how energy is distributed among molecular modes.
Diffusion control is the opposite limit from barrier control. If every encounter reacts, the rate constant is governed by how fast reactants find each other. In solution, viscosity, solvent structure, and electrostatic attraction or repulsion influence encounter rates. Many radical recombinations and proton-transfer processes approach diffusion control. If an activation barrier remains after encounter, the observed rate is lower.
Potential energy surfaces provide the geometry of reaction. A minimum is a stable intermediate or reactant/product structure. A first-order saddle point is a transition state with one imaginary vibrational frequency along the reaction coordinate. Reaction paths connect minima through saddle points. For polyatomic reactions, surfaces are high-dimensional, and dynamics can involve energy redistribution, roaming pathways, and nonstatistical behavior.
Electron transfer is distinctive because the transferring electron can move faster than nuclei reorganize. Marcus theory separates nuclear reorganization from electronic coupling. The activation barrier depends on how much solvent and molecular geometry must reorganize to make reactant and product electronic states degenerate. The inverted region is one of the striking predictions: after an optimum driving force, making the reaction more exergonic can increase the barrier.
Ultrafast spectroscopy tests dynamics directly. Femtosecond pump-probe experiments can watch wavepacket motion, internal conversion, bond breaking, and electron transfer before thermal equilibrium is restored. These experiments connect the rate constants of kinetics to real-time molecular motion.
Visual
| Model | Rate expression | Best for | Main limitation |
|---|---|---|---|
| Arrhenius | empirical temperature dependence | hides molecular details | |
| Collision theory | gas bimolecular reactions | steric and energy transfer approximations | |
| Transition-state theory | barrier crossing | assumes quasi-equilibrium and dividing surface | |
| Diffusion control | fast solution reactions | encounter may not guarantee reaction | |
| Marcus theory | electron transfer | needs reorganization parameters |
Worked example 1: Activation energy from two rate constants
Problem. A reaction has at and at . Estimate .
Method. Use
- Rate ratio:
- Log:
- Temperature term:
- Solve:
Checked answer. . The rate increases by about sevenfold over , consistent with a moderate barrier.
Worked example 2: Activation parameters from Eyring data
Problem. At , a reaction has and . Estimate using transition-state theory with .
Method. Rearrange:
- Left side:
- Constant:
- Enthalpy term:
- Solve:
- Entropy:
Checked answer. The negative activation entropy suggests a more organized activated complex, common for associative processes.
Code
import numpy as np
R = 8.314462618
kB = 1.380649e-23
h = 6.62607015e-34
def arrhenius_Ea(k1, T1, k2, T2):
return -R * np.log(k2 / k1) / (1 / T2 - 1 / T1)
def eyring_entropy(k, T, dH_kJ):
lhs = np.log(k / T)
intercept_constant = np.log(kB / h)
return R * (lhs - intercept_constant + dH_kJ * 1000 / (R * T))
print("Ea kJ/mol:", arrhenius_Ea(1.20e-3, 300.0, 8.50e-3, 330.0) / 1000)
print("Delta S^ddagger J/K/mol:", eyring_entropy(2.00e2, 298.15, 45.0))
Common pitfalls
- Treating in the Arrhenius equation as always temperature-independent. It can contain temperature-dependent factors.
- Calling the same as . They are related but not identical.
- Ignoring units when taking logarithms; use ratios or consistent units.
- Assuming every collision reacts. Orientation and energy disposal matter.
- Forgetting the possibility of recrossing in transition-state theory; accounts for this imperfectly.
When extracting activation parameters, use a temperature range narrow enough for the model but broad enough for a reliable slope. Too narrow a range amplifies experimental noise; too broad a range can hide curvature. Plot residuals, not just the fitted line. If the Arrhenius plot curves, consider mechanism change, tunneling, diffusion limitation, or heat-capacity effects before reporting a single activation energy.
Distinguish energy-controlled and entropy-controlled effects. A reaction can be slow because the enthalpic barrier is high, because the transition state is entropically demanding, or both. Associative reactions often have negative activation entropies because two species must organize into one activated complex. Dissociative processes can have less negative or positive activation entropies because the activated structure has more freedom.
For reaction dynamics, remember that a rate constant is an average over many microscopic events. Individual trajectories can exchange energy differently, scatter into different angles, or recross the dividing surface. Bulk kinetics smooths over these details, while molecular beams and ultrafast spectroscopy reveal them. Both descriptions are valid at different levels.
A useful diagnostic is to compare activation parameters across related reactions rather than interpreting one number alone. A substituent, solvent, isotope, or catalyst that lowers but makes more negative may have a mixed effect on rate. Trends reveal whether the reaction is becoming electronically easier, geometrically more organized, diffusion-limited, or mechanistically different.
Report the temperature scale in kelvins.