A DTDS consists of…
The updating function describes…
… the CHANGE from one time step to another - NOT the measured value at time T (ie we calculate f(xt), not f(t) ).
solution to a DTDS

linear dtds updating function
xt+1 = f(xt) = rxt + c
where r = rate and c = constant added each time
general fixed point solution
fixed point = a point that satisifies the equation
f(xt) = (xt)
linear dtds fixed point formula
x* = d / (1-r)
where d = amount (constant) added each time and r = rate
linear dtds general solution

cobwebbing algorithm

stability of a fixed point

Newton’s method
