Dynamic Behavior
From AMwiki
| Prev: Examples | Chapter 4 - Dynamic Behavior | Next: Linear Systems |
In this chapter we give a broad discussion of the behavior of dynamical systems, focused on systems modeled by nonlinear differential equations. This allows us to discuss equilibrium points, stability, limit cycles and other key concepts of dynamical systems. We also introduce some methods for analyzing global behavior of solutions.
Textbook ContentsDynamic Behavior (pdf, 30Jan08)
|
Lecture MaterialsSupplemental Information
|
Chapter Summary
This chapter introduces the basic concepts and tools of dynamical systems.
-
We say that x(t) is a solution of a differential equation on the time interval t0 to tf with initial value x0 if it satisfies
We will usually assume t0 = 0. For most differential equations we will encounter, there is a unique solution for a given initial condition. Numerical tools such as MATLAB and Mathematica can be used to obtain numerical solutions for x(t) given the function F(x). An equilibrium point for a dynamical system represents a point xe such that if x(0) = xe then x(t) = xe for all t. Equilibrium points represent stationary conditions for the dynamics of a system. A limit cycle for a dynamical system is a solution x(t) which is periodic with some period T, so that x(t + T) = x(t) for all t.
An equilibrium point is (locally) stable if initial conditions that start near an equilibrium point stay near that equilibrium point. A equilibrium point is (locally) asymptotically stable if it is stable and, in addition, the state of the system converges to the equilibrium point as time increases. An equilibrium point is unstable if it is not stable. Similar definitions can be used to define the stability of a limit cycle.
Phase portraits provide a convenient way to understand the behavior of 2-dimensional dynamical systems. A phase portrait is a graphical representation of the dynamics obtained by plotting the state x(t) = (x1(t),x2(t)) in the plane. This portrait is often augmented by plotting an arrow in the plane corresponding to F(x), which shows the rate of change of the state. The following diagrams illustrate the basic features of a dynamical systems:
A linear system
is asymptotically stable if and only if all eigenvalues of A all have strictly negative real part and is unstable if any eigenvalue of $A$ has strictly positive real part. A nonlinear system can be approximated by a linear system around an equilibrium point by using the relationship
Since F(xe) = 0, we can approximate the system by choosing a new state variable z = x − xe and writing the dynamics as
. The stability of the nonlinear system can be determined in a local neighborhood of the equilibrium point through its linearization.
A Lyapunov function is an energy-like function
that can be used to reason about the stability of an equilibrium point. We define the derivative of V along the trajectory of the system as
Assuming xe = 0 and V(0) = 0, the following conditions hold:
Stability of limit cycles can also be studied using Lyapunov functions.Condition on
Condition on
Stability
for all x
xe stable
xe asymptotically stable The Krasovskii-LaSalle Principle allows one to reason about asymptotic stability even if the time derivative of V is only negative semi-definite (
rather than
). Let
be a positive definite function, V(x) > 0 for all
and V(0) = 0, such that
Then as
on the compact set
.
, the trajectory of the system will converge to the largest invariant set inside
In particular, if S contains no invariant sets other than x = 0, then 0 is asymptotically stable.
The global behavior of a nonlinear system refers to dynamics of the system far away from equilibrium points. The region of attraction of an asymptotically stable equilirium point refers to the set of all initial conditions that converge to that equilibrium point. An equilibrium point is said to be globally asymptotically stable if all initial conditions converge to that equilibrium point. Global stability can be checked by finding a Lyapunov function that is globally positive definition with time derivative globally negative definite.
Exercises
Frequently Asked Questions
- FAQ: Does a stable system have a stable equilibrium point? a limit cycle?
- FAQ: How do we choose epsilon in the definition of stability?
- FAQ: How do you plot a 3D phase portrait?
- FAQ: If every equilibrium point can be transformed to the origin and then analyzed using a Lyapunov function, how can a system have both stable and unstable equilibrium points?
- FAQ: Who is Lyapunov?
Errata
- Errata: In Example 4.9, V(x) should be V(z)
- Errata: In Exercise 4.1, tau should be defined as t-t 0
- Errata: In Exercise 4.1, x 0 should not be subtracted from time-shifted solution
- Errata: In Exercise 4.14c, the transformation T and its inverse are swapped
- Errata: In Exercise 4.2, a e should be a
- Errata: In Exercise 4.6, Pm/J should be taken as 1 and factor of 1/2 is misplaced
- Errata: Missing γ in equation (4.9)
- Errata: Solution for x 2j in block diagonal form discussion has sign errors
- Errata: Typo in the caption for Figure 4.15
Additional Information
- Control tutorials for MATLAB (U. Michigan)





