Exponential Decay in Medication: Interpreting Parameters

Medication Dosage 9th-10th Grade
PROBLEM
The milligrams of insulin in a person's body is given by the equation a=900(7/8)^T, where T is the number of hours since the patient took the medication. 1) How much insulin will be in the patient's body after two hours? 2) In the equation what does the 900 tell us about the situation? 3) In the equation what does the 7/8 tell us about the situation?

What You Will Learn

  • How to evaluate exponential decay functions at specific time points
  • How to interpret the initial value parameter in pharmacokinetic models
  • How to understand decay factors and elimination rates in medication contexts
  • How to distinguish between what remains versus what is eliminated each period
  • How exponential models reflect real biological processes in drug metabolism

Visualizing the Decay

the milligrams of insulin in a persons body is given by the equation a=900x(7/8)^T, where T is the number of hours...

Solution: Method 1 — Direct Substitution & Parameter Analysis

This problem has three parts that work together to build understanding of exponential decay in medication. Let's solve each systematically.

Part 1 — Finding insulin level after 2 hours

We need to substitute T = 2 into the given equation.

a = 900(7/8)^T
a = 900(7/8)^2

Calculate the exponent first:

(7/8)^2 = (7/8) × (7/8) = 49/64

Now multiply by the initial dose:

a = 900 × (49/64) = 900 × 49 ÷ 64 = 44,100 ÷ 64 = 689.0625 mg

Part 2 — Interpreting the coefficient 900

The number 900 represents the initial dose of insulin. When T = 0 (the moment the medication is taken), the equation becomes:

a = 900(7/8)^0 = 900 × 1 = 900 mg

This is the amount of insulin immediately present in the patient's body after injection or administration.

Part 3 — Interpreting the base 7/8

The fraction 7/8 is the decay factor or retention factor. It tells us what fraction of the insulin remains in the body after each hour.

Since 7/8 = 0.875, this means:

  • 87.5% of the insulin remains after each hour
  • 12.5% is eliminated from the body each hour (because 1 - 7/8 = 1/8 = 0.125)

The body's elimination rate is 12.5% per hour, which is medically realistic for insulin metabolism.

Solution: Method 2 — Hour-by-Hour Tracking

We can verify our understanding by tracking the insulin level hour by hour, which makes the decay pattern concrete.

Step 1 — Create a tracking table

Starting with 900 mg, apply the 7/8 factor each hour:

Time (hours)CalculationInsulin (mg)
T = 0900 (initial dose)900.00
T = 1900 × (7/8)787.50
T = 2900 × (7/8)²689.06
T = 3900 × (7/8)³602.93

Step 2 — Observe the elimination pattern

Notice that each hour, the amount eliminated gets smaller:

  • Hour 0→1: 900 - 787.5 = 112.5 mg eliminated
  • Hour 1→2: 787.5 - 689.06 = 98.44 mg eliminated
  • Hour 2→3: 689.06 - 602.93 = 86.13 mg eliminated

This is characteristic of exponential decay—the absolute amount eliminated decreases over time, but the percentage eliminated (12.5%) stays constant.

Answer:
1) After 2 hours: 689.06 mg of insulin
2) The 900 represents the initial dose (amount at T=0)
3) The 7/8 means 87.5% remains each hour (12.5% is eliminated each hour)

Verification

Let's verify our answer by checking the 2-hour calculation step by step:

a = 900(7/8)^2
(7/8)^2 = 49/64
49/64 = 0.765625
900 × 0.765625 = 689.0625 mg ✓

We can also verify our parameter interpretations:

  • At T=0: a = 900(7/8)^0 = 900 × 1 = 900 mg ✓
  • Decay check: After 1 hour, a = 900 × 7/8 = 787.5 mg, which is 87.5% of 900 ✓
  • Elimination check: 900 - 787.5 = 112.5 mg, which is 12.5% of 900 ✓

Watch Out For These

✗ Confusing decay factor with elimination rate
Students often think 7/8 means "7/8 of the medication is eliminated each hour." This is backwards. The 7/8 is what remains, so 1/8 = 12.5% is what gets eliminated.
✗ Treating the exponent as multiplication
Writing a = 900(7/8) × 2 = 1575 for T=2 instead of a = 900(7/8)². Remember: the time goes in the exponent, not as a multiplier.
✗ Misunderstanding the initial value
Thinking 900 is the "maximum possible" or "daily dose" rather than the specific amount present at T=0. In pharmacokinetics, this parameter is the actual starting concentration.
Clinical note: In real medical practice, accurate medication calculations are life-critical. Always double-check units, decimal places, and which parameter represents what. A factor-of-10 error in insulin dosing can be fatal.

The Pattern Behind This

This problem follows the general exponential decay model:

