GLP-1 Dosage Calculator - assumptions and limitations
What this calculator does, what it does not do, and the arithmetic behind every output. Every formula is currently labelled as a placeholder until clinician-reviewed. Read this before using any number with a real medication.
Assumptions
Placeholder formula
Conversions assume mg_per_injection = weekly_mg / doses_per_week with no pharmacokinetic adjustments. Replace with vetted protocol before clinical use.
Steady-state weekly math
Schedule math assumes the chosen interval is followed exactly across a 7-day week. It describes steady-state input only.
U-100 syringe estimate
Insulin-syringe units use the placeholder factor 100 units/mL. Confirm the syringe markings of your specific device.
Vial usage rounds down
Doses per vial floors to whole doses. Days of supply uses full doses only, ignoring partial-dose remainder.
Formulas used
Each output is derived from one of the formulas below. They run client-side, so what you see in the calculator is what the math actually does.
1. Doses per week
doses_per_week = 7 / interval_days2. Mg per injection
mg_per_injection = weekly_mg / doses_per_week3. Volume per dose
volume_mL = mg_per_injection / concentration_mg_per_mL4. Weekly mL
weekly_mL = weekly_mg / concentration_mg_per_mL5. U-100 syringe units (estimate)
units = volume_mL * 1006. Vial volume (mL)
vial_volume_mL = vialSize (when unit = mL) OR vialSize / concentration_mg_per_mL (when unit = mg)7. Doses per vial
doses_per_vial = floor(vial_volume_mL / volume_mL)8. Days of supply
days_of_supply = doses_per_vial * interval_days