Chapter 1
Chapter 1
Kuang HUANG
January 16, 2024
Department of Mathematics
The Chinese University of Hong Kong
Course webpage
https://www.math.cuhk.edu.hk/course/2324/math3290
Some notations:
Let a0 , a1 , a2 , . . . be a sequence. They represent the values of certain
variable at discrete times 0, 1, 2, . . .
The changes are defined by
∆a0 = a1 − a0 ,
∆a1 = a2 − a1 ,
..
.
∆an = 0.01an .
an+1 − an = 0.01an
or
an+1 = 1.01an .
an+1 = 1.01an n = 0, 1, 2, . . . ,
a0 = 1000.
Remarks:
change_in_amount_owe =interest_incurred
− monthly_payment.
So,
∆bn = 0.01bn − 880.87.
That is
bn+1 − bn = 0.01bn − 880.87.
One can find the number of months needed to pay off the loan.
Plot(a_certain_variable, change, . . . ).
change = Function(a_certain_variable).
∆pn = k pn k > 0.
pn+1 = (1 + k)pn
Remark
Model refinement is an important step.
with p0 = 9.6.
This dynamical system is called nonlinear because the right-hand
side is a nonlinear function.
One can then use this model to predict the population.
p1 = p0 + 0.00082(665 − p0 )p0
= 9.6 + 0.00082(665 − 9.6)9.6
= 14.76.
Suppose your body has an initial dosage of 0.5 mg. The following is
the amount of the drug measured at different time points.
an is the amount of drug at the end of n-th day.
The model is
with a0 = 0.5.
One can use the model to predict future drug amount.
a = f (a).
Assume that the drug is required to remain at a certain level. So, you
need a certain daily dosage.
Assume that a daily dosage of 0.1 mg is used and it is known that
half of the drug remains at the end of each day.
We obtain the model
A: a0 = 0.1,
B: a0 = 0.2,
C: a0 = 0.3.
The fact that 0.2 is a stable equilibrium value (EV) implies that the
drug concentration will remain at 0.2 in the long run.
A: a0 = 90,000,
B: a0 = 100,000,
C: a0 = 110,000.
We have
an+1 = ran + b.
If a is an equilibrium value (EV), then an+1 = an = a. Then
a = ra + b.
Thus, if r 6= 1, then
b
a= .
1−r
Note:
b
an = r n c + ,
1−r
where c is determined by a0 .
b b
Hence, if |r| < 1, an → . If |r| > 1, an moves away from .
1−r 1−r
Then
b
n
ran + b = r r c + +b
1−r
br
= r n+1 c + +b
1−r
br b(1 − r)
= r n+1 c + +
1−r 1−r
n+1 b
=r c+ = an+1 .
1−r
a = f (a).
Let y = an . We obtain
Recall
an+1 − a = (an − a)f 0 (a) + O((an − a)2 )
Assume that an is close to a.
Two cases:
• remain close,
• approach to the equilibrium value (EV),
• or not remain close.
O = On = On+1 , T = Tn = Tn+1 .
O = 0.6 O + 0.3 T,
T = 0.4 O + 0.7 T.
The system has infinitely many solutions, namely, any (O, T) with
4O = 3T is a solution.
O = 3000, T = 4000,
Knowing that 3000 cars will end up in Orlando and 4000 cars will end
up in Tampa, the company can then decide its strategy.
Bn+1 = Bn − 0.1 Fn ,
Fn+1 = Fn − 0.1 Bn .
∆On = k1 On , ∆Hn = k2 Hn ,
∆On = k1 On − k3 On Hn ,
∆Hn = k2 Hn − k4 On Hn .
That is
On+1 = (1 + k1 )On − k3 On Hn ,
Hn+1 = (1 + k2 )Hn − k4 On Hn ,
To find the equilibrium values (EVs) (O, H), we set O = On = On+1 and
H = Hn = Hn+1 ,
O = 1.2O − 0.001OH,
H = 1.3H − 0.002OH.
Then
O=0 or H = 200.
For Case 1 and Case 2, the initial values are close to the equilibrium
value (EV) (150, 200).
For Case 3, the initial value is close to the equilibrium value (EV)
(0, 0).
• If, initially, there are 151 owls and 199 hawks, then the hawks will
die out.
• If, initially, there are 149 owls and 201 hawks, then the owls will
die out.
• If, initially, there are 10 owls and 10 hawks, then the owls will die
out.
• The equilibrium values (EVs) are unstable. If the starting values
are close to an equilibrium value (EV), then the solutions will
move away from the equilibrium value (EV).
• Long-term behavior is sensitive to initial conditions.
• This model predicts that coexistence is impossible.
All figures, tables, and data appearing in the slides are only used for
teaching under guidelines of Fair Use.