52885812
A patient receives a dose of medication every \(6\) hours. Immediately after each dose, the concentration in the blood increases by \(80\,\text{mg/L}\). During each \(6\)-hour interval, the body removes \(40\%\) of the current concentration. At the start of treatment, \(c_0=0\).
a) Write a recursive formula for the concentration \(c_n\) immediately after the \(n\)th dose.
b) Find the limiting concentration immediately after a dose.
Hints
- Determine what percentage remains after the body removes \(40\%\).
- Each new value combines the remaining concentration with a fixed added amount.
- At the limit, two consecutive concentration values are equal.
Solution
1. After a \(6\)-hour interval, \(60\%\) of the previous concentration remains, so the retained amount is \(0.6c_n\).
2. The next dose adds \(80\,\text{mg/L}\). Therefore, \(c_{n+1}=0.6c_n+80\), with \(c_0=0\).
3. If the sequence approaches a limit \(L\), then \(L=0.6L+80\).
4. Solving gives \(0.4L=80\), so \(L=200\).
5. The limiting concentration immediately after a dose is \(200\,\text{mg/L}\).
Answer
a) \(c_0=0\); \(c_{n+1}=0.6c_n+80\)
b) \(200\,\text{mg/L}\)
