One idea, 4 fields

Rate Equations & Kinetics

The unifying principle

Let XX be a quantity (concentration, population, order volume). Its rate of change is a flux built from encounter terms:

dXdt=kf(X,Y,)law of mass action\frac{dX}{dt} = \underbrace{k \, f(X, Y, \dots)}_{\text{law of mass action}}

The core building block is the bimolecular (second-order) term, where two species must meet to react:

rate=k[A][B]\text{rate} = k\,[A]\,[B]

This is the law of mass action: rate ∝ frequency of encounters ∝ product of concentrations. Two universal refinements recur everywhere:

  1. Saturation (Michaelis–Menten form). When one partner is a limited catalyst/resource, the linear encounter term bends over into a hyperbola: v=Vmax[S]KM+[S]v = \frac{V_{\max}\,[S]}{K_M + [S]} Low [S][S]: first-order (vVmaxKM[S]v \approx \tfrac{V_{\max}}{K_M}[S]). High [S][S]: zero-order (vVmaxv \to V_{\max}).

  2. Conserved coupling. Encounters transfer things between compartments with conservation, giving coupled ODEs (what leaves AA enters BB), producing exponential, logistic, or oscillatory dynamics depending on the sign structure.

Everything below is a re-labeling of these same equations.

How it shows up in each field

Chemistry — chemical kinetics

The literal origin. For A+BPA + B \to P: d[P]dt=k[A][B].\frac{d[P]}{dt} = k[A][B]. The rate constant kk obeys Arrhenius, k=AeEa/RTk = A e^{-E_a/RT} — encounters must exceed an activation barrier.

  • Concrete example: First-order decay d[A]dt=k[A]\frac{d[A]}{dt} = -k[A] gives [A]=[A]0ekt[A] = [A]_0 e^{-kt}, half-life t1/2=ln2/kt_{1/2} = \ln 2 / k — mathematically identical to radioactive decay and RC-circuit discharge.

Biology — enzyme kinetics & epidemics

Enzymes: substrate SS binds enzyme EE; the saturating Michaelis–Menten law above is the encounter-plus-limited-catalyst structure, with Vmax=kcat[E]0V_{\max}=k_{\text{cat}}[E]_0 and KM=k1+kcatk1K_M=\tfrac{k_{-1}+k_{\text{cat}}}{k_1}. Epidemics (SIR): infection is a bimolecular collision of susceptibles SS and infectious II: dIdt=βSIγI.\frac{dI}{dt} = \beta\, S\, I - \gamma I.

  • Concrete example: The term βSI\beta S I is exactly mass action with k=βk=\beta. The threshold R0=βS0/γ>1R_0 = \beta S_0/\gamma > 1 for an outbreak is the same as an autocatalytic reaction "igniting."

Physics — collision & transport rates

Reaction rate = (density)×(density)×(cross-section)×(relative velocity): R=nAnBσv.R = n_A\, n_B\, \langle \sigma v \rangle.

  • Concrete example: Nuclear fusion/burn rates in a plasma, or two-body recombination, follow n˙n2\dot n \propto n^2. Radioactive decay N˙=λN\dot N = -\lambda N is the first-order limit; σv\langle\sigma v\rangle plays the role of kk, encoding the Arrhenius-like Gamow barrier.

Stock-Market — order flow & price kinetics

Trades execute when a buy order meets a sell order — a bimolecular collision in the limit-order book: trade ratekλbuyλsell,\text{trade rate} \propto k\, \lambda_{\text{buy}}\, \lambda_{\text{sell}}, where λ\lambda are order-arrival intensities. Price impact and liquidity consumption saturate (finite depth) exactly like Michaelis–Menten.

  • Concrete example: In market-microstructure models, execution intensity Λ(δ)=Aeκδ\Lambda(\delta) = A e^{-\kappa \delta} decays with distance-from-mid δ\delta — an Arrhenius-shaped "activation" for a fill. Depletion of a price level, dVdt=(arrival rate)\frac{dV}{dt} = -\,(\text{arrival rate}), mirrors first-order consumption of a reactant.

Why this bridge matters

  • Intuition transfer: The R0R_0 epidemic threshold, the autocatalytic ignition of a reaction, and a market "flash" cascade are the same bifurcation — a positive-feedback encounter term crossing a stability threshold. Understanding one tells you when the others "run away."
  • Saturation is universal: Once you see Michaelis–Menten, you recognize enzyme velocity, limited market liquidity, receptor binding, and detector dead-time as one curve. Fitting Vmax,KMV_{\max}, K_M is the same regression everywhere.
  • Tooling transfers: Steady-state / quasi-steady-state approximations from chemistry directly justify Michaelis–Menten and let epidemiologists and quants collapse fast variables. Arrhenius intuition (barriers → exponential sensitivity) explains temperature-dependent rates, incubation, and order-placement decay identically.
  • Warning it also transfers: mass-action assumes well-mixed populations. When space, networks, or order-book structure matter, all four fields fail the same way and need spatial/agent corrections.

Connections

  • 01 Law of Mass Action
  • 02 Michaelis–Menten Enzyme Kinetics
  • 03 Arrhenius Equation & Activation Energy
  • 04 SIR Epidemic Model
  • 05 Collision Theory & Reaction Cross-Sections
  • 06 Radioactive Decay & First-Order Processes
  • 07 Limit-Order Book Microstructure
  • 08 Autocatalysis & Positive Feedback Thresholds

#bridge

saturation

threshold

barrier

Chemistry: k·A·B

Biology: enzymes, βSI

Physics: n·n·⟨σv⟩

Stock-Market: λ_buy·λ_sell

Encounter Rate
rate ∝ product of
interacting quantities

Michaelis–Menten limit

Runaway / R₀ > 1

Arrhenius exp(-E/RT)

Connected notes