A drug is administered once every four hours. Let Dt be the amount the drug in blood system at t-th interval. The body eliminates a certain fraction p of the drug during each time interval. If the amount administered is Do find Dt and limit t->infinity Dt.
Basically I am looking for a equation for Dt. which can tell me at given time interval t how much of drug is still left in body.
The model I think is
$$D_t = t*D_0-p*D_0*(t-1)$$
The (t-1) depends on when the withdrawl happens before or after the drug has been administered into the body on any given time interval. If it is after, then the model is $$D_t = t*D_0-p*D_0*t$$