02. Flows on the line¶
ToC¶
- 02.00. Introduction
- 02.01. A Geometric way of Thinking
- 02.02. Fixed Points and Stability
- 02.03. Population Growth
- 02.04. Linear Stability Analysis
- 02.05. Existence and Uniquness
- 02.06. Impossibility of Oscillations
- 02.07. Potentials
- 02.08. Solving Equations on the Computer
02.00. Introduction¶
general system
simple case
one-dimensinal / first-order system
02.01. A Geometric way of Thinking¶
implies:
fixed point:
- stable
- unstable
02.02. Fixed Points and Stability¶
- phase point: imaginary point
- phase portrait: qualitatively different trajectories
Example 2.2.1¶
Example 2.2.2¶
resistor , capacitor , voltage
let denote the charge on the capacitor at time
Solution
hence
or
Example 2.2.3¶
02.03. Population Growth¶
growth rate
Carrying capacity:
Logistic eq
02.03.01. Critique of the Logistic Model¶
originally, univeral law of growth ([Pearl, 1927][1927_Pearl])
- bacteria, yeast: sigmoid growth curve
- fruit flies, flour beetles: perssistent fluctuation ⇐ age structure, time-delayed effect ([Krebs, 1972][1972_Krebs])
[Pielou 1969], [May 1981], [Edelstein=Keshet 1988], [Murray 2002], [Murray 2003]
02.04. Linear Stability Analysis¶
Let
- : fixed point
is constant
Taylor's expansion:
- : quadratically small term in
linearization about
Example 2.4.1¶
using linear stability analysis:
Solution:
Example 2.4.2¶
using linear stability analysis
Solution:
fixed points ,
,
characteristic time scale is
Example 2.4.3¶
02.05. Existence and Uniquness¶
Example 2.5.1¶
Solution:
Example 2.5.2¶
solutions exist for all time?
Solution:
consider the case where
solved analytically
yeilds
implies
solution exists for , because as
02.06. Impossibility of Oscillations¶
02.06.01. Mechanical Analog: Overdamped Systems¶
can't oscillate limiting case of Newton's law
intertia term is negligible
behave like
02.07. Potentials¶
another way to visualize 1st-order system
potentials is defined by
Example 2.7.1¶
Graph the potential fot the system:
Solution:
general solution:
Example 2.7.2¶
Graph the potential for the system:
identify all equibrium points
Solution:
yeilds
double-well potential
bistable
02.08. Solving Equations on the Computer¶
- graphical
- analytical
- numerical method
numerical intergration
02.08.01. Euler's Method¶
fourth-order Runge-Kutta method
Example 2.8.1¶
Solve the system numerically
Solution: