Dynamic Behavior

From FBSwiki
Jump to: navigation, search
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 Contents

Dynamic Behavior (pdf, 28Sep12)

  • 1. Solving Differential Equations
  • 2. Qualitative Analysis
  • 3. Stability
  • 4. Lyapunov Stability
  • 5. Parametric and Non-Local Behavior
  • 6. Further Reading
  • Exercises

Lecture Materials

Supplemental Information

Chapter Summary

This chapter introduces the basic concepts and tools of dynamical systems.

  1. We say that math is a solution of a differential equation on the time interval math to math with initial value math if it satisfies

    math
    We will usually assume math. 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 math given the function math.

  2. An equilibrium point for a dynamical system represents a point math such that if math then math for all math. Equilibrium points represent stationary conditions for the dynamics of a system. A limit cycle for a dynamical system is a solution math which is periodic with some period math, so that math for all math.

  3. 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.

  4. 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 math in the plane. This portrait is often augmented by plotting an arrow in the plane corresponding to math, which shows the rate of change of the state. The following diagrams illustrate the basic features of a dynamical systems:

    Doscpp.png Oscpp.png Stablepp.png
    An asymptotically stable equilibrium point at math. A limit cycle of radius one, with an unstable equilibrium point at math. A stable equlibirum point at math (nearby initial conditions stay nearby).

  5. A linear system

    math

    is asymptotically stable if and only if all eigenvalues of math all have strictly negative real part and is unstable if any eigenvalue of math has strictly positive real part. A nonlinear system can be approximated by a linear system around an equilibrium point by using the relationship

    math

    Since math, we can approximate the system by choosing a new state variable math and writing the dynamics as math. The stability of the nonlinear system can be determined in a local neighborhood of the equilibrium point through its linearization.

  6. A Lyapunov function is an energy-like function math that can be used to reason about the stability of an equilibrium point. We define the derivative of math along the trajectory of the system as

    math

    Assuming math and math, the following conditions hold:

    Condition on math Condition on math Stability
    math math for all math math stable
    math math math asymptotically stable

    Stability of limit cycles can also be studied using Lyapunov functions.

  7. The Krasovskii-LaSalle Principle allows one to reason about asymptotic stability even if the time derivative of math is only negative semi-definite (math rather than math). Let math be a positive definite function, math for all math and math, such that

    math on the compact set math.

    Then as math, the trajectory of the system will converge to the largest invariant set inside

    math.

    In particular, if math contains no invariant sets other than math, then 0 is asymptotically stable.

  8. 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.

Additional Exercises

The following exercises cover some of the topics introduced in this chapter.

Frequently Asked Questions

Errata

MATLAB code

The following MATLAB scripts are available for producing figures that appear in this chapter.

See the software page for more information on how to run these scripts.

Additional Information