This is probably a silly / stupid question, but I'm still gonna ask it : if I have an initial start value at Time 0 (which is in my case always 1.0) and a rate of growth, how do I figure out the increase between Time1 and Time2 ?
feedback
|
|
Tn = T1 + 0.5 (rate of growth)^2 Dose this make sense? The last term one half of the square of the rate of growth. Thus the difference between the time periods is diff(Tn - T1) = 0.5 (rate of growth)^2 | |||
|
feedback
|
|
increase = value at time2 - value at time1. Seems simple, is simple. The value is equal to T0*(rate of growth)^Ti, where Ti is your time. | |||
|
feedback
|
|
If i understand correctly:
| |||
|
feedback
|
|
If you assume a relative rate of growth
(already incorporated
while the relative increase is given by
| |||
|
feedback
|