Predict the trough concentration Cmin from a measured peak concentration Cmax during therapeutic drug monitoring (TDM): Cmin = Cmax · e^(-kτ), where k = ln2 / t½ and τ is the time from the peak to the next dose. Inputs are the measured peak, the elimination half-life, and the dosing interval. Also reports the fraction of the peak remaining at the trough and the peak-to-trough drop. This tool takes a measured Cmax (the TDM workflow), unlike drug-half-life-dose (which derives C0 from Dose/Vd) and dosing-interval-designer (which outputs a dimensionless peak/trough ratio, not an absolute concentration). Valid for one-compartment first-order elimination with the peak measured post-distribution. Not medical advice.
Execution
Run this tool
Fill in the form, run the tool, and review the result in one place.
Samples
Examples that match this tool
Related
Continue with connected tools and hubs
Result
Ready for a run
Run the tool to preview files, text, structured data, or streamed output here.
Tool usage guide
Learn when to use this tool, what it supports, and how real users apply it.
Key facts
Category
Health
Input types
number
Output type
json
Sample coverage
4
API ready
Yes
Overview
Trough Level Estimator predicts the trough concentration Cmin from a measured peak Cmax, elimination half-life, and time from the peak to the next dose. It uses Cmin = Cmax · e^(-kτ), where k = ln2 / t½, and reports the remaining peak fraction and peak-to-trough drop for a one-compartment, first-order elimination model.
When to use
Estimate a post-dose trough concentration from measured therapeutic drug monitoring results.
Assess how a dosing interval compares with the drug's elimination half-life.
Quantify the fraction of the measured peak remaining and the concentration drop before the next dose.
How it works
1Enter the measured peak concentration Cmax in mg/L.
2Enter the elimination half-life t½ and the time from the peak to the next dose τ, both in hours.
3The tool calculates k = ln2 / t½ and applies Cmin = Cmax · e^(-kτ).
4The JSON result includes Cmin, elimination rate constant k, fraction remaining, peak-to-trough drop, and the calculation method.
Use cases
Therapeutic drug monitoring calculations using a measured post-distribution peak.
Comparing trough depth for different times from peak to the next dose.
Checking concentration retention and peak-to-trough changes in pharmacokinetic exercises.
Examples
1. One half-life from peak to next dose
Clinical pharmacokinetics learner
Background
A measured peak concentration is 15 mg/L, the elimination half-life is 8 hours, and the next dose is 8 hours after the peak.
Problem
Estimate the trough concentration after exactly one half-life.
How to use
Enter cmax = 15, halfLife = 8, tau = 8, and decimalPlaces = 4.