One idea, 4 fields

Linear ODEs & Exponential Relaxation

The unifying principle

Consider any quantity x(t)x(t) whose instantaneous change is proportional to its present value:

dxdt=kx,k>0.\frac{dx}{dt} = -kx, \qquad k>0.

Separate variables and integrate:

dxx=kdt    lnx=kt+C    x(t)=x0ekt.\int \frac{dx}{x} = -\int k\,dt \;\Rightarrow\; \ln x = -kt + C \;\Rightarrow\; \boxed{x(t) = x_0\,e^{-kt}}.

Three structural facts fall out immediately and hold in every field below:

  • Time constant: τ=1/k\tau = 1/k. At t=τt=\tau, x=x0/ex=x_0/e.
  • Half-life: the time to halve is fixed and independent of x0x_0: t1/2=ln2k=τln20.693τ.t_{1/2} = \frac{\ln 2}{k} = \tau\ln 2 \approx 0.693\,\tau.
  • Memorylessness: the decay looks identical from any starting point — the process has no "clock" beyond kk.

For relaxation toward a nonzero equilibrium xx_\infty, substitute y=xxy = x - x_\infty; then y˙=ky\dot y = -ky and

x(t)=x+(x0x)ekt.x(t) = x_\infty + (x_0 - x_\infty)e^{-kt}.

This is the same equation wearing a coordinate shift.

How it shows up in each field

Maths — the linear first-order ODE

The form: x˙=kx\dot x = -kx is the simplest nontrivial linear ODE; ekte^{-kt} is the eigenfunction of d/dtd/dt with eigenvalue k-k. Solutions form a 1D vector space spanned by ekte^{-kt}; superposition holds. It is the scalar prototype of x˙=Ax\dot{\mathbf x}=A\mathbf x, whose solution eAte^{At} decays iff all eigenvalues of AA have negative real part.

Physics — RC circuit discharge

The form: a capacitor CC discharging through resistor RR. Kirchhoff gives Q/C=RQ˙Q/C = -R\,\dot Q, i.e. dQdt=1RCQ,k=1RC.\frac{dQ}{dt} = -\frac{1}{RC}\,Q, \qquad k = \frac{1}{RC}. Here τ=RC\tau = RC has units of seconds directly. Same idea: the driving "force" (voltage Q/CQ/C) pushes current that depletes the charge causing it.

Radioactive decay is the same law with k=λk=\lambda the decay constant: N˙=λN\dot N=-\lambda N, each nucleus decaying independently with fixed probability per unit time. Carbon-14: t1/2=5730t_{1/2}=5730 yr λ=ln2/5730\Rightarrow \lambda=\ln 2/5730.

Chemistry — first-order kinetics & drug clearance

The form: a first-order reaction AproductsA\to \text{products} has rate d[A]dt=k[A]-\dfrac{d[A]}{dt}=k[A], giving [A]=[A]0ekt[A]=[A]_0e^{-kt}. In pharmacokinetics, drug elimination is (often) first-order: dCdt=keC,ke=CLVd,\frac{dC}{dt} = -k_e C, \qquad k_e = \frac{\text{CL}}{V_d}, where CL is clearance and VdV_d the volume of distribution.

Biology — population decline & neuronal decay

The form: a population with per-capita death rate exceeding birth rate obeys P˙=rP\dot P = rP with r<0r<0; writing r=kr=-k gives exponential decline P=P0ektP=P_0e^{-kt}. The membrane potential of a leaky neuron relaxes to rest identically: τmV˙=(VVrest)\tau_m\,\dot V = -(V-V_\text{rest}), so V(t)=Vrest+(V0Vrest)et/τmV(t)=V_\text{rest}+(V_0-V_\text{rest})e^{-t/\tau_m} — the shifted form.

Why this bridge matters

  • One measurement, total prediction. Knowing τ\tau (or t1/2t_{1/2}) from any domain lets you predict the entire future trajectory — no need to model microscopic detail.
  • Cross-field intuition transfer. A chemist's "half-life reasoning" is exactly a physicist's "5τ5\tau settling time" and a pharmacologist's "steady-state after five doses." The 37%37\%-per-τ\tau heuristic is universal.
  • Log-linearization diagnostic. Plotting lnx\ln x vs tt gives a straight line of slope k-k in every field — a shared experimental signature that reveals whether a process is truly first-order.
  • The gateway to richer dynamics. Adding a source term x˙=kx+S\dot x = -kx + S (forced RC, drug infusion, immigration) or coupling (x˙=Ax\dot{\mathbf x}=A\mathbf x) builds every linear systems theory from this atom.

Connections

#bridge

shared τ & t₁/₂

shared τ & t₁/₂

shared τ & t₁/₂

dx/dt = -kx
x(t)=x₀e^(-kt), τ=1/k

Maths
linear ODE / eigenfunction e^(-kt)

Physics
RC discharge (τ=RC)
radioactive decay (k=λ)

Chemistry
first-order kinetics
drug clearance (kₑ=CL/V_d)

Biology
population decline
neuron V→V_rest

Connected notes