Maps: | Flows: |
Discrete time | Continuous time |
Variables change abruptly | Variables change smoothly |
Described by algebraic equations | Described by differential equations |
Complicated dynamics (in 1-D) | Simple dynamics (in 1-D) |
Xn+1 = f(Xn) | dx/dt = f(x) |
Example: Xn+1 = AXn | Example: dx/dt = ax |
Solution: Xn = AnX0
|
Solution: x = x0eat
|
Growth for A >1
Decay for A < 1 |
Growth for a > 0
Decay for a < 0 |
We call this an "orbit" | We call this a "trajectory" |
n --> t, A --> ea | t --> n, a --> loge A |
Spiral point (focus)
if b < 2 (underdamped) |
Radial point (node)
if b > 2 (overdamped) |