How to calculate half how to see volume of distribution and clearance

Checking Date & Time
Reading File
Finding Sources
Finding Sources
Reading File
Reading File
Reading File
Reading File
Loading Image
Here is a complete explanation of all three pharmacokinetic parameters and how they relate to each other.

Pharmacokinetics: Half-Life, Volume of Distribution & Clearance


1. Volume of Distribution (V_d)

Definition: The apparent volume that would be required to contain the total amount of drug in the body at the same concentration as measured in plasma.
Formula:
$$V_d = \frac{\text{Amount of drug in body}}{\text{Plasma concentration (C)}}$$
Or rearranged:
$$V_d = \frac{\text{Dose}}{C_0}$$
where C₀ = plasma concentration at time zero (after IV bolus).
Units: Liters (L) or L/kg body weight
Interpretation:
V_dWhat it means
~0.04 L/kg (≈3 L)Drug stays in plasma (e.g., heparin, large proteins)
~0.2 L/kg (≈14 L)Distributes into extracellular fluid (e.g., aminoglycosides)
~0.6 L/kg (≈42 L)Distributes into total body water (e.g., ethanol)
>1 L/kg (can be 100s of L)Extensive tissue binding; very little in plasma (e.g., digoxin ~7 L/kg, chloroquine)
A large V_d does NOT mean a large physical volume — it means the drug is sequestered in tissues, so plasma concentrations are low relative to the total dose.

2. Clearance (CL)

Definition: The volume of plasma completely cleared of drug per unit time. It measures the efficiency of elimination.
Formula:
$$CL = \frac{\text{Rate of elimination}}{\text{Plasma concentration (C)}}$$
For first-order kinetics, it can be calculated from:
$$CL = \frac{\text{Dose}}{\text{AUC}}$$
where AUC = Area Under the Concentration–Time curve.
Total clearance = sum of organ clearances:
$$CL_{total} = CL_{renal} + CL_{hepatic} + CL_{other}$$
Units: mL/min or L/hr
Key concepts:
  • Clearance is independent of V_d — the two are separate primary parameters
  • For high-extraction drugs (e.g., lidocaine, propranolol): clearance depends mainly on blood flow to the eliminating organ
  • For low-extraction drugs (e.g., warfarin, phenytoin): clearance depends on enzyme activity and protein binding
  • Capacity-limited (zero-order) drugs (e.g., phenytoin, ethanol, aspirin at high doses) have non-constant clearance — the Dose/AUC formula does NOT apply

3. Half-Life (t½)

Definition: The time required for the plasma concentration (or the amount of drug in the body) to decrease by 50% during the elimination phase.
Formula:
$$\boxed{t_{1/2} = \frac{0.693 \times V_d}{CL}}$$
The 0.693 = ln(2), derived from first-order exponential decay.
How to calculate it step by step:
  1. Determine V_d (Dose ÷ C₀, or from published data)
  2. Determine CL (Dose ÷ AUC, or organ clearance data)
  3. Plug into: t½ = (0.693 × V_d) / CL
Alternatively, from the elimination rate constant (K_e):
$$K_e = \frac{CL}{V_d}$$
$$t_{1/2} = \frac{0.693}{K_e}$$
K_e can be measured graphically as the slope of the log(concentration) vs. time plot during the elimination phase.

The Critical Relationship Between All Three

↑ V_d (same CL)→ t½ increases
↑ CL (same V_d)→ t½ decreases
Both ↓ proportionally→ t½ unchanged
This is why half-life alone can be misleading. Example: In chronic renal failure, digoxin has both decreased CL and decreased V_d — so the t½ doesn't change as much as you'd expect from the CL drop alone. — Goldman-Cecil Medicine

Practical Significance of t½

Drug accumulation and elimination curve
Half-lives elapsed% of steady state reached (accumulation)% remaining after stopping
150%50%
275%25%
387.5%12.5%
493.75%~6%
~5>97%<3% (effectively eliminated)
Rule of thumb: It takes ~4–5 half-lives to reach steady state (or to fully eliminate a drug after stopping).

Summary Table

ParameterFormulaWhat it tells you
V_dDose / C₀How widely the drug distributes in body tissues
CLDose / AUCHow efficiently the body eliminates the drug
0.693 × V_d / CLHow long the drug stays active in the body
K_eCL / V_dFractional rate of elimination per unit time

Sources: Katzung's Basic and Clinical Pharmacology, 16th Ed.; Goldman-Cecil Medicine, International Edition

With examples

Finding Sources
Finding Sources
Reading File
Reading File
I now have everything needed for a rich, example-driven explanation. Here it is:

Pharmacokinetics With Worked Examples


1. Volume of Distribution (V_d) — With Examples

$$V_d = \frac{\text{Amount of drug in body (Dose)}}{\text{Plasma concentration (C)}}$$

Worked Example 1 — Basic Calculation

10 mg of drug is given IV. Plasma concentration at time zero = 2 mg/L
$$V_d = \frac{10 \text{ mg}}{2 \text{ mg/L}} = \mathbf{5 \text{ L}}$$
Now if the concentration was only 1 mg/L instead (more tissue binding):
$$V_d = \frac{10 \text{ mg}}{1 \text{ mg/L}} = \mathbf{10 \text{ L}} \quad \leftarrow \text{drug is "hiding" in tissues}$$
Barash's Clinical Anesthesia, 9e

Real Drug Examples

DrugV_d (L/kg)V_d in 70 kg adultMeaning
Heparin~0.06~4 LStays in plasma
Amoxicillin0.47~33 LMostly ECF
Phenytoin0.4–0.8~42 LTotal body water
Carbamazepine1.2~84 LSome tissue binding
Digoxin4–7~350–490 LExtensive tissue (muscle/heart) binding
Chloroquine>200>14,000 LMassive tissue sequestration
Digoxin's V_d of 4–7 L/kg tells us that only a tiny fraction of the total drug is in the plasma at any given time — most is bound to Na⁺/K⁺-ATPase in muscle and cardiac tissue. This is why plasma levels can seem low even with therapeutic dosing, and why dialysis does NOT effectively remove digoxin (you'd have to remove an enormous "apparent volume"). — Rosen's Emergency Medicine

Clinical Use: Loading Dose Calculation

$$\text{Loading Dose} = V_d \times \text{Target Concentration}$$
Phenytoin example (70 kg patient, target level = 10 mg/L):
  • V_d = 0.6 L/kg × 70 kg = 42 L
  • Loading dose = 42 L × 10 mg/L = 420 mg
To bring a subtherapeutic level (5 mg/L) up to 15 mg/L:
  • Dose needed = 0.6 L/kg × 70 kg × (15 − 5 mg/L) = 420 mg
Goldman-Cecil Medicine

2. Clearance (CL) — With Examples

$$CL = \frac{\text{Dose}}{\text{AUC}} \quad \text{(first-order drugs only)}$$

Worked Example 2 — From AUC

500 mg IV dose given. AUC = 100 mg·hr/L
$$CL = \frac{500 \text{ mg}}{100 \text{ mg·hr/L}} = \mathbf{5 \text{ L/hr}} \approx 83 \text{ mL/min}$$

Real Drug Examples

DrugTotal CL (mL/min)Primary routeNotes
Amoxicillin417Renal (86%)Dose-reduce in renal failure
Aspirin (low dose)575–725Hepatic (>95%)High extraction
Phenytoin167HepaticCapacity-limited at high doses
Lithium20–40Renal (95–99%)Mirrors GFR exactly
Carbamazepine50–125HepaticInduces its own metabolism
Digoxin~130Renal (~70%)Reduce dose in renal failure
Goldman-Cecil Medicine, Table 25 Pharmacokinetic Parameters

Zero-Order Exception (Phenytoin, Ethanol, High-dose Aspirin)

At high doses, these drugs saturate their enzymes. Clearance is no longer constant — it falls as concentration rises. This is why a small phenytoin dose increase can cause a disproportionately large rise in blood levels (and toxicity).

3. Half-Life (t½) — With Examples

$$t_{1/2} = \frac{0.693 \times V_d}{CL}$$

Worked Example 3 — Calculate t½ from V_d and CL

Drug: V_d = 42 L, CL = 5 L/hr
$$t_{1/2} = \frac{0.693 \times 42}{5} = \frac{29.1}{5} = \mathbf{5.8 \text{ hours}}$$

Real Drug t½ Comparison

DrugV_d (L) in 70 kgCL (L/hr)Clinical implication
Aspirin~11 L~40 L/hr~15–20 minVery short; must give frequently or as infusion
Amoxicillin~33 L~25 L/hr~1.2 hrDose every 8 hr
Carbamazepine~84 L~5 L/hr~12–17 hrDose twice daily
Lithium~56 L~1.7 L/hr~20–24 hrOnce daily; closely monitor levels
Digoxin~350–490 L~7.5 L/hr~36–48 hrReaches steady state in ~7–10 days
Amiodarone~4,200 Lvariable~40–55 daysEnormous V_d → extremely long t½

Example 4 — Disease Changes t½ (Digoxin in Renal Failure)

In chronic renal failure:
  • CL of digoxin ↓ (less renal excretion)
  • V_d also ↓ (loss of muscle mass = less binding sites)
Both drop proportionally, so:
$$t_{1/2} = \frac{0.693 \times \downarrow V_d}{\downarrow CL}$$
The t½ does not rise as much as expected — because the smaller V_d partially compensates for reduced clearance. This is why digoxin toxicity in renal failure is partly due to lower V_d (more drug stays in plasma), not just reduced clearance. — Katzung, 16th Ed.

Example 5 — Age Changes t½ (Diazepam)

In elderly patients:
  • CL of diazepam → unchanged
  • V_d → increases (more body fat, drug distributes more widely)
$$t_{1/2} = \frac{0.693 \times \uparrow V_d}{\text{CL (same)}} \quad \Rightarrow \quad t_{1/2} \uparrow$$
Diazepam's half-life doubles or triples in the elderly — purely because fat mass increases and V_d expands. This causes sedation to persist much longer. Dose reduction is required. — Katzung, 16th Ed.

4. Half-Life in Practice — Drug Elimination Timeline

