Synaptic Summation Model
A synaptic summation model explains how excitatory postsynaptic potentials and inhibitory postsynaptic potentials combine at the axon hillock to influence firing. The main question is whether the final membrane potential remains below threshold or rises enough for an action potential to become likely.
This is a simplified quantitative view of neural integration. It keeps the focus on EPSPs, IPSPs, timing, decay, and the final threshold decision rather than on full channel kinetics or detailed compartmental models.
Core definitions and formulas
Each grouped synaptic input contributes a voltage change that depends on its sign, size, weight, and timing. A simple decaying contribution can be written as:
\[
\begin{aligned}
C_i &= s_i \cdot \left(N_i \cdot a_i \cdot w_i\right)\cdot e^{-\left(\frac{t_{\text{readout}}-t_i}{\tau}\right)}
\end{aligned}
\]
Here, \( s_i \) is positive for an EPSP and negative for an IPSP, \( N_i \) is the number of grouped inputs, \( a_i \) is the amplitude per input, \( w_i \) is a simplified synaptic weight, \( t_i \) is the input arrival time, and \( \tau \) is the decay constant.
The net postsynaptic voltage change is the sum of all surviving contributions:
\[
\begin{aligned}
\Delta V_{\text{net}} &= \sum_i C_i
\end{aligned}
\]
The final estimated membrane potential at the trigger zone is then:
\[
\begin{aligned}
V_{\text{final}} &= V_{\text{rest}} + \Delta V_{\text{net}}
\end{aligned}
\]
Threshold is considered reached when
\[
\begin{aligned}
V_{\text{final}} &\geq V_{\text{threshold}}
\end{aligned}
\]
Temporal summation appears when multiple inputs arrive close enough together that earlier inputs have not decayed away. Spatial summation appears when inputs from different synapses combine at the same decision point.
How to interpret results
A larger positive net voltage change means excitation dominates and the membrane moves closer to threshold. A larger inhibitory influence means the final membrane potential stays more negative, making firing less likely.
The most informative outputs are the net postsynaptic voltage change, the final estimated membrane potential, the contribution breakdown, and the threshold decision. The membrane-potential trace is especially helpful because it shows whether the summed response actually crosses the threshold line.
Common pitfalls
- Using IPSP amplitudes as negative numbers when the calculator already applies inhibition as a negative contribution.
- Ignoring the effect of timing, especially when inputs are separated by intervals large enough for strong decay.
- Forgetting that a large count and a large weight together can strongly amplify one grouped input.
- Treating this simplified summation model as a full biophysical neuron model.
Example: if the resting membrane potential is \( -70 \) mV and the net summed change at the readout time is \( +12 \) mV, then
\[
\begin{aligned}
V_{\text{final}} &= -70 + 12 \\
&= -58\ \text{mV}
\end{aligned}
\]
If threshold is \( -55 \) mV, the membrane remains below threshold, so firing would not be predicted in this simplified case.
This tool is useful for learning how excitation and inhibition combine into one threshold decision. More advanced analysis may require membrane time constants, dendritic cable effects, conductance-based synapses, or full action-potential modeling.