Hello, I have this problem that I can't solve. I am looking for a way, how to plot estimated amount of a drug on a time axis. It's easy to do with the intial first dosage, but I don't know how to account for more dosages.
So, we know: D: Daily drug dosage (example: 25mg) H: Half-life of the drug in the body (example: 35 hours)
The variable: T: Time (example: 10, 20, 30, 40, 50, ... hours)
And from that, I need the equation to calculate: L: Level of drug in the body
I hope the question is clear enough; if not, I can try to clarify.
PS - yes, the ACTUAL level will differ from the estimate, as there is a gazillion of factors involved, but I just want the estimate. :)
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
What have you tried?
How would you model this growth?
I have tried using radioactivity formulas, expressing time as fractions of half-lives. That works excellently for the initial dosage.
The model I think could work is to treat it as a heap of radioactive material, that is being added to every 24 hours, but I am not sure how to build the equation around that.