Nervous System
Difficulty: Level 5 — Mastery (cross-domain: biophysics + math + coding) Time limit: 75 minutes Total marks: 60
Instructions: Answer all three questions. Show full working. Use notation for equations. Numerical answers to 3 significant figures unless stated otherwise. Physical constants: , , (body temp) unless told otherwise.
Question 1 — Resting Potential: Nernst, Goldman & Ion Logic (22 marks)
A mammalian neuron at has the following ion concentrations (mM):
| Ion | Inside | Outside |
|---|---|---|
| 140 | 5 | |
| 15 | 145 | |
| 10 | 110 |
(a) State the Nernst equation and explain physically why an equilibrium potential exists for a single permeant ion. (3)
(b) Calculate the Nernst (equilibrium) potential for and for in mV. (4)
(c) Using the Goldman–Hodgkin–Katz (GHK) equation with permeability ratios , compute the resting membrane potential . State the equation you use and take care with the term. (6)
(d) The measured resting potential is about , yet is not equal to . Explain the two structural/functional features (one passive, one active) that account for this discrepancy and for the long-term maintenance of the gradients. (4)
(e) Explain quantitatively why doubling extracellular (5 → 10 mM) shifts , and compute the new . Comment on the clinical relevance to hyperkalemia. (5)
Question 2 — Action Potential & Saltatory Conduction: Modelling (22 marks)
(a) Sketch (labelled axes: mV vs ms) and describe the phases of an action potential: resting, depolarisation, repolarisation, hyperpolarisation. For each phase name the ion channel state responsible. (6)
(b) Explain the molecular basis of the absolute and relative refractory periods and why they enforce unidirectional propagation. (4)
(c) Conduction velocity in unmyelinated axons scales as (diameter), whereas in myelinated axons (linear). A squid giant axon of diameter conducts at (unmyelinated). A myelinated mammalian axon of diameter conducts at . (i) A reflex requires signal transfer over . Compute the conduction time for each axon. (3) (ii) To match the myelinated axon's velocity with an unmyelinated axon of the same base scaling, what diameter would be required? Comment on biological feasibility. (4)
(d) Write pseudocode (or Python) for a simple integrate-and-fire neuron model that increments membrane potential by synaptic input each timestep, fires a spike when , then resets. Include the refractory logic. (5)
Question 3 — Synapse, Reflex Arc & Autonomic Integration (16 marks)
(a) Describe the sequence of events in chemical synaptic transmission from action-potential arrival at the presynaptic terminal to postsynaptic response. Include the role of . (5)
(b) Draw and label the components of a monosynaptic reflex arc (e.g. knee-jerk). Explain why this reflex does not require the brain, and identify which neuron types (sensory/motor/interneuron) are present. (5)
(c) A person is startled. Compare the effects of sympathetic vs parasympathetic activation on: heart rate, pupil diameter, and gut motility. Name the dominant neurotransmitter released at the target organ for each division. (6)
Answer keyMark scheme & solutions
Question 1
(a) (3) Nernst equation: (1). An equilibrium potential exists because ion movement is driven by two opposing forces — the chemical (concentration) gradient and the electrical gradient (1); at the electrical force exactly balances the diffusion force so net flux = 0 (1).
(b) (4) Use ; .
- (2)
- (2)
(c) (6) GHK: (note Cl inverted because ) (2). Numerator: (1). Denominator: (1). (2).
(d) (4) Passive: the membrane is far more permeable to than at rest (leak K channels), so sits near but not at ; the small leak pulls it positive of (2). Active: the -ATPase pumps 3 Na out / 2 K in per ATP, restoring gradients and contributing a small electrogenic hyperpolarising current, maintaining the resting state long-term (2).
(e) (5) depends on the log of the ratio; doubling changes ratio 5/140 → 10/140 (2). (2). becomes less negative (depolarised by ~18.5 mV), moving resting potential toward threshold → increased excitability; in hyperkalemia this causes cardiac arrhythmias / eventual inactivation of Na channels (1).
Question 2
(a) (6) — 1.5 marks per phase (½ description, ½ channel + ½ shape):
- Resting mV: voltage-gated Na/K closed, leak channels set potential.
- Depolarisation: voltage-gated channels open, Na influx, rapid rise to ~+30 mV.
- Repolarisation: Na channels inactivate; voltage-gated channels open, K efflux, potential falls.
- Hyperpolarisation (undershoot): slow K channel closure overshoots below rest, then leak restores. Labelled sketch with mV/ms axes and threshold line (~ mV).
(b) (4) Absolute refractory period: Na channels are inactivated (ball-and-chain), cannot reopen regardless of stimulus (2). Relative refractory period: K channels still open + some Na recovered → larger-than-normal stimulus needed (1). Because the region just fired is refractory, the AP can only propagate forward into un-refractory membrane → unidirectional (1).
(c)(i) (3) Unmyelinated: (1.5). Myelinated: (1.5).
(c)(ii) (4) . (1) → (1) → (1). This is biologically infeasible — an 11.5 mm axon is enormous; myelination achieves high velocity with a 20 µm axon, a ~500× space saving (1).
(d) (5) — award for: increment (1), threshold test (1), spike+reset (1), refractory counter (1), loop structure (1).
def integrate_and_fire(inputs, V_thresh=-55, V_reset=-70, V_rest=-70, refrac=2):
V = V_rest
spikes = []
ref_timer = 0
for t, I in enumerate(inputs):
if ref_timer > 0: # refractory: ignore input
ref_timer -= 1
V = V_reset
continue
V += I # integrate synaptic input
if V >= V_thresh: # fire
spikes.append(t)
V = V_reset # reset
ref_timer = refrac # enter refractory period
return spikesQuestion 3
(a) (5) — 1 mark each: AP reaches terminal → opens voltage-gated channels; influx triggers vesicle fusion with presynaptic membrane; neurotransmitter released by exocytosis into cleft; diffuses and binds receptors on postsynaptic membrane; opens ion channels → EPSP/IPSP; then neurotransmitter removed (reuptake/enzyme degradation).
(b) (5) Components (label any 5): receptor (muscle spindle) → sensory (afferent) neuron → dorsal root → spinal cord (integration centre) → motor (efferent) neuron → effector (muscle) (3). No brain required because integration occurs at the spinal cord synapse — faster, protective (1). Monosynaptic stretch reflex has sensory + motor neurons only (no interneuron); withdrawal reflexes add interneurons (1).
(c) (6) — 1 mark per correct cell:
| Target | Sympathetic | Parasympathetic |
|---|---|---|
| Heart rate | ↑ increase | ↓ decrease |
| Pupil | dilate (mydriasis) | constrict (miosis) |
| Gut motility | ↓ decrease | ↑ increase |
Target-organ neurotransmitter: sympathetic → noradrenaline (norepinephrine) at most targets; parasympathetic → acetylcholine (2 marks for the two transmitters).
[
{"claim":"E_K approx -89.0 mV", "code":"RT_F=8.314*310/96485*1000; E_K=RT_F*log(Rational(5,140)); result = abs(float(E_K)-(-89.0))<0.5"},
{"claim":"E_Na approx +60.6 mV", "code":"RT_F=8.314*310/96485*1000; E_Na=RT_F*log(Rational(145,15)); result = abs(float(E_Na)-60.6)<0.5"},
{"claim":"GHK V_m approx -67.3 mV", "code":"RT_F=8.314*310/96485*1000; num=1*5+0.04*145+0.45*10; den=1*140+0.04*15+0.45*110; Vm=RT_F*log(num/den); result = abs(float(Vm)-(-67.3))<0.6"},
{"claim":"New E_K with 10mM outside approx -70.5 mV", "code":"RT_F=8.314*310/96485*1000; E=RT_F*log(Rational(10,140)); result = abs(float(E)-(-70.5))<0.6"},
{"claim":"Diameter for 120 m/s unmyelinated approx 11520 um", "code":"d=(120/25)**2*500; result = abs(d-11520)<50"}
]