Chapter4
Chapter4
Phase Plane 1
§4.1 Systems of ODEs as Models
Example 1. (Mixing Problem Involving Two Tanks)
Initially, tank T1: 100 gal of pure water,
tank T2: 100 gal of water dissolved 150 lb of fertilizer.
By circulating liquid at a rate of 2 gal/min and stirring the amounts of
fertilizer y1(t) in T1 and y2(t) in T2 change with time t.
How long should we let the liquid circulate so that T1 will contain at least
half as much fertilizer as there will be left in T2?
Step 4. Answer
1
y1 = y2, y1 + y2 = 150 ⇒ y1(t) = 50.
2
−0.04t −0.04t 1
y1 = 75 − 75e = 50 ⇒ e = .
3
ln 3
∴ t= = 27.5.
0.04
See Fig. 78.
Computational Science & Engineering (CSE) T. Jeong
Chapter 4. Systems of ODEs. Phase Plane 3
−λ 1
det(A − λI) =
−0.75 −2 − λ
= λ2 + 2λ + 0.75 = 0
∴ λ = −0.5, − 1.5
[ ] [ ]
2 1
λ1 = −0.5 : x(1) = , λ2 = −1.5 : x(2) = .
−1 −1.5
Hence [ ] [ ]
2 1
y = c1 e−0.5t + c2 e−1.5t
−1 −1.5
and the solution is
y = y1 = 2c1e−0.5t + c2e−1.5t.
Note that
y2 = y1′ = y ′ = −c1e−0.5t − 1.5c2e−1.5t.
y = h(t).
Linear System
′
y1 = a11(t)y1 + · · · + a1n(t)yn + g1(t)
··· (3)
y ′ = a (t)y + · · · + a (t)y + g (t)
n n1 1 nn n n
vector form,
a11 · · · a1n y1 g1
′ .. . . .
.. , y = .. , g = ...
.
y = Ay + g, A = . .
an1 · · · ann yn gn
If g = 0, then this system is homogeneous.
y′ = Ay
If g ̸= 0, then this system is nonhomogeneous.
Notation:
1.
(1) (2) (n)
y1 ··· y1 y1
(1) (2) (n)
y2 ··· y2 y2
Y = [y(1), y(2), · · · , y(n)] = . ... ... ... .
..
yn(1) yn(2) · · · yn(n)
⇐⇒ W = det(Y ) ̸= 0 at any t ∈ I.
3. (Sec. 2.6)
Let y and z be solutions of a second order homogeneous linear ODE.
Then their Wronskian is
y z
W (y, z) = .
y′ z′
(1) ′ (2) ′
Set y = y1 , y ′ = y1 = y2 and z = y1 , z ′ = y1
(1) (1) (2) (2)
= y2 .
Then
[ ] [ ]
(1)
y1 y
y(1) = = ,
(1)
y2 y′
[ ] [ ]
(2)
y1 z
y(2) = =
(2)
y2 z′
and
(1) (2)
y z y1 y 1 (1)
W (y, z) = ′ ′ = (1) (2) = W (y , y(2)).
y z y2 y 2
If we fill the phase plane with trajectories of (2), we obtain the so-called
phase portrait.
Example 1.
Find and graph solutions of the system
[ ]
−3 1
y′ = Ay = y.
1 −3
Example 4. (Center)
A center is a critical point that is enclosed by infinitely many closed trajec-
tories.
Ex. [ ]
0 1
y′ = Ay = y.
−4 0
Substitute y = xeλt, and [ |A −
] λI| = λ 2
+ 4 = 0. [ ]
1 1
λ1 = 2i : x(1) = , λ2 = −2i : x(2) = .
2i −2i
[ ] [ ]
1 1
∴ y = c1 e2it + c2 e−2it
2i −2i
{
y1 = A cos 2t + B sin 2t
⇐⇒
y2 = 2B cos 2t − 2A sin 2t
or
{ ′ {
y1 = y 2 4y1y1′ = 4y1y2
=⇒
y2′ = −4y1 y2y2′ = −4y1y2
=⇒ 4y1y1′ + y2y2′ = 0
2 1 2
=⇒ 2y1 + y2 = const.
2
Note Consider
y′ = Ay.
1. Let λ be a double eigenvalue of A with only one linearly independent
eigenvector x. The system has a solution
y(1) = xeλt.
One gets another (linearly independent) solution from
y(2) = xteλt + ueλt.
2. Let λ be a triple eigenvalue of A with only one linearly independent
eigenvector x. The system has a solution
y(1) = xeλt.
One gets another two (linearly independent) solutions from
y(2) = xteλt + ueλt,
1
y(3) = xt2eλt + uteλt + veλt.
2
Note
(a) q > 0, △ ≥ 0 → λ1, λ2 > 0 or λ1, λ2 < 0 : Node.
(b) q < 0(→ △ > 0) → if λ1 < λ2, λ1 < 0 < λ2: Saddle point.
√
(c) p = 0, q > 0(→ △ < 0) → λ1, λ2 = ± qi : Center.
√
(d) p ̸= 0, △ < 0 → λ1, λ2 = (p ± i −∆)/2 : Spiral point.
Definition
1. A critical point P0 of (1) is called stable if all trajectories of (1) that
at some instant are close to P0 remain close to P0 at all future times.
2. P0 is called unstable if P0 is not stable.
3. P0 is called stable and attractive (or asymptotically stable)if P0
is stable and every trajectory that has a point in Dδ approaches as t → ∞.
Note
(a) p < 0, q > 0 → λ1, λ2 < 0 or Re λ1, Re λ2 < 0
: stable and attractive.
(b) p ≤ 0, q > 0 → λ1, λ2 < 0 or Re λ1, Re λ2 ≤ 0 : stable.
(c) p > 0 or q < 0 → ∃λ s.t. λ > 0 or Re λ > 0 : unstable.
{ ′ [ ]
y1 = y2 0 1
′ y′ = Ay = y.
y2 = −ky1, −k 0
p = 0, q = k > 0, ∆ = −4k < 0
or
1 k
ky1y1′ + y2y2′ = 0 ⇒ y12 + y22 = const.
2 2
Hence the critical points (2nπ, 0) are all centers and stable.
{ ′ [ ]
y1 = y2 0 1
′ y′ = Ay = y
y2 = ky1, k 0
p = 0, q = −k < 0, ∆ = 4k > 0
or ky1y1′ − y2y2′ = 0 ⇒ k2 y12 − 12 y22 = const.
Hence the critical points ((2n + 1)π, 0) are all saddle points and unstable.