Problem 51
Question
Adderall is a proprietary combination of amphetamine salts that is used to treat ADHD (AttentionDeficit/Hyperactivity Disorder). The patient takes one pill before \(8 \mathrm{am}\), and the drug has completely entered the blood by \(8 \mathrm{am} .\) At 8 am the blood concentration of the drug is \(33.8 \mathrm{ng} / \mathrm{ml}\). Adderall has first order elimination kinetics with \(7.7 \%\) of the drug being removed from the blood in each hour. The data in this equation are taken from Greenhill et al. (2003). (a) The concentration of drug in the patient's blood \(t\) hours after 8 am is measured to be \(C_{t}\). Write a recursive relation for \(C_{t+1}\) in terms of \(C_{t}\). Assume that the patient takes no other Adderall pills. (b) Solve your recurrence equation to derive an explicit formula for \(C_{t}\) as a function of \(t\). (c) When does the concentration of drug first drop below \(0.1 \mathrm{ng} / \mathrm{ml} ?\)
Step-by-Step Solution
VerifiedKey Concepts
Recursive Relation in Drug Concentration
A recursive relation establishes a link between successive values. Here, it is represented by the equation:
- \[C_{t+1} = C_t \times 0.923\]
Recursive relations are powerful because they break down complex processes into simple, predictable steps. Each step only requires knowledge of the step before it, creating a straightforward way to model change over time. This foundation is essential as it builds up to more comprehensive formulas.
The Explicit Formula for Determining Drug Levels
The explicit formula derived from this scenario is:
- \[C_t = 33.8 \times 0.923^t\]
Using this direct approach, you can plug in any value of \(t\) to find the concentration without needing to manually compute each prior hour's concentration. This feature makes the explicit formula incredibly efficient and useful for scenarios that span extended periods.
Understanding Drug Concentration Dynamics
The initial concentration starts at 33.8 ng/ml. Over time, due to first-order elimination kinetics, the concentration decreases exponentially. First-order kinetics means that the rate of drug elimination is proportional to its current concentration. So, as the drug level decreases, the amount eliminated per unit time reduces, giving an exponential decay in concentration.
- Each hour, 7.7% of the drug is removed, which can also be expressed as 92.3% of the previous amount remaining.
- The concentration after one hour is calculated by:\(C = C_0 \times 0.923\), where \(C_0\) is the initial concentration.