A(t) = A₀ × r^t

Where:

  • A(t) = amount remaining at time t
  • A₀ = initial amount (900 mg in our case)
  • r = retention factor per time period (7/8 in our case)
  • t = number of time periods elapsed

The elimination rate is always 1 - r. If you know that 12.5% is eliminated per hour, then the retention factor is 1 - 0.125 = 0.875 = 7/8.

Half-life connection: You can find the half-life by solving 900(7/8)^t = 450, which gives approximately t = 5.3 hours. This means it takes about 5.3 hours for the insulin level to drop to half the initial dose.

How to Spot This Problem Type

Exponential decay in medication dosage problems typically include these signals:

  • "The amount of [drug] in the body..." followed by an exponential equation
  • Equations in the form A = A₀ × b^t where 0 < b < 1
  • "T hours since the patient took..." indicating time since administration
  • Questions about "what does [parameter] represent" — testing interpretation skills
  • Base fractions like 7/8, 3/4, 0.9 — these represent retention factors

These problems appear frequently on nursing exams (NCLEX), pharmacology courses, and applied algebra classes. The same mathematical structure applies to radioactive decay, population decline, and cooling problems.

What If?

1
Different Time Point
Using the same equation a = 900(7/8)^T, how much insulin remains after 4 hours? Round to the nearest milligram.
Step 1 — Substitute T = 4

a = 900(7/8)^4

Step 2 — Calculate (7/8)^4

(7/8)^4 = (7^4)/(8^4) = 2401/4096 ≈ 0.5862

Step 3 — Multiply by initial dose

a = 900 × 0.5862 = 527.6 mg

Step 4 — Round to nearest mg

528 mg remains after 4 hours

Verification

Check: 900 × (2401/4096) = 900 × 2401 ÷ 4096 = 527.6 mg ✓

2
Reverse Problem
If a patient has 600 mg of insulin remaining after 3 hours, what was the initial dose? Use the same decay factor of 7/8 per hour.
Step 1 — Set up the equation

600 = A₀ × (7/8)^3, where A₀ is the unknown initial dose

Step 2 — Calculate (7/8)^3

(7/8)^3 = 343/512 ≈ 0.6699

Step 3 — Solve for A₀

A₀ = 600 ÷ 0.6699 = 895.7 mg

Step 4 — Round appropriately

896 mg was the initial dose

Verification

Check: 896 × (7/8)^3 = 896 × 0.6699 = 600.2 mg ≈ 600 mg ✓

3
Different Decay Rate
A different insulin formulation has a decay factor of 3/4 instead of 7/8. Starting with 900 mg, how much remains after 2 hours? Which formulation eliminates insulin faster?
Step 1 — Apply new decay factor

a = 900 × (3/4)^2

Step 2 — Calculate (3/4)^2

(3/4)^2 = 9/16 = 0.5625

Step 3 — Find amount remaining

a = 900 × 0.5625 = 506.25 mg

Step 4 — Compare formulations

Original (7/8): 689 mg after 2 hours
New (3/4): 506 mg after 2 hours

Answer

506.25 mg remains. The 3/4 formulation eliminates insulin faster (25% vs 12.5% per hour)

4
Finding Half-Life
Using the original equation a = 900(7/8)^T, how long does it take for the insulin level to drop to exactly half of the initial dose (450 mg)?
Step 1 — Set up half-life equation

450 = 900 × (7/8)^T

Step 2 — Simplify

0.5 = (7/8)^T

Step 3 — Take logarithms

ln(0.5) = T × ln(7/8)

Step 4 — Solve for T

T = ln(0.5) ÷ ln(7/8) = -0.6931 ÷ (-0.1335) = 5.19 hours

Verification

Check: 900 × (7/8)^5.19 = 900 × 0.500 = 450 mg ✓

The half-life is approximately 5.2 hours

Frequently Asked Questions

What does the base in an exponential decay model represent?+
The base tells you what fraction of the medication remains each hour. In this problem, 7/8 means that after each hour, 87.5% remains and 12.5% is eliminated. A smaller base means faster elimination.
How do you calculate medication levels at specific times using exponential models?+
Substitute the time value for T in the equation. Here, for T=2 hours: a = 900(7/8)² = 900(49/64) = 689.06 mg. The exponent tells you how many decay periods have passed.
What's the difference between decay rate and decay factor in pharmacokinetics?+
The decay factor is what remains (7/8 = 0.875), while the decay rate is what's eliminated (1/8 = 0.125 = 12.5% per hour). In this problem, the body eliminates 12.5% of remaining insulin each hour.
DN

Dr. Neven Jurkovic

Mathematics educator with expertise in applied algebra and pharmacokinetics modeling

NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-08-29