Antibiotic dosing is only partly about the total amount of drug given. What actually predicts bacterial kill is the shape of the concentration-time curve relative to the organism’s minimum inhibitory concentration, the MIC. This calculator reproduces the three pharmacodynamic indices used in clinical pharmacology and checks whether a proposed regimen reaches its target.
How it works
A one-compartment intravenous model is built from the inputs. The elimination rate constant comes from the half-life, and clearance follows from the volume of distribution:
ke = ln(2) / t_half
CL = ke × Vd
Cmax = (Dose / Vd) × free_fraction
For time-dependent beta-lactams, the time the free drug spends above the MIC within one interval is found by solving the exponential decay curve:
t_above = ln(Cmax_free / MIC) / ke (capped at the interval)
fT>MIC% = 100 × t_above / interval
For concentration-dependent aminoglycosides the index is simply Cmax / MIC. For AUC-dependent quinolones and vancomycin the 24-hour exposure is scaled from the per-interval area:
AUC24 = (Dose / CL) × (24 / interval)
AUC24/MIC = AUC24 / MIC
Which index applies to which drug class?
| Drug class | PK/PD index | Typical target (illustrative) |
|---|---|---|
| Beta-lactams (penicillins, cephalosporins, carbapenems) | fT>MIC | ~40–70% of interval |
| Aminoglycosides (gentamicin, amikacin) | Cmax/MIC | ~8–10 |
| Fluoroquinolones (ciprofloxacin, levofloxacin) | AUC24/MIC | ~125 (Gram-negative) |
| Vancomycin | AUC24/MIC | ~400–600 |
These are representative teaching targets. Clinical guidelines and the specific organism, infection site, and patient population all influence what is actually appropriate — always verify against current authoritative guidance.
Worked example (illustrative)
Consider an illustrative regimen: 4 g of a penicillin IV every 8 hours (interval = 8 h), with a half-life of 1 hour, Vd of 18 L, free fraction of 0.6, and MIC of 4 mg/L.
- ke = ln(2) / 1 ≈ 0.693 h⁻¹
- CL = 0.693 × 18 ≈ 12.5 L/h
- Cmax = (4000 mg / 18 L) × 0.6 ≈ 133 mg/L (free peak)
- t_above = ln(133 / 4) / 0.693 ≈ 5.1 h
- fT>MIC = 5.1 / 8 = 64% — exceeds a 50% target
Doubling the MIC to 8 mg/L drops fT>MIC to around 50%, which explains why extended or continuous infusions are used for organisms with higher MICs: they redistribute the same total dose to maintain drug above the MIC for a greater fraction of the interval.
Limitations to keep in mind
This model assumes an IV bolus and population-average pharmacokinetics. Real patients — especially those in critical illness, with renal impairment, or with altered protein binding — differ substantially. Extended infusions, continuous infusions, and oral bioavailability are not modelled. Use this calculator for education and preliminary exploration, and rely on therapeutic drug monitoring and validated dosing software for clinical decisions.