-
-
home
-
-
PDF (letter size)
Notes on Using Morse function in dynamics
February 21, 2020 Compiled on January 28, 2024 at 10:20pm
Contents
1 Introduction
Morse function is used as follows. We have set of nonlinear first order ODE’s. We’d like to
determine if the nonlinear system is stable or not at its critical (or equilibrium)
points. This is done by first finding the critical points and then linearizing the
system around each one of these points, since it is much easier to check if the
system is stable or not when it is linear by finding the eigenvalues of the Jacobian
matrix.
But how do we know that behavior of the linear system around the critical points is the
same as the nonlinear system? In other words, if the linearized system is stable at a critical
point, does this mean also the nonlinear is stable? By finding Morse function, called below,
and then by finding the determinant of its Hessian evaluated at each critical point, i.e. , then
if the determinant is not zero, then the critical point is called non-degenerate, which
means the nonlinear system behaves the same as the linear system around the
critical point. So if the linear system says the critical point is stable, we know the
nonlinear system is also stable. But if then the point is called degenerate. In this case,
the nonlinear system is not guaranteed to behave the same was as the linearized
system.
Morse function is basically the first integral at the critical point, and it always come
out having a quadratic form (in the state variables of the system). If all terms in
the quadratic form have positive sign, then the system is stable at the critical
point. If one term in the quadratic form have negative sign, then the system is
unstable there. But this all makes sense only if the point is non-degenerate, so
we should always check the point is non-degenerate before trying to find Morse
function.
To find Morse function, we need to first find what is called the first integral, called below, of
the set of given ODE’s. The first integral normally represents the energy of the system. For
example, the Hamiltonian is a first integral. But in general, it is any function which is
constant along each solution path. To check that a given is a first integral of the system, we
can do this test If the above test fail to give zero then is not a first integral of the set of
ODE’s, and most likely we made mistake in finding it in first place. Also, not all
set of ODE’s have a first integral and it can be hard sometimes to find the first
integral analytically since it involves solving nonlinear set of ODE’s if the system is
nonlinear.
2 Examples
2.1 Example 1 (non linear pendulum)
step 1 convert to state space. Let . Taking derivative w.r.t. gives . Hence step 2 Find first
integral Integrating
Where is the constant of integration. Let .
step 2.1 Verify that the above is indeed first integral by checking that . Hence But . Hence
the above becomes
But since this is the ODE given. Therefore as expected.
step 3 Find critical points by solving
Hence and . Therefore the critical points are
step 4 Find Hessian of at each critical point and determine if the determinant of the Hessian
at each critical point is non-degenerate.
Hence evaluated at is . The determinant of this is . Hence non-degenerate.
evaluated at is . The determinant of this is . Hence non-degenerate.
evaluated at is . The determinant of this is . Hence non-degenerate.
Since at each critical point, then Morse function exist.
step 5 Find Morse function associated with at each critical point.
For : Taylor expansion of around gives But since is critical point. The above
becomes
Since is constant, say , then the above can be written as
Where and are combined into the constant . Since there is no negative term in the
quadratic form above, then the index of the critical point is which means this is stable
critical point.
For : Taylor expansion of around gives But since is critical point. The above
becomes
Since is constant, say , then the above can be written as
Since there is a negative term in the quadratic form above, then the index of this critical
point is which means this is unstable critical point. (index must be zero for stable critical
point)
For : Taylor expansion of around gives But since is critical point. The above
becomes
Since is constant, say , then the above can be written as
Since there is a negative term in the quadratic form above, then the index of this critical
point is which means this is unstable critical point. (index must be zero for stable critical
point)
2.2 Example 2
step 1 step 2 Find first integral Integrating
Where is the constant of integration. Let . The above is also the equation of orbit.
step 2.1 Verify that the above is indeed first integral by checking that . Hence But Hence
the above becomes
But as given. The above becomes
as expected for first integral.
step 3 Find critical points by solving
Therefore the critical points are
step 4 Find Hessian of at each critical point and determine if the determinant of the Hessian
at each critical point is non-degenerate.
Hence evaluated at is . The determinant of this is . Hence non-degenerate.
evaluated at is . The determinant of this is . Hence non-degenerate.
evaluated at is . The determinant of this is . Hence non-degenerate.
Since at each critical point, then Morse function exist.
step 5 Find Morse function associated with at each critical point.
For : Taylor expansion of around gives But since is critical point. The above becomes
Since is constant, say , then the above can be written as
Since there is a negative term in the quadratic form above, then the index of this critical
point is which means this is unstable critical point. It is a saddle. (index must be zero for
stable critical point)
For : Taylor expansion of around gives But since is critical point. The above
becomes
Since is constant, say , then the above can be written as
Since there is no negative term in the quadratic form above, then the index of the critical
point is which means this is stable critical point. (Center node)
For : Taylor expansion of around gives But since is critical point. The above becomes
Since is constant, say , then the above can be written as
Since there is no negative term in the quadratic form above, then the index of the critical
point is which means this is stable critical point. (center node)
2.3 Example 3
step 1 step 2 Find first integral
TO DO.
References
- Lecture notes. Math 5525, Spring 2020. Professor M. Carme Calderer.
- Nonlinear Differential Equations and Dynamical Systems by F.Verhulst.