Training Pharmacokinetics — Compartmental Models & Drug Dosing Two-Compartment Model & Population Pharmacokinetics
2 / 2

Two-Compartment Model & Population Pharmacokinetics

60 min Pharmacokinetics — Compartmental Models & Drug Dosing

Two-Compartment Model & Population Pharmacokinetics

Many drugs (aminoglycosides, vancomycin, lidocaine, digoxin) exhibit a biphasic concentration-time profile after IV bolus, with a rapid distribution phase (α) followed by a slower elimination phase (β). This behaviour is captured by the two-compartment model. Population pharmacokinetics (nonlinear mixed-effects modelling, NONMEM) extends individual PK models to heterogeneous patient populations, enabling Bayesian dose individualisation.

1. Two-Compartment Model — Mass Balance

Central compartment (volume $V_c$, contains plasma + highly perfused organs) and peripheral compartment (volume $V_p$, muscle, fat, connective tissue). Intercompartmental transfer rate constants $k_{12}$ (central→peripheral) and $k_{21}$ (peripheral→central). Elimination occurs only from the central compartment with rate constant $k_{10} = k_e$.

$$\frac{dC_c}{dt} = -(k_{12}+k_{10})C_c + k_{21}C_p \cdot \frac{V_p}{V_c}$$

$$\frac{dC_p}{dt} = k_{12}\frac{V_c}{V_p}C_c - k_{21}C_p$$

After IV bolus of dose $D$, the biexponential solution:

$$C_c(t) = Ae^{-\alpha t} + Be^{-\beta t}$$

2. Macro Rate Constants α and β

The macro rate constants are the eigenvalues of the transfer matrix:

$$\alpha + \beta = k_{12} + k_{21} + k_{10}$$

$$\alpha \cdot \beta = k_{21} \cdot k_{10}$$

Solving: $\alpha = \frac{(k_{12}+k_{21}+k_{10}) + \sqrt{(k_{12}+k_{21}+k_{10})^2 - 4k_{21}k_{10}}}{2}$. The coefficients $A$ and $B$ are obtained from initial conditions:

$$A = \frac{D}{V_c} \cdot \frac{\alpha - k_{21}}{\alpha - \beta}, \qquad B = \frac{D}{V_c} \cdot \frac{k_{21} - \beta}{\alpha - \beta}$$

AUC$_\infty = A/\alpha + B/\beta$. Total clearance: $CL = k_{10} V_c = D/\text{AUC}$.

3. Population Pharmacokinetics — NLME Models

Individual patient PK parameters (e.g., $CL_i$, $V_{d,i}$) vary due to age, weight, renal function, and genetic factors. The NONMEM (nonlinear mixed-effects) model:

$$CL_i = \theta_{CL} \cdot (CRCL_i/80)^{\theta_1} \cdot e^{\eta_{CL,i}}$$

where $\theta_{CL}$ is the population mean clearance (fixed effect), $(CRCL/80)^{\theta_1}$ is the creatinine clearance covariate, and $\eta_{CL,i} \sim N(0,\omega^2)$ is the between-subject random effect (BSV). Residual variability $\varepsilon_{ij} \sim N(0,\sigma^2)$ captures assay error and model misspecification.

4. Bayesian Dose Individualisation

Given a population PK model (prior) and one or two measured drug concentrations (likelihood), Bayesian estimation updates the patient-specific parameter estimates. The MAP (maximum a posteriori) estimate minimises:

$$\text{OFV} = \sum_j \frac{(C_{obs,j} - C_{pred,j})^2}{\sigma^2} + \frac{\hat{\eta}^2}{\omega^2}$$

MAP Bayesian estimation with one vancomycin trough sample reduces the prediction error from ~50% (population prior) to ~15% (individual posterior), enabling precise AUC-guided dosing per the ASHP/IDSA 2020 vancomycin consensus guidelines.

Worked Example — Two-Compartment Parameters

From IV bolus: $C_c(t) = 8e^{-1.2t} + 2e^{-0.15t}$ (mg/L, t in hours). $\alpha = 1.2$ h$^{-1}$, $\beta = 0.15$ h$^{-1}$, $A = 8$, $B = 2$. $AUC = 8/1.2 + 2/0.15 = 6.67 + 13.33 = 20.0$ mg·h/L. If $D = 500$ mg: $V_c = D/(A+B) = 500/10 = 50$ L. $CL = D/AUC = 500/20 = 25$ L/h. $k_{10} = CL/V_c = 25/50 = 0.5$ h$^{-1}$. From $\alpha\beta = k_{21}k_{10}$: $k_{21} = 1.2\times0.15/0.5 = 0.36$ h$^{-1}$. $k_{12} = \alpha+\beta-k_{21}-k_{10} = 1.35-0.36-0.5 = 0.49$ h$^{-1}$. ✓

Two-Compartment PK Model — Biexponential Profile
C₀ = D/Vc =?mg/L
AUC =?mg·h/L
α (fast) =?h⁻¹
β (slow) =?h⁻¹

Practice Problems

1. A drug gives $C(t) = 12e^{-2.0t} + 4e^{-0.12t}$ mg/L after a 600 mg IV bolus. Identify $\alpha$, $\beta$, $A$, $B$. Compute $V_c$, $V_p$ (using $V_p = k_{12}V_c/k_{21}$), $CL$, and total $V_d = V_c + V_p$.
2. Explain why the α-phase half-life does not represent drug elimination but rather distribution. Sketch $\ln C$ vs $t$ and show how graphical residual subtraction (feathering) can estimate $A$, $B$, $\alpha$, $\beta$ from a log-linear concentration-time plot.
3. A population PK model for gentamicin gives $\theta_{CL} = 0.06 \times CRCL$ (L/h), $\omega_{CL} = 0.35$ (30-50% BSV). A patient has CRCL = 40 mL/min. A trough concentration of 0.8 mg/L (expected 1.0 mg/L) is measured. Describe the Bayesian update and whether the dose should be changed.