This chapter isolates the voltage-dependent gate functions used by the classical HH model. Rather than simulating a trace, it plots the equilibrium gate positions and their response speeds across voltage.
For a gate, an opening rate and a closing rate determine both where it settles and how quickly it gets there. Activation gates increase availability with depolarization in their relevant range; inactivation can move in the opposite direction. These curves explain why the same voltage equation can produce a brief spike instead of unbounded depolarization.
For any gate
Here
The example now lives in chapter03.ipynb:
simulate_hh_gating_variables evaluates m_inf, h_inf, n_inf, and
their time constants over a voltage grid, plotted as a six-panel figure.
Compare the left-column steady-state curves with the right-column time
constants. A high
- Inspect the rate functions
alpha_*andbeta_*. - Relate each pair of rates to
$x_\infty$ and$\tau_x$ . - Return to the voltage equation in Chapter 01 and identify each gate's conductance exponent.
Chapter 01 introduces the full HH balance equation. Chapter 04 uses the same rates during numerical integration. Familiarity with exponential functions and first-order relaxation is helpful.
Open chapter03.ipynb in Jupyter, or via the Colab
badge at the top of the notebook, and run all cells top to bottom.