dtds Flashcards

1
Q

A DTDS consists of…

A
  1. a quantity whose change is tracked at time t
  2. a time step (ex: days, years - the unit in which t is measured)
  3. an updating function f that describes the change during a single time step [xt+t = f(xt)]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The updating function describes…

A

… the CHANGE from one time step to another - NOT the measured value at time T (ie we calculate f(xt), not f(t) ).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

solution to a DTDS

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

linear dtds updating function

A

xt+1 = f(xt) = rxt + c

where r = rate and c = constant added each time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

general fixed point solution

A

fixed point = a point that satisifies the equation

f(xt) = (xt)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

linear dtds fixed point formula

A

x* = d / (1-r)

where d = amount (constant) added each time and r = rate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

linear dtds general solution

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

cobwebbing algorithm

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

stability of a fixed point

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Newton’s method

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly