Physics · Working Companion · Volume II

A Working Physics Reference

The physical-world half of the toolkit. Where Volume I (the mathematics reference) gave you the formal machinery, this volume gives you the things the machinery is about — forces and oscillators, charge and circuits, heat and entropy, diffusion, chemical kinetics, and the electrochemistry that ends in a firing neuron. Built to sit alongside Strogatz — Nonlinear Dynamics and Chaos, Dayan & Abbott — Theoretical Neuroscience, and Gerstner et al. — Neuronal Dynamics. Everything points toward Part VII: the Hodgkin–Huxley model.

Drafted by Claude (Opus 4.8, Anthropic) on 8 June 2026, in collaboration with a human working through these four texts. Personal study companion, freely shared. Verify anything load-bearing against the sources; the maps are not the territory.

0Orientation & constants

How to use this page. Same contract as the maths volume: a cheatsheet, not a course. Open it when a constant, unit, or named equation has slipped, when you want to see how a circuit idea and a chemistry idea are the same idea, or when you've forgotten which way an action potential goes. The ▶ links are where you actually learn each thing; this page is the map. You'll hit sections you don't have the background for yet — skip them and come back. Where a section leans on real mathematics, it says so and points you at the matching part of Volume I (the mathematics reference) rather than re-deriving it here.

A neuron is, physically, a leaky bag of salt water at 37 °C with a thin oily skin studded with voltage-controlled valves. Almost everything in this volume is one of those words made quantitative. Part 0 is the numbers and units you should be able to recall without looking up.

Units & dimensional analysis

The fastest way to catch an error — yours or a textbook's — is to check that both sides of an equation carry the same units. If they don't, something is wrong before you've computed anything.

QuantitySI unit (symbol)In base units
Chargecoulomb (C)$\text{A·s}$
Currentampere (A)base unit; $\text{C/s}$
Voltage / potentialvolt (V)$\text{J/C}$ — energy per charge
Resistanceohm ($\Omega$)$\text{V/A}$
Conductancesiemens (S)$1/\Omega=\text{A/V}$
Capacitancefarad (F)$\text{C/V}$
Energyjoule (J)$\text{kg·m}^2/\text{s}^2=\text{N·m}$
Powerwatt (W)$\text{J/s}$
Forcenewton (N)$\text{kg·m/s}^2$
Dimensional analysis as a sanity check

Treat units as algebra. The membrane time constant is $\tau=RC$; ohms times farads is $(\text{V/A})\cdot(\text{C/V})=\text{C/A}=\text{s}$ — it comes out in seconds, as a time constant must. If you ever derive a "time" that isn't in seconds, you dropped something. The same trick recovers half-forgotten formulas: a quantity that must be a voltage built from $k_BT$ and a charge can almost only be $k_BT/e$.

Prefixes you live in here

milli $10^{-3}$ (mV, ms), micro $10^{-6}$ (µF, µm, µA), nano $10^{-9}$ (nm membranes, nS channels), pico $10^{-12}$ (pA single-channel currents, pF small-cell capacitance). Neuroscience runs almost entirely in milli- and micro-: a spike is $\sim$100 mV tall and $\sim$1 ms wide.

Constants to know on sight

ConstantValueWhat it's for
$k_B$ (Boltzmann)$1.38\times10^{-23}\ \text{J/K}$energy per degree, per molecule
$e$ (elementary charge)$1.60\times10^{-19}\ \text{C}$charge of one proton / lost electron
$N_A$ (Avogadro)$6.02\times10^{23}\ \text{/mol}$count per mole
$R=N_A k_B$ (gas const.)$8.31\ \text{J/(mol·K)}$$k_B$ scaled up to a mole
$F=N_A e$ (Faraday)$96{,}485\ \text{C/mol}$charge of a mole of singly-charged ions
Body temperature$310\ \text{K}\ (37\,^\circ\text{C})$the $T$ in every mammalian formula
The single number that unlocks the Nernst equation

The thermal voltage $V_T=k_BT/e=RT/F$. At body temperature $RT/F\approx 26.7\ \text{mV}$. Multiply by $\ln 10\approx 2.303$ and you get $\approx 61.5\ \text{mV}$ — the millivolts of equilibrium potential per tenfold ratio of concentrations across the membrane. (At room temperature, $25\,^\circ\text{C}$, these are $\approx 25.7$ and $\approx 59\ \text{mV}$ — which is why books quote "about 58–62 mV per decade" depending on $T$.) Whenever you see $RT/F$ or $k_BT/e$, read "$\approx$ 26 mV at body heat."

Typical membrane values (order them, don't memorise to the digit)

Resting potential $V_{\text{rest}}\approx-65\ \text{mV}$ (inside negative). Specific membrane capacitance $C_m\approx 1\ \mu\text{F/cm}^2$ — remarkably universal, because the lipid bilayer is everywhere $\sim$5 nm thick. Membrane time constant $\tau_m=R_mC_m\approx 10\text{–}20\ \text{ms}$. Equilibrium potentials: $E_K\approx-80\ \text{mV}$, $E_{\text{Na}}\approx+60\ \text{mV}$, $E_{Cl}\approx-65\ \text{mV}$, $E_{Ca}$ very positive ($\gtrsim+120\ \text{mV}$). A spike swings the membrane from near $E_K$ toward $E_{\text{Na}}$ and back.

The order-of-magnitude habit

Estimate first, compute second

Before any calculation, get the power of ten. Is a synaptic current nanoamps or microamps (nano)? Is a space constant microns or millimetres (hundreds of microns)? A factor-of-ten error is the most common mistake in this whole subject, and an order-of-magnitude guess catches it instantly. This is the physicist's reflex Strogatz, Dayan & Abbott, and Gerstner all assume you have — they will quietly drop a constant or rescale to dimensionless variables expecting you to keep track of scale yourself.

IClassical mechanics & oscillations

The oldest physics and still the template for everything dynamical. The damped, driven oscillator is the single most reused system in the book: master it once and you have read off the behaviour of circuits, chemical relaxations, and the small-signal response of a neuron in advance.

Newton's laws & momentum

The three laws, in one breath

1. A body keeps its velocity unless a force acts (inertia). 2. $\mathbf F=m\mathbf a=\dfrac{d\mathbf p}{dt}$, with momentum $\mathbf p=m\mathbf v$ — force is the rate of change of momentum. 3. Forces come in equal-and-opposite pairs. Law 2 is the one you compute with: it turns "what forces act?" into a differential equation for the motion.

Volume I, Part VI. $\mathbf F=m\ddot{\mathbf x}$ is a second-order ODE. Everything that follows is the theory of solving it; the dynamical-systems view (Strogatz) rewrites it as a first-order system in phase space.

Energy, work & conservation

QuantityDefinition
Work$W=\int \mathbf F\cdot d\mathbf x$ — force acting through a distance
Kinetic energy$KE=\tfrac12 mv^2$
Potential energy$U$, with $\mathbf F=-\nabla U$ (force points downhill in $U$)
Power$P=dW/dt=\mathbf F\cdot\mathbf v$
Why energy is the more useful bookkeeping

In a closed system total energy $KE+U$ is conserved, which often hands you the answer without solving the motion. The force-from-a-potential relation $\mathbf F=-\nabla U$ is the mechanical twin of gradient descent (Volume I, Part V): a ball rolls down the potential exactly as an optimiser steps down a loss. Stable equilibria sit at the bottoms of potential wells.

The simple harmonic oscillator

The most important toy in physics

A mass on a spring feels a restoring force $F=-kx$ (Hooke's law), so $m\ddot x=-kx$, i.e. $$\ddot x+\omega_0^2 x=0,\qquad \omega_0=\sqrt{k/m}.$$ Solution $x(t)=A\cos(\omega_0 t+\phi)$ — pure oscillation at natural frequency $\omega_0$, forever. Energy sloshes back and forth between kinetic and potential, the total staying fixed.

Why it is everywhere

Near any smooth potential minimum, $U(x)\approx U(x^*)+\tfrac12 U''(x^*)(x-x^*)^2$ — the first non-trivial term is quadratic, which is a spring with $k=U''$. So any system sitting near a stable equilibrium oscillates harmonically for small disturbances. This is the physics behind linearisation (Volume I, Part VII): small wobbles around a fixed point are a harmonic oscillator.

Damping

Add friction, get a 2nd-order linear ODE

A drag force $-b\dot x$ gives $m\ddot x+b\dot x+kx=0$, usually written $$\ddot x+2\gamma\dot x+\omega_0^2 x=0,\qquad \gamma=\tfrac{b}{2m}.$$ The characteristic equation $r^2+2\gamma r+\omega_0^2=0$ has roots $r=-\gamma\pm\sqrt{\gamma^2-\omega_0^2}$, and those roots decide everything: underdamped ($\gamma\lt\omega_0$, complex roots) rings while decaying; critically damped ($\gamma=\omega_0$) returns fastest with no overshoot; overdamped ($\gamma\gt\omega_0$, two real roots) crawls back without oscillating.

Volume I, Parts VI–VII · Strogatz Ch. 5. Those characteristic roots are the eigenvalues of the system written as $\dot{\mathbf x}=A\mathbf x$, and the three damping regimes are exactly stable-node vs stable-spiral in the trace–determinant table. The damped oscillator is where "second-order ODE" and "2D linear system" become the same object — learn this correspondence once and it pays off through Part VII.

Driving & resonance

Push it periodically

$\ddot x+2\gamma\dot x+\omega_0^2 x=\frac{F_0}{m}\cos(\omega t)$. After transients die, the system oscillates at the drive frequency $\omega$, with an amplitude that peaks near $\omega\approx\omega_0$ — resonance. (Precisely, the displacement amplitude peaks at $\omega_r=\sqrt{\omega_0^2-2\gamma^2}$, a touch below $\omega_0$, and a peak exists at all only for light damping $\gamma<\omega_0/\sqrt2$; in the high-$Q$ regime $\omega_r\to\omega_0$.) The sharpness is set by the quality factor $Q=\omega_0/2\gamma$: high $Q$ = lightly damped = tall narrow resonance peak.

Where this reappears

Resonance is why an RLC circuit selects a radio station, why some neurons preferentially respond to inputs near a "preferred" frequency (subthreshold resonance), and why a frequency-domain view (Volume I, Part VIII: convolution and the Fourier shortcut) is the natural language for driven linear systems.

Phase space

Plot velocity against position

Instead of $x(t)$, plot the state $(x,\dot x)$ as a point that traces a curve over time. The undamped oscillator draws closed ellipses (energy conserved); damping spirals them into the origin; driving settles onto a closed loop. One picture shows the whole family of motions at once, with no time axis.

Strogatz Ch. 5–6 · Volume I, Part VII. This is the phase plane. Rewriting $m\ddot x=F$ as $\dot x=v,\ \dot v=F/m$ turns one second-order equation into a 2D first-order system — the move that lets the entire dynamical-systems apparatus (nullclines, fixed points, limit cycles) loose on mechanical and neural problems alike.
Interactive · the damped & driven oscillator

Drag the damping up and watch the phase trajectory go from a ringing spiral to a dead crawl — the three regimes named above. Switch to Driven to see the resonance peak, and watch it slide below ω₀ and then vanish entirely as damping grows past γ = ω₀/√2, exactly as the corrected box describes.

position x(t)
phase space (x, ẋ)

The pendulum

Strogatz's recurring example

$\ddot\theta+\dfrac{g}{L}\sin\theta=0$. For small swings $\sin\theta\approx\theta$, recovering a harmonic oscillator with $\omega=\sqrt{g/L}$ (period independent of amplitude — Galileo's observation). For large swings the $\sin\theta$ makes it genuinely nonlinear: the period grows with amplitude, the phase portrait develops a separatrix between swinging-back-and-forth and going-over-the-top, and adding drive and damping makes it chaotic.

Strogatz Ch. 6, 8 (verify against your edition). The pendulum is Strogatz's workhorse for nullclines, conservative vs dissipative systems, and global phase portraits. The small-angle-vs-large-angle split is the same linear-core-with-nonlinear-skin structure you'll meet in Hodgkin–Huxley.

IIElectricity & circuits

The physics the neuron is literally built from. Every conductance-based neuron model is a circuit diagram; if you can read an RC circuit, you can read the membrane equation. This part is the minimum circuit theory those diagrams assume.

Charge, current, voltage

QuantityMeaning
Charge $q$ (C)conserved "stuff" that fields push around; carried by ions in solution
Current $I=dq/dt$ (A)rate of charge flow; by convention the direction positive charge moves
Voltage $V$ (V)potential energy per unit charge; a difference between two points
Voltage is always relative

There is no absolute voltage, only differences — which is why "membrane potential" means inside minus outside, and why a resting potential of $-65\ \text{mV}$ means the inside is 65 mV below the outside. Charge flows downhill in voltage (high to low) just as a mass slides downhill in a potential (Part I).

Ohm's law, resistance & power

$V=IR$

For an ohmic conductor, current is proportional to voltage: $V=IR$, or in the form neuroscience prefers, $I=gV$ with conductance $g=1/R$ (siemens). Power dissipated: $P=IV=I^2R=V^2/R$.

Think in conductances, not resistances

Channels are described by conductance $g$, not resistance, for a practical reason: conductances of parallel pathways simply add ($g_{\text{total}}=\sum_i g_i$), and a membrane is many ion channels in parallel. "More open channels" = "more conductance" = "more current for the same voltage." Every ionic current you'll meet has the form $I=g\,(V-E)$ — Ohm's law with the battery $E$ subtracted off (Part V).

Capacitance

$C=Q/V$

A capacitor is two conductors separated by an insulator; it stores charge $Q=CV$ and energy $U=\tfrac12 CV^2$. Its current depends on the rate of voltage change: $I_C=C\,\dfrac{dV}{dt}$. No charge crosses the gap — current "through" a capacitor is charge piling up on one plate and leaving the other.

The membrane is a capacitor

The lipid bilayer is a $\sim$5 nm insulating sheet with conducting salt water on both sides — a parallel-plate capacitor, $C_m\approx1\ \mu\text{F/cm}^2$. Charging it (moving ions onto the inner face) is changing the membrane potential. That capacitive current $C_m\,dV/dt$ is the left-hand side of every neuron model.

The RC circuit & the time constant $\tau=RC$

Resistor and capacitor together

Charge a capacitor through a resistor and the voltage relaxes exponentially: $$V(t)=V_\infty+\big(V_0-V_\infty\big)e^{-t/\tau},\qquad \tau=RC.$$ After one $\tau$ it has covered $63\%$ ($1-1/e$) of the gap to its target; after $\sim$5$\tau$ it's essentially there. The resistor sets how fast charge can flow onto the capacitor; the capacitor sets how much charge a given voltage needs.

This is the most important bridge in the whole volume

That equation is identical to the leaky-integrator "membrane equation" $\tau\,dV/dt=-(V-V_\infty)$ from Volume I, Part VI — because they are the same circuit. A patch of membrane is a resistor (open channels) in parallel with a capacitor (the bilayer), and $\tau_m=R_mC_m$ is the membrane time constant, $\sim$10–20 ms. A neuron at rest is an RC circuit. The leaky integrate-and-fire neuron is this RC circuit plus a threshold-and-reset rule.

Dayan & Abbott Ch. 5 · Gerstner Ch. 1 (verify against your edition). Both introduce the membrane this way; the "passive membrane" is nothing more than the RC circuit above. The same $\tau$ recurs as synaptic and adaptation time constants — see Volume I, Part 0's "spot the $\tau$" reflex.
Interactive · RC membrane → integrate-and-fire

A patch of membrane charging through its leak. Set the time constant τ = RC and the injected current, and watch V relax toward its target with the 63%-per-τ shape (teal guides). Flip to Integrate-and-fire to add a threshold and reset — the identical circuit now spikes, and τ together with the drive sets the rate. Below threshold it just charges and sits; that's the whole difference between a passive membrane and a neuron.

membrane potential V(t)

Kirchhoff's laws

Conservation, applied to circuits

Current law (KCL): at any node, currents in = currents out (charge is conserved). Voltage law (KVL): around any loop, the voltage changes sum to zero (energy is conserved). KCL at the membrane is exactly the statement that capacitive current plus all ionic currents equals the injected current — which, rearranged, is the Hodgkin–Huxley equation (Part VII).

IIIThermodynamics & statistical mechanics

Why anything moves on its own at body temperature, and why the answer is always a competition between energy (which wants to be low) and entropy (which wants to be spread out). The Boltzmann factor that drops out of this is the same exponential that runs softmax, the Arrhenius law, and the Nernst equation.

Temperature, energy & entropy

ConceptOne-line meaning
Temperature $T$a measure of the average energy of random motion (in kelvin)
Internal energy $U$total microscopic energy of a system
First law$dU=\delta Q-\delta W$ — energy is conserved; heat in minus work out
Entropy $S$$S=k_B\ln\Omega$ — log of the number of microstates ($\Omega$); "spread-out-ness"
Second lawtotal entropy never decreases; isolated systems drift toward more probable (higher-$S$) states
Entropy is counting, not disorder

$S=k_B\ln\Omega$ says entropy is the (log) number of microscopic arrangements consistent with what you can measure. A gradient relaxes and ions mix not because of a "force" but because the mixed state has overwhelmingly more arrangements. This is the physical engine under diffusion (Part IV) and under the entropic "$RT\ln c$" term in the Nernst equation (Part V).

The Boltzmann distribution

The exponential that governs thermal systems

At temperature $T$, the probability of finding a system in a state of energy $E_i$ is $$P_i=\frac{e^{-E_i/k_BT}}{Z},\qquad Z=\sum_j e^{-E_j/k_BT}.$$ $Z$ is the partition function — the normaliser (Volume I, Part 0, step 4) that makes the probabilities sum to 1. Low-energy states are exponentially favoured; raising $T$ flattens the distribution toward uniform.

Boltzmann is softmax

Compare $P_i=e^{-E_i/k_BT}/Z$ with the softmax $\sigma_i=e^{z_i/T}/\sum_j e^{z_j/T}$ (Volume I): they are the same formula, with logits $z_i=-E_i$ and "temperature" $T$ controlling how sharply the largest term dominates. Energy-based models (Hopfield networks, Boltzmann machines) take this literally — a learned energy landscape with a Boltzmann distribution over states. The maximum-entropy distribution at fixed mean and variance is the Gaussian, which is why Gaussians and Boltzmann factors keep meeting.

Interactive · Boltzmann = softmax

The distribution physicists call Boltzmann is the function ML calls softmax — with logits zᵢ = −Eᵢ, and the "temperature" T literally the temperature. Drag T toward 0 and the probability collapses onto the lowest-energy state (a greedy argmax); push it up and the bars flatten toward uniform, the maximum-entropy state. Flip the toggle to read the identical bars in either vocabulary.

Free energy

Energy minus temperature times entropy

At constant temperature a system minimises free energy, not just energy. Helmholtz $F=U-TS$ (constant volume); Gibbs $G=H-TS$ (constant pressure, where $H=U+PV$ is enthalpy). The $-TS$ term is the bribe entropy offers: a state can win by being more spread out even if its energy is higher, and higher $T$ makes that bribe larger.

Why chemists and neuroscientists care

"Spontaneous" means "lowers free energy" ($\Delta G\lt0$), not "lowers energy." This is the quantity that decides which way a reaction runs (Part V), and the balance of the energetic pull of an electric field against the entropic pull of a concentration gradient is exactly what the Nernst equation computes.

Forward pointer to Part V. Set the free-energy change of moving an ion across the membrane to zero and you derive the Nernst equation. Free energy here and the Nernst equation there are one calculation seen from two sides.

Equipartition & thermal noise

Equipartition

In thermal equilibrium, each quadratic degree of freedom carries average energy $\tfrac12 k_BT$. So the scale of every spontaneous fluctuation — a molecule's speed, a membrane's voltage jitter — is set by $k_BT\approx4.3\times10^{-21}\ \text{J}$ at body temperature.

Noise is not optional

Because $k_BT$ is never zero, ion channels open and close stochastically, neurotransmitter arrives in random quanta, and voltages fluctuate (thermal / Johnson–Nyquist noise). This is the physical reason spike trains are variable and why Dayan & Abbott treat responses statistically (Volume I, Part IV) rather than as clean deterministic signals. The randomness is thermodynamic, built in at $37\,^\circ\text{C}$.

IVDiffusion & transport

How things move when nothing is pushing them in particular — the large-scale consequence of countless random thermal kicks. Diffusion sets up the ionic gradients that the whole rest of the volume lives off, and its mathematics is the heat equation and the Gaussian wearing lab coats.

The random walk

$\langle x^2\rangle = 2Dt$ — the signature of diffusion

A particle taking independent random steps has mean position zero (it doesn't drift), but its mean-squared displacement grows linearly in time: in 1D, $\langle x^2\rangle=2Dt$, where $D$ is the diffusion coefficient. So the typical distance travelled scales as $\sqrt{t}$, not $t$ — diffusion is slow over long distances. Doubling how far you need to go takes four times as long.

Why diffusion forces neurons to be small (and to use spikes)

The $\sqrt{t}$ law is why cells are microns wide: diffusion is fast across a membrane but hopelessly slow down a metre-long axon. Nature's fix is the action potential — an actively regenerated electrical wave (Parts VI–VII) that carries signals far faster than diffusion ever could.

Volume I, Part IV. A random walk is a sum of independent steps, so by the central limit theorem its position is Gaussian with variance $2Dt$ — and the solution of the diffusion equation from a point source is precisely that spreading Gaussian. Random walk, Gaussian, and diffusion equation are three faces of one fact.

The diffusion equation & Fick's laws

Fick's laws

First law (flux): particles flow down the concentration gradient, $J=-D\,\dfrac{\partial c}{\partial x}$. Second law (evolution): combine that with conservation and $$\frac{\partial c}{\partial t}=D\,\frac{\partial^2 c}{\partial x^2}.$$ This is the heat equation with concentration in place of temperature: a profile smooths out, peaks flatten, the second derivative (curvature) drives the change.

Reading it without solving

The right-hand side is curvature: where the concentration profile is bowed (a peak), $\partial^2 c/\partial x^2\lt0$ and the concentration falls; in a trough it rises. So bumps erode and dips fill — exactly "spread out until flat." Same structure as the Laplacian smoothing you'd meet in image processing.

The Einstein relation

Diffusion and drag are the same molecular kicks

$D=\mu\,k_BT$, where $\mu$ is mobility (drift velocity per unit force). Spelled out for a sphere of radius $r$ in a fluid of viscosity $\eta$ (Stokes–Einstein), $D=\dfrac{k_BT}{6\pi\eta r}$. The same random collisions that make a particle diffuse are the ones that resist its drift — fluctuation and dissipation are two readings of one process, with $k_BT$ setting the scale.

Drift–diffusion (the Nernst–Planck flux)

Diffusion plus a push

If a force also acts (say an electric field on a charged ion), the flux is diffusion plus drift: $$J=-D\,\frac{\partial c}{\partial x}\;+\;\mu\,c\,F_{\text{ext}}.$$ For ions in the membrane field this is the Nernst–Planck equation. Setting the net flux to zero — diffusion exactly balancing electrical drift — is what defines the equilibrium (Nernst) potential in Part V.

Dayan & Abbott / Gerstner, the membrane chapters. Drift–diffusion of ions is the microscopic story under the macroscopic circuit of Part II. The same drift-diffusion equation, applied to a decision variable rather than an ion, is the standard model of reaction times — another place this exact form shows up in the neuroscience literature.
Interactive · random walk → diffusion → Gaussian

600 walkers, each flipping a coin every step to go left or right. Watch the cloud of positions fill in a Gaussian (the central limit theorem at work) whose width grows as √t — double the distance and it takes four times as long. The spread σ² climbs linearly in time: that's ⟨x²⟩ = 2Dt. Add a rightward bias and the whole packet drifts while it spreads — drift-diffusion, the same split as the Nernst–Planck flux above.

trajectories
distribution

VChemistry & electrochemistry

The reactions and equilibria that biology is made of — and, at the end, the single equation (Nernst) that converts a concentration ratio into a voltage. This is the seam where chemistry becomes electricity and the neuron's batteries get their values.

Rate laws & the law of mass action

How fast a reaction goes

The law of mass action: reaction rate is proportional to the product of reactant concentrations. For $A+B\to\text{products}$, rate $=k[A][B]$; the powers (the order) come from how many of each species must meet. At equilibrium forward and backward rates balance, so $K_{\text{eq}}=\dfrac{[\text{products}]}{[\text{reactants}]}=\dfrac{k_f}{k_b}$.

Rate equations are dynamical systems

Write down the rate of change of each concentration and you have a system of coupled ODEs — frequently nonlinear, because a term like $k[A][B]$ is a product of variables. That is precisely the object Strogatz studies. Chemical kinetics and the dynamical-systems machinery of Volume I, Part VII are the same subject; "law of mass action" is just how a chemist writes the vector field.

Arrhenius, temperature & autocatalysis

Arrhenius law

$k=A\,e^{-E_a/RT}$. Reactions speed up with temperature because the fraction of molecules with enough energy to clear the activation barrier $E_a$ is a Boltzmann factor (Part III). The $e^{-E_a/RT}$ here is the same exponential as $P\propto e^{-E/k_BT}$, scaled to a mole — recognise it and you know temperature dependence will be exponential, not linear.

Autocatalysis → oscillations

When a product speeds up its own production, the kinetics become strongly nonlinear and can oscillate rather than settle — concentrations rise and crash in cycles. The Belousov–Zhabotinsky reaction is the famous example: a beaker that changes colour periodically, a chemical clock. It is a limit cycle (Volume I, Part VII) made of molecules.

Chemical potential & Gibbs free energy

The free energy carried by concentration

The chemical potential of a species is $\mu=\mu^\circ+RT\ln a$, where the activity $a\approx$ concentration. The logarithm is the entropy of dilution: spreading the same molecules through more volume lowers their free energy. For a reaction, $\Delta G=\Delta G^\circ+RT\ln Q$ ($Q$ = reaction quotient); at equilibrium $\Delta G=0$, giving $\Delta G^\circ=-RT\ln K$.

This is "why logarithms" again

The $RT\ln(\text{concentration})$ form is the chemistry side of the same coin as Volume I, Part 0's "why logarithms are everywhere": a logarithm is what turns a multiplicative quantity (a concentration ratio) into an additive energy. Hold onto that — the next equation is built entirely out of it.

The Nernst equation

A concentration ratio becomes a voltage

An ion species feels two pulls: diffusion down its concentration gradient, and the electric field. At the equilibrium (Nernst) potential these cancel — set the total free-energy change of moving one ion across to zero ($zFE + RT\ln\frac{[\text{in}]}{[\text{out}]}=0$) and solve: $$E_{\text{ion}}=\frac{RT}{zF}\ln\frac{[\text{ion}]_{\text{out}}}{[\text{ion}]_{\text{in}}}.$$ For a singly-charged cation at body temperature, $E=61.5\ \text{mV}\times\log_{10}\dfrac{[\text{out}]}{[\text{in}]}$. This is where the membrane's "batteries" — $E_K\approx-80$, $E_{\text{Na}}\approx+60\ \text{mV}$ — come from.

Read it physically

$E_{\text{ion}}$ is the voltage at which the electrical and chemical forces on that ion exactly balance, so it has no net tendency to move. Potassium is far more concentrated inside, so its Nernst potential is strongly negative; sodium is concentrated outside, so its potential is positive. Each tenfold change in the ratio shifts the potential by $\sim$61 mV — the thermal-voltage number from Part 0.

Volume I, Part 0 (logarithms) · Part III (free energy). The Nernst equation is free-energy balance plus "why logarithms." It is the most economical demonstration in this volume that the chemistry and the mathematics are the same story.

Goldman–Hodgkin–Katz & reversal potentials

Many ions at once

A real membrane is permeable to several ions, so its resting potential is a permeability-weighted blend of their Nernst potentials — the GHK voltage equation: $$V_m=\frac{RT}{F}\ln\frac{P_K[K]_o+P_{\text{Na}}[\text{Na}]_o+P_{Cl}[Cl]_i}{P_K[K]_i+P_{\text{Na}}[\text{Na}]_i+P_{Cl}[Cl]_o}.$$ (The chloride terms are flipped, inside-over-outside, because it's an anion.) Whichever ion is most permeable drags $V_m$ toward its own Nernst potential.

Reversal potential = the channel's Nernst potential

The reversal potential of a channel is the voltage at which its current reverses direction — and for a single-ion channel that's just its Nernst potential. This is the $E$ in every $I=g(V-E)$ term: above $E$ the ion flows one way, below it the other. At rest, with potassium dominating permeability, $V_m$ sits near $E_K\approx-80$ but is pulled up to $\approx-65\ \text{mV}$ by a trickle of sodium leak.

Dayan & Abbott Ch. 5 · Gerstner Ch. 2 (verify against your edition). The Nernst and GHK potentials are the constants plugged into every conductance-based model. Get these signs straight now and Parts VI–VII stop being a fog of millivolts.
Interactive · Nernst & GHK — concentration to voltage

The dead Arizona Flash simulator, replaced. In Nernst mode set one ion's concentrations — the sliders are logarithmic, so you sweep whole decades and read the ~61 mV/decade slope straight off (and Ca²⁺ with its tiny intracellular level works too). In GHK mode mix three ions and their permeabilities, and watch V_m get dragged toward whichever battery is most permeable. Crank P_Na up and the membrane depolarises — the seed of the spike.

VIBiophysics of the neuron

Where Parts II (circuits), IV (diffusion), and V (electrochemistry) converge into one object. This is the qualitative picture — what the pieces are and how they fit — before Part VII writes the equation. If a single section repays slow reading, it's this one.

The membrane as a capacitor with a leak

Putting Parts II and V together

A patch of membrane is a capacitor (the bilayer, $C_m$) in parallel with conductances (the ion channels, each $g_{\text{ion}}$), and each conductance sits in series with its own battery — the ion's Nernst potential $E_{\text{ion}}$. Conservation of current (KCL) at the membrane reads $$C_m\frac{dV}{dt}=-\sum_{\text{ion}} g_{\text{ion}}\,(V-E_{\text{ion}})+I_{\text{ext}}.$$ With fixed (passive) conductances this is the RC relaxation of Part II. Let the conductances depend on voltage and you have Hodgkin–Huxley (Part VII).

Ionic gradients & the resting potential

Where the gradients come from and what they buy

The Na⁺/K⁺ pump burns ATP to keep sodium high outside and potassium high inside. At rest the membrane is mostly permeable to K⁺, so (by GHK, Part V) $V_m$ sits near $E_K$, pulled up to $\approx-65\ \text{mV}$ by a small sodium leak. The pump doesn't set the voltage directly moment-to-moment — it maintains the gradients; the gradients plus the permeabilities set the voltage. A spike spends those gradients slightly; the pump slowly repays the debt.

The action potential, qualitatively

A regenerative loop, then a brake

Depolarise the membrane past threshold ($\approx-55\ \text{mV}$) and voltage-gated Na⁺ channels open; Na⁺ rushes in, depolarising further, opening more channels — a runaway positive feedback that drives $V$ up toward $E_{\text{Na}}\approx+60\ \text{mV}$ (the upstroke). Two slower processes then end it: Na⁺ channels inactivate and K⁺ channels open, so $V$ falls back toward $E_K$ (the downstroke), often overshooting into a brief hyperpolarisation. The spike is therefore all-or-none (the feedback either ignites or it doesn't) and followed by a refractory period while Na⁺ inactivation recovers.

The whole spike is two gradients and a delay

Strip it to essentials: a fast positive feedback (Na⁺ in, toward $+60$) and a delayed negative feedback (K⁺ out / Na⁺ off, toward $-80$). Fast push, slow brake — the exact recipe for a relaxation oscillation. That's why the same spike shape falls out of two-variable caricatures like FitzHugh–Nagumo (Volume I, Part VII).

Channels & pumps

ProteinWhat it does
Leak channelsalways-open pores; set the resting permeabilities (mostly K⁺)
Voltage-gated channelsopen/close in response to $V$; the Na⁺ and K⁺ ones generate the spike
Selectivity filterthe structure that lets, say, K⁺ through but not Na⁺ — physics of fit and dehydration energy
Na⁺/K⁺ pumpATP-driven; 3 Na⁺ out for 2 K⁺ in (so slightly electrogenic); maintains the gradients
Gating is probabilistic and slow

A single channel is a two-state stochastic switch (open/closed); the smooth conductances of a model are averages over thousands of them. Crucially, gates don't flip instantly — they relax toward a voltage-dependent open probability with their own time constant. That slowness, different for different gates, is the entire secret of the action potential (Part VII).

Synaptic transmission

From spike to chemical to current

An action potential reaching the terminal opens voltage-gated Ca²⁺ channels; Ca²⁺ entry triggers vesicles to fuse and dump neurotransmitter into the cleft; it binds receptors on the next cell, opening ligand-gated channels. The result is a postsynaptic conductance change modelled as $I_{\text{syn}}=g_{\text{syn}}(t)\,(V-E_{\text{syn}})$ — Ohm's law again, with the synapse's own reversal potential. If $E_{\text{syn}}$ is above threshold the input is excitatory (an EPSP); if below rest, inhibitory (an IPSP).

Dayan & Abbott Ch. 5–7 · Gerstner Ch. 3 (verify against your edition). The conductance-based synapse is the input side of every network model; $g_{\text{syn}}(t)$ is typically a kernel you convolve the incoming spikes with — Volume I, Part VIII (convolution and linear filters) in biological dress.

VIIThe Hodgkin–Huxley model

The crown jewel — the 1952 model that turned "how does a neuron fire?" into four coupled differential equations and won a Nobel Prize. Everything in this volume has been assembling its parts. It is also a genuine nonlinear dynamical system, which is where this volume rejoins Strogatz and Volume I.

The full conductance-based equation

Four coupled ODEs

Current conservation across the membrane, with the Na⁺ and K⁺ conductances made voltage-dependent through gating variables: $$C_m\frac{dV}{dt}=I_{\text{ext}}-\underbrace{\bar g_{\text{Na}}\,m^3h\,(V-E_{\text{Na}})}_{\text{sodium}}-\underbrace{\bar g_K\,n^4\,(V-E_K)}_{\text{potassium}}-\underbrace{g_L\,(V-E_L)}_{\text{leak}}.$$ Each ionic term is Ohm's law $g(V-E)$ from Part II, with $E$ the Nernst potential from Part V and the conductance scaled by gate variables. The leak is constant; the other two breathe with voltage.

What the exponents mean

$m^3h$ and $n^4$ aren't curve-fitting decoration: Hodgkin and Huxley read them as the probability that several independent gates are all in the permissive state at once — three activation gates and one inactivation gate for sodium, four activation gates for potassium. Modern structural biology broadly vindicates the picture.

Gating variables & their kinetics

Each gate is a leaky integrator

Every gating variable $x\in\{m,h,n\}$ obeys $$\frac{dx}{dt}=\alpha_x(V)(1-x)-\beta_x(V)\,x=\frac{x_\infty(V)-x}{\tau_x(V)}.$$ That right-hand form is exactly the membrane relaxation $\tau\dot y=-(y-\text{target})$ from Part II and Volume I, Part VI: each gate relaxes exponentially toward a voltage-dependent steady state $x_\infty(V)$ with its own voltage-dependent time constant $\tau_x(V)$. Spot the $\tau$, know the shape.

The timescales are the trick

$m$ is fast (sodium activates almost instantly), while $h$ and $n$ are slow. That separation — fast positive feedback through $m$, delayed negative feedback through $h$ and $n$ — is what makes the system excitable rather than merely relaxing. The whole spike lives in the gap between the fast and slow time constants.

How the gates build a spike

The sequence, in the variables

At rest $m\approx0$ (Na closed), $h\approx1$ (Na not yet inactivated), $n$ low. A depolarisation makes $m_\infty$ jump, $m$ rises fast → Na⁺ floods in → $V$ climbs toward $E_{\text{Na}}$. Then the slow gates catch up: $h$ falls (Na inactivates) and $n$ rises (K⁺ opens), so $V$ is dragged back toward $E_K$ and undershoots. Recovery waits on $h$ climbing back — the refractory period.

Strogatz Ch. 8 · Gerstner Ch. 4 · Volume I, Part VII. Exploit the fast/slow split — set $m=m_\infty(V)$ and merge $h$ with $n$ — and the 4D model reduces to a 2D system you can draw in the phase plane: FitzHugh–Nagumo, with its cubic $V$-nullcline. The threshold, the all-or-none spike, and the refractory loop become geometry. Whether a neuron fires at arbitrarily low rates (Type I, a SNIC bifurcation) or jumps to a minimum rate (Type II, a Hopf bifurcation) is read straight off that reduced picture. This is the destination: the physics of this volume and the dynamical-systems mathematics of Volume I meet in one phase portrait.
Interactive · FitzHugh–Nagumo — the spike as geometry

The 2-variable reduction of Hodgkin–Huxley, drawn in its phase plane. The cubic is the v-nullcline, the straight line is the w-nullcline; where they cross is the fixed point (filled = stable rest, open = unstable). Click anywhere in the phase plane to kick the state — land just left of the cubic's middle branch and it slides quietly back; land just right and it takes the long loop out and around: the all-or-none spike, with no threshold written anywhere in the equations. Raise I past the Hopf point and rest goes unstable — tonic firing, a limit cycle you can watch close.

phase plane (v, w)
v(t)

VIIICable theory & dendrites

Real neurons aren't points — they're branched trees, and voltage has to travel along them. Cable theory is what happens when you distribute the RC circuit of Part II through space. Mostly Gerstner Ch. 3 and the spatial half of Dayan & Abbott.

The cable equation

An RC circuit smeared along a wire

Model a dendrite as a long thin tube: current leaks through the membrane and flows axially down the salty core. Write $r_m$ for the membrane resistance of a unit length (units $\Omega\!\cdot\!\text{cm}$ — note it decreases as the cable lengthens, since more membrane means more leak paths in parallel), $c_m$ for the capacitance per length, and $r_i$ for the axial resistance per length of the core ($\Omega/\text{cm}$). Balancing these gives the cable equation $$\lambda^2\,\frac{\partial^2 V}{\partial x^2}=\tau\,\frac{\partial V}{\partial t}+V,$$ with $V$ measured from rest. It is the diffusion equation of Part IV (a $\partial^2/\partial x^2$ term) plus the leak term $V$ that makes the signal decay as it spreads.

Two constants run it

$\tau=r_mc_m$ is the same membrane time constant as ever (how fast each patch charges). $\lambda=\sqrt{r_m/r_i}$ is the new one: the space constant, the natural length scale over which voltage spreads. Fat, well-insulated cables (large $r_m$, small $r_i$) have long $\lambda$ and carry signals far. Sanity-check the units (Part 0): $\tau=r_mc_m$ is $(\Omega\!\cdot\!\text{cm})(\text{F/cm})=\Omega\cdot\text{F}=\text{s}$, and $\lambda=\sqrt{r_m/r_i}$ is $\sqrt{(\Omega\!\cdot\!\text{cm})/(\Omega/\text{cm})}=\text{cm}$ — a time and a length, as they must be.

Space constant & electrotonic spread

Passive signals decay exponentially in space

Inject steady current at one point and the steady-state voltage falls off as $$V(x)=V_0\,e^{-x/\lambda}.$$ One space constant $\lambda$ out, the signal is down to $1/e\approx37\%$ — the spatial twin of the $e^{-t/\tau}$ time decay you already know. Typical $\lambda$ is tens to hundreds of microns, which is why distant synaptic inputs arrive at the soma attenuated and smeared, and why far-flung signalling needs the active regeneration of an action potential rather than passive spread.

Dayan & Abbott Ch. 6 · Gerstner Ch. 3 (verify against your edition). Chop the cable into short segments and each becomes one RC compartment (Part II) coupled to its neighbours by axial resistors — the compartmental models that simulators actually integrate (Volume I, Part VI: Euler stepping). Passive dendrites are Part II's circuit, repeated in space.
Interactive · cable space constant — how far voltage spreads

Inject current at one end of a passive dendrite and the voltage decays exponentially along it: V(x) = V₀ e^(−x/λ). The strip up top is the cable shaded by local voltage; the curve below is the same decay. One space constant λ gets you to 37%, and the signal is essentially gone within a few λ — which is exactly why long dendrites need active channels to boost it along the way. Fatten the fiber or thicken the insulation (raise R_m) and λ grows as a square root: the corrected formula λ = √(a·R_m / 2R_i) is doing the work.

voltage along the cable

IXPopulation & ecological dynamics

A short coda. These aren't neuron physics, but Strogatz leans on them constantly and they're the cleanest examples of the same nonlinear-ODE machinery — and of the law of mass action escaping the chemistry lab. Worth recognising on sight.

Logistic growth

Growth with a ceiling

$\dfrac{dN}{dt}=rN\left(1-\dfrac{N}{K}\right)$: exponential when the population $N$ is small, levelling off as it nears the carrying capacity $K$. The continuous version gives a tidy S-curve; its discrete cousin, the logistic map, period-doubles into chaos (Volume I, Part VII). The same saturating nonlinearity models a firing-rate ceiling.

Lotka–Volterra (predator–prey)

Oscillation from interaction

$\dot x=\alpha x-\beta xy,\quad \dot y=\delta xy-\gamma y$ (prey $x$, predators $y$). The cross terms $xy$ are the law of mass action again — predators and prey "react" when they meet — and they produce sustained cycles: prey boom, predators follow, prey crash, predators starve, repeat. Structurally the same feedback as an autocatalytic chemical oscillator (Part V).

SIR epidemics

Mass action for contagion

$\dot S=-\beta SI,\ \dot I=\beta SI-\gamma I,\ \dot R=\gamma I$ (susceptible, infected, recovered). The $\beta SI$ infection term is, once more, mass action — infection is a "reaction" between an $S$ and an $I$. The epidemic grows only if the basic reproduction number $R_0=\beta S_0/\gamma\gt1$ — a threshold condition with the same flavour as a neuron's firing threshold.

Strogatz, throughout. All three are low-dimensional nonlinear ODEs analysed with the exact tools of Volume I, Part VII — fixed points, stability, bifurcations, thresholds. They're the gentlest place to practise that analysis before turning it on Hodgkin–Huxley.

End of Volume II · from a mass on a spring to a firing neuron · expand any section on request