Cell Physiology/Part 5/5.2 Action Potentials

Part 5 · Chapter 5.2 · Module M5.2

Action Potentials

The Hodgkin-Huxley equations, voltage-gated channel gating, refractoriness, and saltatory conduction

Learning Objectives

  • State and integrate the full Hodgkin-Huxley 4-variable ODE for V, m, h, n.
  • Explain the role of m3h Na+ kinetics and n4 K+ kinetics in action-potential shape.
  • Describe absolute and relative refractoriness and how they arise from h and n dynamics.
  • Apply cable theory to compute conduction velocity and length constant; compare myelinated vs unmyelinated axons.
  • Relate demyelination to slowed conduction and clinical multiple sclerosis.

1.The Hodgkin-Huxley experiments

Between 1949 and 1952, Alan Hodgkin and Andrew Huxley used the voltage clamp technique developed by Kenneth Cole to dissect the currents underlying the action potential of the squid giant axon. A 1-mm diameter axon (from Loligo forbesii) allowed them to thread longitudinal silver wires through the axon interior, pinning Vm to a chosen value while measuring the compensating current.

By replacing external Na+ with choline and using TTX-like protocols (though TTX was characterized later), they decomposed the total current into three components:

  • A transient inward current, rising and falling rapidly, dependent on external Na+.
  • A sustained outward current, rising more slowly, dependent on internal K+.
  • A small, voltage-independent leak current.

Their 1952 paper formalized these currents into a system of four coupled ODEs that could reproduce the action potential with quantitative precision — and won the 1963 Nobel Prize. The model remains the lingua franca of computational neuroscience.

2.The full Hodgkin-Huxley equations

The membrane equation states that the capacitive current equals the negative of the sum of all ionic currents plus any external stimulus:

\[ C_m\,\frac{dV}{dt} = -\!\left[ g_{Na}\,m^3 h\,(V - E_{Na}) + g_K\,n^4\,(V - E_K) + g_L\,(V - E_L) \right] + I_\text{ext} \]

The gating variables m, h, n each obey first-order kinetics:

\[ \frac{dx}{dt} = \alpha_x(V)\,(1-x) - \beta_x(V)\,x \quad x \in \{m,h,n\} \]

Equivalently, \(x\) relaxes toward a voltage-dependent steady state with a voltage-dependent time constant:

\[ \tau_x(V) = \frac{1}{\alpha_x + \beta_x},\qquad x_\infty(V) = \frac{\alpha_x}{\alpha_x + \beta_x} \]

The rate functions (1/ms) for the classical HH squid model, in the modern convention where \(V\) is the membrane potential and resting potential is \(-65\) mV, are:

αm(V) = 0.1 (V + 40) / (1 − exp(−(V + 40)/10))
βm(V) = 4 exp(−(V + 65)/18)
αh(V) = 0.07 exp(−(V + 65)/20)
βh(V) = 1 / (1 + exp(−(V + 35)/10))
αn(V) = 0.01 (V + 55) / (1 − exp(−(V + 55)/10))
βn(V) = 0.125 exp(−(V + 65)/80)

The cubic dependence of Na+ activation on \(m\) and the quartic dependence of K+activation on \(n\) were originally phenomenological fits. We now know they correspond to the four voltage-sensing S4 helices of the tetrameric channel protein — three \(m\) gates plus one \(h\) ball-and-chain inactivation for Na+, and four \(n\) gates for K+.

3.Phases of the action potential

1. Threshold & upstroke

Depolarization to \(\approx -55\) mV rapidly raises \(m\). Since m3h grows much faster than n4, gNa explodes. Positive feedback: Na+ entry depolarizes further, opening more channels. The upstroke rises at \(\sim 500\) V/s.

2. Peak & repolarization

V approaches ENa = +50 mV but never reaches it because (i) h inactivates the Na channel, (ii) n opens the K channel. gK overtakes gNa, driving V back toward EK.

3. Afterhyperpolarization

K+ channels remain open for several ms after V reaches rest. The membrane potential dips to \(\sim -80\) mV, near EK, then returns as n decays.

4. Recovery

Na+ channels return from inactivation as h recovers (τh \(\sim\)1-5 ms at rest). Only now can another AP be fired.

Refractory periods

  • Absolute refractory: h \(\ll\) 1, no stimulus can fire an AP (\(\sim 1\) ms).
  • Relative refractory: elevated threshold because gK is still high and h is partially restored (\(\sim 5\) ms).
  • Frequency cap: sets maximum firing rate around 500-1000 Hz for the fastest neurons.

4.Simulation 1 — Full Hodgkin-Huxley ODE

We integrate the complete HH system with three brief current pulses to demonstrate the all-or-nothing response, the time course of gating variables, and the refractory behavior.

Python
script.py181 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Note how the second pulse at 22 ms arrives during the relative refractory period and may fail to elicit a full-amplitude spike. The phase plane (V, n) reveals the action potential as a closed trajectory in state space — a stable limit cycle in the suprathreshold regime.

5.Molecular structure of voltage-gated channels

Nav channels are \(\sim\)260 kDa single-chain proteins with four homologous domains (DI-DIV), each containing six transmembrane helices S1-S6. The S4 helix in each domain carries four positively charged arginines that sense voltage. Kv channels are true tetramers of four identical subunits.

Activation

Depolarization drives the S4 helix outward; the gating charge (~12 e per channel) translates, pulling open the pore through S4-S5 linkers.

Fast inactivation

The DIII-DIV linker (IFM motif, "hinged lid") swings into the pore mouth within 1 ms, physically occluding it. This is the h gate.

Selectivity filter

K+ channels use a DEKA/TVGYG signature whose backbone carbonyls coordinate dehydrated K+ — 10,000:1 selectivity vs Na+.

Pharmacology

TTX, saxitoxin block Nav from outside; local anesthetics (lidocaine) block from inside. TEA blocks Kv from outside.

MacKinnon's 1998 X-ray structure of KcsA (Nobel 2003) confirmed the HH picture at atomic resolution.

6.Cable theory and conduction

For a long thin axon of radius a, axial resistivity Ri, and membrane properties (Cm, gm), current balance gives the cable equation:

\[ C_m\frac{\partial V}{\partial t} = \frac{a}{2 R_i}\,\frac{\partial^2 V}{\partial x^2} - I_\text{ion}(V,t) + I_\text{ext}(x,t) \]

In the passive sub-threshold regime, this reduces to a diffusion equation with two characteristic scales:

\[ \lambda = \sqrt{\frac{a\,r_m}{2 R_i}} \quad\text{(length constant)}, \qquad \tau_m = r_m C_m \quad\text{(time constant)} \]

For a 1 μm radius axon with typical mammalian parameters, λ \(\sim\)0.5 mm and τm \(\sim\)10 ms. Passive spread of synaptic potentials decays exponentially over one length constant.

Conduction velocity

For a uniformly active (unmyelinated) axon, the velocity of an action potential scales with diameter as

\[ v \propto \sqrt{d} \]

Squid giant axon (\(d \approx 0.5\) mm): \(\sim 25\) m/s. Mammalian C fibers (\(d \approx 1\) μm): \(\sim 1\) m/s. This is why evolution "gigantized" the squid escape axon rather than myelinating it.

7.Saltatory conduction and myelination

Myelin, produced by oligodendrocytes (CNS) or Schwann cells (PNS), is a tightly wrapped sheath that reduces membrane capacitance by 10-100x and leak conductance by 100x per internode. Every 100-200 μm, a 1 μm gap — a node of Ranvier — contains a massive density of Nav1.6 channels (up to 1000/μm2).

The action potential effectively "jumps" from node to node (saltare, to leap). Conduction velocity now scales linearly with diameter:

