Molecular Interactions and Transport
Molecular interactions explain why real gases, liquids, surfaces, and condensed phases deviate from ideal models. Transport properties then describe how molecules, momentum, energy, and charge move when a system is not at uniform equilibrium.
Atkins connects these ideas across gases, liquids, electrolyte solutions, diffusion, and molecular beams. The same microscopic forces that produce virial coefficients and liquid structure also influence viscosity, diffusion, conductivity, and rates of encounters.

Figure: Water dimer as a small-molecule picture of hydrogen bonding and intermolecular attraction. Image: Wikimedia Commons, Hoa112008, public domain.
Definitions
An electric dipole moment is
Polarizability measures the induced dipole moment in an electric field:
Intermolecular attractions include dipole-dipole, dipole-induced dipole, and dispersion interactions. A common model for a pair potential is the Lennard-Jones form:
The term models short-range repulsion, and the term models dispersion attraction.
For molecular motion in gases, the root-mean-square speed is
The mean speed is
Diffusion follows Fick's first law:
and Fick's second law:
For ions, molar conductivity is
where is conductivity.
Key results
The Maxwell speed distribution for gases explains why molecular speeds spread broadly even at fixed temperature. Lighter molecules and higher temperatures give higher speeds.
Effusion through a small hole follows Graham's law:
Transport coefficients in dilute gases can be interpreted through mean free path and mean speed. Although detailed constants depend on the model, the qualitative forms are:
for diffusion and similar kinetic-theory forms for viscosity and thermal conductivity.
For diffusion from a point-like initial distribution in one dimension, the probability density is Gaussian:
and the mean square displacement is
In three dimensions,
Electrolyte conductivities deviate from ideality because moving ions disturb their ionic atmospheres and experience electrophoretic drag. Kohlrausch's law for strong electrolytes at low concentration is often written
The Stokes-Einstein relation connects diffusion of a spherical particle in a liquid to viscosity:
where is hydrodynamic radius.
Intermolecular forces are strongly distance dependent. Ion-ion interactions vary as , ion-dipole interactions as roughly after orientation effects, dipole-dipole interactions as for fixed orientations, and dispersion attractions as . Repulsions rise very steeply at short range because electron clouds resist overlap through Pauli exclusion and electrostatic repulsion. The balance of attraction and repulsion creates equilibrium separations in liquids and molecular solids.
Dispersion forces are universal because instantaneous electron-density fluctuations can induce correlated dipoles in neighboring species. They increase with polarizability, so large, heavy, easily distorted molecules often have stronger dispersion attractions. This explains trends in boiling points among noble gases and nonpolar molecules. Hydrogen bonding, ion-dipole interactions, and permanent dipole interactions add more directional or stronger contributions when molecular structure permits.
Transport in gases can be understood through molecular flights interrupted by collisions. The mean free path decreases as pressure increases because molecules collide more frequently. Diffusion in gases is faster than in liquids because molecules travel longer distances between collisions. Viscosity of dilute gases can increase with temperature because faster molecules transport momentum more effectively, even though liquid viscosity usually decreases with temperature as cohesive structure is disrupted.
Liquid transport is more collective. A diffusing solute must move through a fluctuating cage of neighboring solvent molecules. The Stokes-Einstein equation treats the solvent as a continuum with viscosity and the solute as a sphere of radius . This is an approximation, but it captures why larger particles diffuse more slowly and why diffusion is slower in more viscous media.
The diffusion equation is mathematically the same type of partial differential equation as the heat equation. A localized concentration profile spreads out with time, and the characteristic distance grows as , not as . This square-root scaling is crucial: diffusion is efficient over small cellular distances but poor over macroscopic distances unless aided by convection, stirring, or flow.
Electrolyte transport couples diffusion, migration, and sometimes convection. Ions move down concentration gradients and also respond to electric fields. Their mobilities depend on solvation, size, charge, and solvent viscosity. In a strong electrolyte, increasing concentration can lower molar conductivity because ion atmospheres and electrophoretic effects hinder independent ion motion. Weak electrolytes add the complication of incomplete dissociation.
Intermolecular interactions also determine surface phenomena. Molecules at an interface have fewer neighbors than molecules in the bulk, giving rise to surface tension. Surfactants reduce surface tension by adsorbing at interfaces and replacing unfavorable contacts. Micelles form when amphiphiles self-assemble to hide hydrophobic tails from water while exposing polar head groups. These ideas connect interactions to macromolecules and soft matter.
Molecular beams provide a way to study collision dynamics under controlled conditions. By preparing narrow distributions of velocity and direction, experiments can measure scattering angles, energy transfer, and reaction probabilities. These microscopic observations support the kinetic and dynamic models used for reaction rates.
In all transport problems, a flux is paired with a thermodynamic force. Concentration gradients, temperature gradients, velocity gradients, and electric potential gradients drive matter, heat, momentum, and charge flow. Linear laws such as Fick's law hold near equilibrium; far from equilibrium, nonlinear behavior and coupling between flows can become important.
Visual
| Transport property | Flux | Driving gradient | Typical law |
|---|---|---|---|
| Diffusion | matter | concentration | |
| Viscosity | momentum | velocity | shear stress |
| Thermal conductivity | energy | temperature | heat flux |
| Ionic conductivity | charge | electric potential | current from ion mobility |
| Effusion | gas molecules | pressure/density | rate |
Worked example 1: RMS speed of nitrogen
Problem. Calculate the root-mean-square speed of at . Use .
Method. Use
with in .
- Convert molar mass:
- Numerator:
- Divide by molar mass:
- Square root:
Checked answer. A few hundred meters per second is the expected thermal speed for light gas molecules at room temperature.
Worked example 2: Diffusion distance
Problem. A small molecule has diffusion coefficient in water. Estimate the root-mean-square displacement in three dimensions after .
Method. Use
- Substitute:
- Square root:
- Convert:
Checked answer. Molecular diffusion is effective over micrometer to submillimeter distances but slow over centimeters without convection.
Code
import numpy as np
R = 8.314462618
def rms_speed(T, molar_mass_g):
M = molar_mass_g / 1000.0
return np.sqrt(3 * R * T / M)
def rms_diffusion_distance(D, t, dimensions=3):
return np.sqrt(2 * dimensions * D * t)
print("N2 rms speed:", rms_speed(298.15, 28.0134), "m/s")
for t in [0.01, 1.0, 10.0, 100.0]:
print(t, rms_diffusion_distance(1e-9, t), "m")
Common pitfalls
- Using molar mass in grams inside SI kinetic-energy formulas.
- Treating diffusion as directed motion. Mean displacement is zero; mean square displacement grows with time.
- Forgetting that conductivity depends on both concentration and mobility.
- Applying dilute-gas transport formulas to dense liquids without modification.
- Interpreting intermolecular potentials too literally at very short range; simple forms are models.
For transport calculations, first identify the driving force and the geometry. One-dimensional Fick's law is not automatically valid for radial diffusion to a sphere, diffusion through a membrane, or diffusion with reaction. Boundary conditions matter as much as the diffusion coefficient. A constant surface concentration, an impermeable wall, and an instantaneous point source lead to different mathematical solutions.
In electrolyte transport, electroneutrality often constrains what can move independently. A cation cannot diffuse far ahead of its counterion without building an electric field that pulls it back and pushes the counterion forward. This coupling produces salt diffusion coefficients and liquid junction potentials. Treating ions as independent neutral solutes can give qualitatively wrong results.
Intermolecular potentials are also averages over electronic and nuclear motion. The Lennard-Jones model captures broad trends, but hydrogen bonding, directionality, polarizability anisotropy, and many-body effects can be decisive. Use simple potentials to reason about attraction, repulsion, and length scales, then turn to experimental parameters or simulations for quantitative liquid and biomolecular systems.
Transport coefficients are state-dependent material properties. A diffusion coefficient measured at one temperature, viscosity, solvent composition, or ionic strength should not be reused blindly under different conditions. In liquids especially, small temperature changes can noticeably change viscosity and therefore diffusion. In gases, pressure and mean free path are often the key variables. Always pair a reported transport coefficient with its experimental state.
At interfaces, transport and thermodynamics meet. Adsorption can deplete bulk concentration, surface charge can create electric double layers, and confined pores can make diffusion anisotropic. These complications are common in membranes, catalysts, electrodes, colloids, and biological channels.
For dimensional estimates, compare the observation length with or before assuming diffusion is fast enough. This quick check often explains why stirring, flow, or active transport is required in real systems.
State whether diffusion is one-dimensional, radial, or three-dimensional.
Geometry changes the answer.