Problem 52
Question
Model painkillers that are absorbed into the blood from a slow release pill. Ourmathematical model for the amount, \(a_{t}\), of drug in the blood t hours after the pill is taken must include the amount absorbed from the pill each hour. Our model starts with the word equation. $$ \begin{array}{c} a_{t+1}=a_{t}+\begin{array}{l} \text { amount absorbed } \\ \text { from the pill } \end{array}-\begin{array}{l} \text { amount eliminated } \\ \text { from the blood } \end{array} \end{array} $$ Assume the amount absorbed from the pill between time \(t\) and time \(t+1\) is \(10 \cdot(0.4)^{t}\). (a) The drug has first order elimination kinetics. \(10 \%\) of the drug is eliminated from the blood each hour. Write down the recursion relation for \(a_{t+1}\) in terms of \(a_{t}\) (b) Assuming that \(a_{0}=0\), meaning that no drug is present in the blood initially, calculate the amount of drug present at times \(t=1,2, \ldots, 6\) (c) What is the maximum amount of drug present at any time in this interval? At what time is this maximum amount reached? (d) Use a spreadsheet to calculate the amount of drug present in hourly intervals from \(t=0\) up to \(t=24\). (e) Show when \(t\) is large, the amount of drug present in the blood decreases approximately exponentially with \(t .\) Hint: Plot the values that you computed for \(a_{t}\) against \(t\) on semilogarithmic axes.
Step-by-Step Solution
VerifiedKey Concepts
Recursion Relation
- \[ a_{t+1} = a_{t} + \text{amount absorbed} - \text{amount eliminated}\]
- The absorption from the pill for each hour is given by \(10 \cdot (0.4)^t\), which decreases with time as the pill's impact starts to diminish.
- We also have first-order kinetics for elimination where 10% of the drug, the current amount \(a_{t}\), is eliminated every hour. This is modeled as \(0.1 \times a_t\).
- \[ a_{t+1} = a_t + 10 \cdot (0.4)^t - 0.1 \times a_t \]
Exponential Decay
- This type of decay can be visualized clearly when we plot the logarithm of the drug amount against time.
- When you analyze such a plot (semilogarithmic), even visually, you can often detect an exponential curve if it appears as a straight line.
First-Order Kinetics
- This model is useful because many biological processes, including drug metabolism, naturally tend to follow such a pattern.
- It reflects the reality that the more drug there is, the more gets eliminated, but as the drug amount decreases, so does the absolute amount being eliminated.