\[ v \propto d \qquad\text{(myelinated fibers)} \]

Human Aα motor fibers (\(d \approx\) 15 μm) conduct at 100-120 m/s — the fastest action potentials in biology. This is also why myelin is metabolically efficient: Na+/K+ pumping is needed only at nodes.

FiberDiameter (μm)MyelinCV (m/s)Function
13-20Heavy80-120Motor, proprioception
6-12Heavy35-75Touch, pressure
1-5Light5-30Sharp pain, cold
B1-3Light3-15Autonomic preganglionic
C0.4-1.2None0.5-2Slow pain, postganglionic

8.Simulation 2 — Cable equation & saltatory conduction

We discretize a 1 cm axon into 5 μm segments and integrate the cable equation with HH-like active dynamics restricted to (a) every node in a myelinated axon, (b) every segment in an unmyelinated axon, and (c) a demyelinated axon with partial loss of myelin insulation.

Python
script.py195 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

The space-time heat maps show clean internode jumps in the myelinated case and broad, smooth propagation in the unmyelinated axon. Demyelination causes slowed conduction, conduction block, and pattern instability — the electrophysiological signature of multiple sclerosis.

Clinical connections

Multiple sclerosis

Autoimmune demyelination in the CNS. Conduction slows, fails, or becomes intermittent; optic neuritis, pyramidal signs, sensory loss.

Guillain-Barré syndrome

Peripheral demyelination (acute inflammatory polyradiculoneuropathy); ascending flaccid paralysis.

Channelopathies

SCN1A mutations cause Dravet syndrome; SCN9A gain-of-function causes erythromelalgia; SCN9A loss-of-function abolishes pain perception.

Local anesthetics

Lidocaine and bupivacaine are use-dependent Nav blockers: they preferentially bind inactivated channels, thus blocking rapidly firing nociceptors first.

Cardiac long QT

Kv11.1 (hERG) loss-of-function delays ventricular repolarization; predisposes to torsade de pointes.

Epilepsy

Phenytoin, carbamazepine, lamotrigine are Nav blockers that prolong inactivation; valproate also modulates Nav.

Key equations

HH membrane:
\( C_m dV/dt = -g_{Na}m^3h(V-E_{Na}) - g_K n^4(V-E_K) - g_L(V-E_L) + I_\text{ext} \)
Gate kinetics:
\( dx/dt = \alpha_x(V)(1-x) - \beta_x(V) x \)
Cable:
\( C_m \partial_t V = (a/2R_i)\,\partial_x^2 V - I_\text{ion} + I_\text{ext} \)
Length constant:
\( \lambda = \sqrt{a r_m /(2 R_i)} \)
CV scaling:
\( v \propto \sqrt{d}\;\text{(unmyelinated)},\quad v \propto d\;\text{(myelinated)} \)

9.Summary diagram

Action potential: phases and currents+40 mV-65 mV-80 mVThresholdPeak (+40 mV)Na+ influx (m^3 h)K+ efflux (n^4)AfterhyperpolarizationAbsolute refractoryRelative refractorySaltatory conduction jumps from node to node

References

  • • Hodgkin, A. L. & Huxley, A. F. (1952). A quantitative description of membrane current and its application to conduction and excitation in nerve. J. Physiol. 117, 500-544.
  • • Cole, K. S. (1949). Dynamic electrical characteristics of the squid axon membrane. Arch. Sci. Physiol. 3, 253-258.
  • • Rushton, W. A. H. (1951). A theory of the effects of fibre size in medullated nerve. J. Physiol. 115, 101-122.
  • • Doyle, D. A. et al. (1998). The structure of the potassium channel. Science 280, 69-77.
  • • Hille, B. (2001). Ion Channels of Excitable Membranes (3rd ed.). Sinauer.
  • • Waxman, S. G. (2006). Axonal conduction and injury in multiple sclerosis. Nat. Rev. Neurosci. 7, 932-941.
Rate this chapter: