Lecture-Notes-Flows On The Line
Lecture-Notes-Flows On The Line
𝑥 ′ = 𝑓(𝑥, 𝑡)
{ (2)
𝑥(𝑡0 ) = 𝑥0
The solution 𝜑(𝑡0 , 𝑥0 , 𝑡) of the system (1)is referred to as the flow of the
system.
There is fundamental difference between the theory of differential
equations and dynamical systems. In the theory of differential equations,
the objective is to examine the behaviour of individual solutions of
differential equations as a function of the independent variables. In
contrast, the goal of the theory of dynamical systems is to understand the
behaviour of the whole family of solutions of the given dynamical system,
as a function of either initial conditions, or as a function of parameters
arising in the system. So in this chapter and subsequent chapters we will
consider entire sets of solutions, not just a single solution of a system
of differential equations. The modern theory of dynamical systems uses a
lot of geometry; we will encounter this as we go along the course.
At the face of it, this definition may seem difficult to understand, but it
is not.
➢ Here is what is happening here: someone picks an 𝜖. We have to find a
𝛿 (which will depend on 𝜖) such that if we start within a distance of
𝛿 of the given solution, we never wander more than 𝜖 away. Clearly,
the smaller 𝜖 is chosen, the smaller we will have to pick 𝛿, etc..
➢ According to this definition, the solution 𝑦𝑘 can wander, but not
too far. Meaning the solution is stable, it does not move far away
from the equilibrium point.
Definition 2(Asymptotic Stability): Suppose 𝑥̅ is a solution of the
autonomous system. The solution 𝑥̅ is asymptotically stable if it
satisfies two conditions:
i) 𝑥̅ is Lyapunov stable, and
ii) ∃ 𝛿 > 0, such that if |𝑥̅𝑘0 − 𝑦𝑘0 | < 𝛿 then lim | 𝑥̅𝑛 − 𝑦𝑛 | = 0.
𝑛→∞
Example
Find the fixed point(s) of the system 𝑥 ′ = 𝑥.
Solution
The fixed point of this system occurs when 𝑥 ′ = 𝑥 = 0. Which gives 𝑥 ∗ =
0.That is, 𝑓(𝑥 ∗ ) = 0.
Example
Find the fixed point of the system 𝑥 ′ = 𝑓(𝑥) = 𝑥 2 − 1, and classify them in
terms of their stability.
Solution
𝑥 ′ = 𝑓(𝑥) = 0 means 𝑥 2 − 1 = 0, which means that fixed points are 𝑥 ∗ = ±1
To classify this point, we first sketch the graph of 𝑥 2 − 1 and then sketch
the vector fields (direction of the trajectories) near the fixed points. To
do this, we examine the signs of 𝑥 2 − 1 near the fixed points 𝑥 ∗ = ±1.
𝑥∗
So, we conclude that since the directions are moving away from the fixed
point 𝑥 ∗ , the fixed point is unstable.
Note: We have been able to classify this fixed point without even knowing
its value,
Practice Problems
Use the method we used above to classify the following systems.
1) 𝑥 ′ = −𝑥 3
2) 𝑥 ′ = 𝑥 3
3) 𝑥 ′ = 𝑥 2
Linear Stability
You might have or learned about something called Taylor series in Calculus.
It is an expansion of a real valued function 𝑓(𝑥) about a certain point,
let us call it 𝑥 = 𝑎, and is given by
We will not go into details about the proof of this expansion (it is
studied in details in Advanced Calculus), but we are going to apply it in
our introduction of linear stability of a one dimensional system of
differential equation.
𝑑 𝑑 𝑑
𝜂′ = 𝑑𝑡 (𝑥 − 𝑥 ∗ ) = 𝑑𝑡 (𝑥) − 𝑑𝑡 (𝑥 ∗ ).
𝑑
But 𝑥 ∗ is a point (a fixed point), therefore (𝑥 ∗ ) = 0, meaning
𝑑𝑡
𝑑 𝑑
𝜂′ = 𝑑𝑡 (𝑥 − 𝑥 ∗ ) = 𝑑𝑡 (𝑥) = 𝑥′
𝜂′ = 𝑥 ′ = 𝑓(𝑥)
Where 𝑂(𝜂2 ) denotes all the successive powers of 𝜂. The term 𝑓(𝑥 ∗ ) = 0
since 𝑥 ∗ is a fixed point. Hence,
𝑓(𝜂 + 𝑥 ∗ ) = 𝜂𝑓 ′ (𝑥 ∗ ) + 𝑂(𝜂2 )
Now, from equation (4) we have
If 𝑓′(𝑥 ∗ ) is not zero, the term 𝜂𝑓′(𝑥 ∗ ) dominates the right-hand side of
equation 5 entirely because the terms 𝑂(𝜂2 ) are very small since they are
powers of 𝜂 (which denotes very small perturbations. Therefore, we can
neglect the effect of 𝑂(𝜂2 ) in equation (4) and get
𝜂′ = 𝜂𝑓 ′ (𝑥 ∗ ) (6)
Example
Use linear stability analysis to determine the stability of the system 𝑥 ′ =
sin 𝑥.
Solution
The fixed point occurs when 𝑥 ′ = 𝑓(𝑥) = sin 𝑥 = 0. Which means the fixed
points are the values 𝑥 ∗ = 𝑛𝜋, for 𝑛 ∈ ℤ. Therefore,
1, 𝑛 𝑖𝑠 𝑒𝑣𝑒𝑛
𝑓 ′ (𝑥 ∗ ) = cos 𝑛𝑘 = {
−1, 𝑛 𝑖𝑠 𝑜𝑑𝑑
Practice Problems