Spirit_Seeker_01
Spirit_Seeker_01 1d ago โ€ข 0 views

Printable stability analysis problems using Lyapunov functions for differential equations

Hey everyone! ๐Ÿ‘‹ Differential equations can be a bit tricky, especially when it comes to stability. Lyapunov functions sound super complicated, but they're actually a clever way to figure out if a solution is stable without actually solving the equation. ๐Ÿคฏ I'm always looking for practice problems to really nail down the concepts. Anyone else find stability analysis a little daunting?
๐Ÿงฎ Mathematics
๐Ÿช„

๐Ÿš€ Can't Find Your Exact Topic?

Let our AI Worksheet Generator create custom study notes, online quizzes, and printable PDFs in seconds. 100% Free!

โœจ Generate Custom Content

1 Answers

โœ… Best Answer
User Avatar
joseph664 Dec 27, 2025

๐Ÿ“š Lyapunov Stability: An Overview

Lyapunov stability is a fundamental concept in the study of differential equations, particularly in understanding the long-term behavior of solutions. Instead of directly solving the differential equation, which can be incredibly difficult or impossible, Lyapunov's method uses a scalar function, called a Lyapunov function, to infer the stability of an equilibrium point.

๐Ÿ“œ Historical Context

The concept of Lyapunov stability was pioneered by Aleksandr M. Lyapunov in the late 19th century. His work provided a rigorous mathematical framework for analyzing the stability of dynamical systems, and it remains a cornerstone of control theory, engineering, and various branches of physics and applied mathematics.

๐Ÿ”‘ Key Principles of Lyapunov's Direct Method

  • โš–๏ธ Equilibrium Point: Consider an autonomous system described by the differential equation $\dot{x} = f(x)$, where $x$ is a vector in $\mathbb{R}^n$ and $f$ is a continuous function. An equilibrium point $x_e$ satisfies $f(x_e) = 0$.
  • ๐Ÿ›ก๏ธ Lyapunov Function Candidate: A scalar function $V(x)$ is a Lyapunov function candidate in a neighborhood of the equilibrium point if:
    • ๐Ÿ‘ $V(x)$ is continuously differentiable.
    • โœ… $V(x_e) = 0$.
    • ๐Ÿ“ˆ $V(x) > 0$ for all $x \neq x_e$ in the neighborhood.
  • ๐Ÿ“‰ Lyapunov's Stability Theorem: If, in addition to the above, the derivative of $V(x)$ along the trajectories of the system, denoted by $\dot{V}(x) = \nabla V(x) \cdot f(x)$, satisfies $\dot{V}(x) \leq 0$ in the neighborhood, then the equilibrium point $x_e$ is stable in the sense of Lyapunov. If $\dot{V}(x) < 0$ for all $x \neq x_e$ in the neighborhood, then the equilibrium point is asymptotically stable.
  • ๐ŸŒ Global Stability: If the conditions for Lyapunov stability or asymptotic stability hold for all $x \in \mathbb{R}^n$, then the equilibrium point is globally stable or globally asymptotically stable, respectively.

๐Ÿงช Illustrative Examples

Here are some examples to help solidify understanding of Lyapunov stability analysis. Consider the following system:

$$\dot{x_1} = -x_1 + x_2^2$$ $$\dot{x_2} = -x_2 - x_1x_2$$

Let's analyze the stability of the equilibrium point at the origin (0,0) using Lyapunov functions.

  1. Example 1: Simple Linear System

    Consider the system $\dot{x} = -ax$, where $a > 0$. A Lyapunov function candidate is $V(x) = x^2$. Then, $\dot{V}(x) = 2x\dot{x} = -2ax^2 \leq 0$. Thus, the origin is stable.

  2. Example 2: Damped Oscillator

    Consider the system $\ddot{y} + b\dot{y} + ky = 0$, with $b, k > 0$. This can be written as $\dot{x_1} = x_2$ and $\dot{x_2} = -kx_1 - bx_2$. A Lyapunov function candidate is $V(x_1, x_2) = \frac{1}{2}(kx_1^2 + x_2^2)$. Then, $\dot{V}(x_1, x_2) = kx_1\dot{x_1} + x_2\dot{x_2} = kx_1x_2 + x_2(-kx_1 - bx_2) = -bx_2^2 \leq 0$. Thus, the origin is stable.

  3. Example 3: Nonlinear System

    $\dot{x_1} = -x_1 + x_2^2$, $\dot{x_2} = -x_2 - x_1x_2$. Consider $V(x_1, x_2) = x_1^2 + x_2^2$. Then, $\dot{V}(x_1, x_2) = 2x_1(-x_1 + x_2^2) + 2x_2(-x_2 - x_1x_2) = -2x_1^2 - 2x_2^2 + 2x_1x_2^2 - 2x_1x_2^2 = -2(x_1^2 + x_2^2) < 0$. Thus, the origin is asymptotically stable.

๐Ÿงฎ Practice Problems

Problem System of Equations Suggested Lyapunov Function
1 $\dot{x_1} = -x_1^3$, $\dot{x_2} = -x_2$ $V(x_1, x_2) = x_1^2 + x_2^2$
2 $\dot{x_1} = -x_1 + x_2$, $\dot{x_2} = -x_1 - x_2$ $V(x_1, x_2) = x_1^2 + x_2^2$
3 $\dot{x_1} = -x_1$, $\dot{x_2} = -x_2^3$ $V(x_1, x_2) = x_1^2 + x_2^2$
4 $\dot{x_1} = -x_1^3 + x_2^5$, $\dot{x_2} = -x_2^3$ $V(x_1, x_2) = x_1^2 + x_2^2$
5 $\dot{x_1} = -2x_1 + x_1x_2^2$, $\dot{x_2} = -x_2$ $V(x_1, x_2) = x_1^2 + x_2^2$
6 $\dot{x_1} = -x_1^3$, $\dot{x_2} = -x_2^5$ $V(x_1, x_2) = x_1^4 + x_2^4$
7 $\dot{x_1} = -x_2 - x_1^3$, $\dot{x_2} = x_1 - x_2^3$ $V(x_1, x_2) = x_1^2 + x_2^2$

๐Ÿ’ก Conclusion

Lyapunov's direct method provides a powerful tool for assessing the stability of equilibrium points in differential equations. By cleverly selecting a Lyapunov function candidate and analyzing its derivative along system trajectories, one can infer stability without explicitly solving the equation. Understanding the principles and practicing with examples are crucial for mastering this important concept.

Join the discussion

Please log in to post your answer.

Log In

Earn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! ๐Ÿš€