For the growth model \(dy(t)/dt = r y(t) (1- y(t)/N)\) can be discretized into a sequence.
The logistic growth in a discrete time setting: \[ y_{t+1} = y_t + r y_t \left(1 - \frac{y_t}{N}\right)\] where \(y_t\) represents the population at time \(t=1,2,3,\dots\).
\(dy(t)/dt\) is discretized into \(y_{t+1} - y_t\).