Accumulation and elimination curves
Example: A drug with t½ = 6 hours
Time% of drug remaining
6 hr (1 t½)50%
12 hr (2 t½)25%
18 hr (3 t½)12.5%
24 hr (4 t½)6.25%
30 hr (5 t½)~3% → practically eliminated
And during dosing — steady state is reached after ~4–5 half-lives regardless of the dose size or dosing frequency (only the rate of infusion/dose determines the level at steady state, not how fast it's reached).

One-Line Summary

ParameterFormulaMnemonic
V_dDose ÷ C₀"How widely it spreads"
CLDose ÷ AUC"How fast it's cleared"
0.693 × V_d ÷ CL"How long it lasts"
t½ goes UP when V_d is large (drug hides in tissues) or CL is low (poor elimination). t½ goes DOWN when V_d is small or CL is high.
Sources: Katzung's Basic & Clinical Pharmacology 16e; Goldman-Cecil Medicine; Barash's Clinical Anesthesia 9e; Rosen's Emergency Medicine

How to calculate it

Asking for Preferences
Here is a full step-by-step calculation guide for all three — starting from raw data and working through to the final answer.

Step-by-Step Calculations


SCENARIO

A patient receives 500 mg IV bolus of a drug.
  • Plasma concentration at time 0 (C₀) = 10 mg/L
  • AUC (area under concentration-time curve) = 100 mg·hr/L
  • Patient weight = 70 kg

STEP 1 — Calculate Volume of Distribution (V_d)

Formula: $$V_d = \frac{\text{Dose}}{C_0}$$
Plug in: $$V_d = \frac{500 \text{ mg}}{10 \text{ mg/L}}$$
$$\boxed{V_d = 50 \text{ L}}$$
Per kg: $$V_d = \frac{50 \text{ L}}{70 \text{ kg}} = 0.71 \text{ L/kg}$$
Interpretation: 0.71 L/kg → drug distributes into total body water + some tissue binding (similar to lithium or carbamazepine range).

STEP 2 — Calculate Clearance (CL)

Formula: $$CL = \frac{\text{Dose}}{\text{AUC}}$$
Plug in: $$CL = \frac{500 \text{ mg}}{100 \text{ mg·hr/L}}$$
$$\boxed{CL = 5 \text{ L/hr} = 83 \text{ mL/min}}$$
Interpretation: Moderate clearance. For reference — normal renal clearance (creatinine) is ~120 mL/min.

STEP 3 — Calculate Half-Life (t½)

Formula: $$t_{1/2} = \frac{0.693 \times V_d}{CL}$$
Plug in: $$t_{1/2} = \frac{0.693 \times 50 \text{ L}}{5 \text{ L/hr}}$$
$$t_{1/2} = \frac{34.65}{5}$$
$$\boxed{t_{1/2} = 6.93 \text{ hours} \approx 7 \text{ hours}}$$

STEP 4 — Calculate Elimination Rate Constant (K_e)

This is the fractional rate of elimination per hour.
Formula: $$K_e = \frac{CL}{V_d} = \frac{0.693}{t_{1/2}}$$
Plug in: $$K_e = \frac{5 \text{ L/hr}}{50 \text{ L}} = 0.1 \text{ hr}^{-1}$$
Meaning: 10% of the drug remaining in the body is eliminated every hour.

STEP 5 — Verify Using Concentration at Any Time Point

Once you have K_e, you can predict drug concentration at any time:
$$C_t = C_0 \times e^{-K_e \times t}$$
What is the concentration at t = 7 hours?
$$C_7 = 10 \times e^{-0.1 \times 7} = 10 \times e^{-0.7} = 10 \times 0.497$$
$$\boxed{C_7 \approx 5 \text{ mg/L}}$$
That is exactly half of 10 mg/L — confirms t½ = 7 hours. ✓

STEP 6 — Calculate Loading Dose (bonus)

If you need a target concentration of 8 mg/L:
$$\text{Loading Dose} = V_d \times C_{target}$$
$$= 50 \text{ L} \times 8 \text{ mg/L} = \mathbf{400 \text{ mg}}$$

STEP 7 — Predict Drug Elimination Timeline

With t½ = 7 hours, starting at C₀ = 10 mg/L:
Time# of t½Concentration% Remaining
0 hr010 mg/L100%
7 hr15 mg/L50%
14 hr22.5 mg/L25%
21 hr31.25 mg/L12.5%
28 hr40.625 mg/L6.25%
35 hr50.31 mg/L~3% → eliminated

Quick Reference — What You Need to Calculate Each

To findYou needFormula
V_dDose + C₀Dose ÷ C₀
CLDose + AUCDose ÷ AUC
V_d + CL0.693 × V_d ÷ CL
K_eCL + V_dCL ÷ V_d
C at time tC₀ + K_e + timeC₀ × e^(−K_e × t)
Loading doseV_d + target CV_d × C_target

How to Get AUC From a Graph

If you have a plasma concentration vs. time graph, AUC is the area under that curve. It can be calculated by:
  1. Trapezoidal rule — divide the curve into trapezoids, sum the areas
  2. From C₀ and K_e (for one-compartment model):
$$AUC = \frac{C_0}{K_e} = \frac{C_0 \times t_{1/2}}{0.693}$$
Using our example: AUC = 10 ÷ 0.1 = 100 mg·hr/L ✓ — matches the given value.

Give with examples and make timetable

Checking Date & Time
Reading File
Running Command
Running Command
Writing File
Running Command
You've run out of free credits. Sign up for a free account to continue using Orris.
This is a shared conversation. Sign in to Orris to start your own chat.