I am trying to get an approximation of this model, it is a negative exponential model introduced by Olson in 1963 "Energy storage and the balance of producers and decomposers in ecological systems". This model basically models the amount of fuel accumulation over t years in a landscape/forest.
$W_t = A(1-e^{-kt})$
$W_{t} = $ Fuel load at time $t$
$A =$ Constant
$k =$ Constant
$t =$ time
So basically I am trying to solve for
$W_{t+1} - W_{t} = A(1-e^{-k(t+1)}) - A(1-e^{-kt})$
I tried using logs and I still cant get a relationship. Is it even possible?
Thanks!