Excretory System & Homeostasis
Level 5 (Mastery): Cross-domain Analysis, Modelling & Proof
Time limit: 60 minutes Total marks: 60
Instructions: Answer all THREE questions. Show working for all quantitative parts. Use for mathematical expressions. Calculators/coding pseudocode permitted where indicated.
Question 1 — Clearance, Filtration & the Nephron (20 marks)
Renal clearance for a substance is defined as where = urine concentration, = plasma concentration, = urine flow rate.
A patient produces urine at . Measurements give:
| Substance | Plasma (mg/mL) | Urine (mg/mL) |
|---|---|---|
| Inulin | 0.25 | 26.0 |
| Urea | 0.30 | 18.0 |
| Glucose | 1.00 | 0.00 |
(a) State why inulin clearance equals the Glomerular Filtration Rate (GFR). Link your answer to the processes of filtration, reabsorption and secretion. (4)
(b) Calculate the GFR (inulin clearance) in mL/min. (3)
(c) Calculate urea clearance, and hence the fraction of filtered urea that is reabsorbed. (5)
(d) Explain, referencing the nephron regions involved, why glucose clearance is while its filtration is not, and predict what would happen to glucose clearance if plasma glucose rose above the renal threshold. (4)
(e) Proof/derivation: Show that for any freely filtered, non-secreted, non-reabsorbed solute, clearance is independent of that solute's plasma concentration. State the physiological assumption that makes this true. (4)
Question 2 — Osmoregulation, ADH & Modelling Water Balance (22 marks)
The volume of water reabsorbed in the collecting duct depends on ADH-controlled permeability. Model plasma osmolarity (mOsm/L) response with a simple negative-feedback loop: where for , else ; is the medullary reference and the set-point.
(a) Describe the full osmoreceptor → ADH → collecting-duct pathway that operates after heavy sweating, including where ADH is made, stored and released, and its molecular effect on duct cells (aquaporins). (6)
(b) Take , , , (units consistent). At the steady state () with , derive the algebraic equation the equilibrium osmolarity must satisfy, and show it reduces to a quadratic. Solve for . (7)
(c) Sketch (describe) the stability of this equilibrium: compute at and state whether the feedback is stabilising. (4)
(d) Contrast ADH with aldosterone: for each state the trigger, target, transported substance, and net effect on urine. (5)
Question 3 — Nitrogenous Waste, Energetics & Thermoregulation (18 marks)
(a) Ammonia, urea and uric acid differ in toxicity, water cost and energy cost of synthesis. Complete the reasoning: rank them by (i) toxicity, (ii) water needed for excretion, (iii) ATP cost per nitrogen atom. Justify the trend linking habitat (aquatic fish / mammal / bird-reptile) to waste choice. (6)
(b) The liver's urea cycle costs about ATP equivalents per urea molecule (2 N atoms). A mammal excretes urea/day (molar mass ). Estimate the daily ATP-equivalent cost of urea synthesis, and the number of N atoms detoxified per day. Give an order-of-magnitude comment. (5)
(c) Cross-domain (coding + physics): Body heat balance can be written , where is heat capacity, metabolic heat, heat-loss coefficient. Write pseudocode (Euler method) to simulate over time, and derive the steady-state core temperature . Then explain physiologically which two thermoregulatory mechanisms effectively change and which change . (7)
End of paper
Answer keyMark scheme & solutions
Question 1
(a) (4)
- Inulin is freely filtered at the glomerulus (1).
- It is neither reabsorbed nor secreted in the tubule (1).
- Therefore all inulin appearing in urine came only from filtration (1).
- So the volume of plasma cleared of inulin per minute = volume filtered per minute = GFR (1).
(b) (3)
- Correct substitution (1), arithmetic (1), units mL/min (1). GFR ≈ 125 mL/min (normal).
(c) (5) (2).
- Filtered urea rate mg/min (1).
- Excreted urea rate mg/min (1).
- Fraction reabsorbed (1).
- (Equivalently .)
(d) (4)
- Glucose is freely filtered so filtration ≠ 0 (1).
- In the proximal convoluted tubule it is completely reabsorbed by Na⁺-glucose cotransporters (SGLT) (1); none reaches urine so clearance = 0 (1).
- Above the renal threshold the transporters saturate (transport maximum, ), so excess glucose is excreted → clearance rises from 0 (glycosuria, e.g. diabetes) (1).
(e) (4) For freely filtered, non-secreted, non-reabsorbed solute: amount excreted rate = amount filtered rate: . Then (2).
- This is independent of (1).
- Assumption: filtrate concentration equals plasma concentration (free filtration) and GFR is constant/independent of (1).
Question 2
(a) (6)
- Sweating loses water → plasma osmolarity rises / volume falls (1).
- Osmoreceptors in the hypothalamus detect the rise (1).
- ADH is synthesised in hypothalamus (supraoptic/paraventricular nuclei), stored & released from posterior pituitary (1).
- ADH binds V2 receptors on collecting-duct principal cells (1).
- Triggers insertion of aquaporin-2 channels into the apical membrane (1).
- Water reabsorbed → concentrated (low-volume) urine, osmolarity restored (negative feedback) (1).
(b) (7) Steady state: . Take (absorbed into ) and : Substitute : Let : (quadratic, 3 marks). or . Physical root (): mOsm/L (2). (Reject 270 as it violates the ADH-on branch, 2).
(c) (4) . (2). At : (1). Negative derivative ⇒ perturbations decay ⇒ equilibrium is stable; the feedback is stabilising (1).
(d) (5) (1 each row, max 5)
| ADH | Aldosterone | |
|---|---|---|
| Trigger | ↑ plasma osmolarity / low volume | ↓ Na⁺/blood volume, ↑ K⁺ (renin-angiotensin) |
| Target | collecting duct principal cells | distal tubule / collecting duct |
| Transports | water (via aquaporins) | Na⁺ reabsorbed, K⁺ secreted |
| Net effect on urine | less water, more concentrated | less Na⁺, more K⁺; secondary water retention |
Question 3
(a) (6)
- Toxicity: ammonia > urea > uric acid (2).
- Water needed: ammonia (most) > urea > uric acid (least) (2).
- ATP cost per N: uric acid > urea > ammonia (least) (1).
- Habitat link: aquatic fish excrete ammonia (abundant water dilutes toxicity); terrestrial mammals make urea (water-economy compromise); birds/reptiles excrete uric acid (paste, conserves water, safe in shelled eggs) (1).
(b) (5)
- Moles urea/day mol (1).
- ATP cost mol ATP-equivalents/day (2).
- N atoms: each urea has 2 N ⇒ mol N atoms atoms/day (1).
- Order-of-magnitude comment: ~2 mol ATP/day is small relative to total daily ATP turnover (~tens of mol), so ureagenesis is metabolically affordable (1).
(c) (7) Pseudocode (Euler) (3):
T = T0
dt = 0.1
for step in range(N):
dTdt = (Hgen - k*(T - Tenv)) / C
T = T + dTdt*dt
record(t, T)
Steady state: set : ⇒ (2). Physiology (2):
- Change (heat loss): vasodilation/vasoconstriction of skin vessels; sweating/panting (evaporative loss). (also piloerection, behavioural).
- Change (heat production): shivering thermogenesis and non-shivering (brown fat/metabolic) thermogenesis.
[
{"claim":"Inulin clearance (GFR) = 124.8 mL/min","code":"U,V,P=26.0,1.2,0.25; result = abs(U*V/P - 124.8) < 1e-9"},
{"claim":"Urea fraction reabsorbed approx 0.4231","code":"GFR=124.8; Curea=18.0*1.2/0.30; filt=0.30*GFR; exc=18.0*1.2; frac=(filt-exc)/filt; result = abs(frac-0.42307692307692313) < 1e-6"},
{"claim":"Osmolarity equilibrium Pi*=300 (physical root)","code":"x=symbols('x'); sols=solve(Eq((x-290)*(x-280),200),x); result = 300 in sols and 270 in sols"},
{"claim":"Stability derivative f'(300) = -0.30 < 0","code":"a=0.01; Pi=300; fp=-a*((Pi-280)+(Pi-290)); result = abs(fp+0.30)<1e-9 and fp<0"},
{"claim":"Daily urea ATP cost = 2.0 mol and 0.5 mol urea","code":"mol=30/60; atp=mol*4; result = abs(mol-0.5)<1e-9 and abs(atp-2.0)<1e-9"}
]