I am trying to understand fully how drug half-life works. So I derived this relationship:
$$\ U_{r} = \frac{1+\ U_{r-1}}{2}$$ Where $\ U_{0}=0$ and r is a set of natural numbers.
My issue to how to deduce a relationship for the sum to infinity:
$$\ S_{\infty}=\lim_{n\to\infty} \sum_{r=1}^n \ U_{r}$$
Consequently I need to get the relationship for $\ S_{\infty}$ if $\ U_{r} = \frac{A+\ U_{r-1}}{2}$ and $\ U_{0}=0$
$U_r=\frac{1}{2}+\frac{U_{r-1}}{2}=\frac{1}{2}+\frac{1}{4}+\frac{U_{r-2}}{4}=\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\frac{U_{r-3}}{8}=...=\sum_{i=1}^{r}\frac{1}{2^i}+\frac{U_0}{2^r}=1-\frac{1}{2^r}$
and hence $\sum_{1}^{n}U_r=n-\sum_1^n\frac{1}{2^r}$