Which Lyapunov function should I choose to show the stability (or instability) of equilibrium points? With $k>0$, $K>0$, $\delta >0$. The system is Hurwitz (asymptotically stable) when $k>K$. Standard quadratic Lyapunov function \begin{equation} V(x_1,x_2,x_3,x_4) = \frac{k(x_1-x_2)^2}{2}+\frac{x_3^2}{2}+\frac{x_4^2}{2}-\frac{K(x_1-x_2)^2}{2} \end{equation} does not work. Linearized system \begin{equation} \begin{cases} \dot{x}_1=x_3,\\ \dot{x}_2=x_4,\\ \dot{x}_3=-k(x_1-x_2)-K x_2,\\ \dot{x}_4=k(x_1-x_2)-\delta x_4, \end{cases} \end{equation} gives \begin{equation} A = \begin{pmatrix} 0& 0& 1& 0\\ 0& 0& 0& 1\\ -k& k-K& 0& 0\\ k& -k& 0& -\delta \end{pmatrix}. \end{equation} By the Lyapunov's converse theorems I know that there exists a unique symmetric positive definite matrix $P$ as a solution to the Lyapunov equation with $\boldsymbol Q=\boldsymbol I$: $$\boldsymbol{PA}+\boldsymbol{A^TP}=-\boldsymbol{Q}$$ I have tried to solve it symbolically via Matlab, but did cope with it. I have also tried to differentiate Lyapunov function without knowing explicit form for $\boldsymbol {P}$ but the result of $\boldsymbol {\dot{V}} = \boldsymbol x^T \boldsymbol P \boldsymbol x$ gives the system of 16 equations which I could not solve as well.
2026-03-27 01:13:49.1774574029
Lyapunov Function for Nonlinear System
455 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in STABILITY-IN-ODES
- Stability of system of ordinary nonlinear differential equations
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- How to analyze a dynamical system when $t\to\infty?$
- The system $x' = h(y), \space y' = ay + g(x)$ has no periodic solutions
- Existence of unique limit cycle for $r'=r(μ-r^2), \space θ' = ρ(r^2)$
- Intuitive proof of Lyapunov's theorem
- Stability of a nonlinear ODE system (only existence of the limit)
- Deriving inequality from a Lyapunov test of $x' = -x + y^3, \space y' = -y + ax^3$
- does the order lineariztion/evaluation matter here?
Related Questions in STABILITY-THEORY
- MIT rule VS Lyapunov design - Adaptive Control
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- How to analyze a dynamical system when $t\to\infty?$
- Intuitive proof of Lyapunov's theorem
- Deriving inequality from a Lyapunov test of $x' = -x + y^3, \space y' = -y + ax^3$
- Existence and uniqueness of limit cycle for $r' = μr(1-g(r^2)), \text{and} θ' = p(r^2)$
- Omega limit set $\omega(x_0)$ for $r' = 2μr(5-r^2), \space θ' = -1$
- Show that $x_1' = x_2, \space x_2' = -2x_1 + x_2(2-5x_1^2 - 3x_2^2)$ has a bounded solution
- Region of attraction and stability via Liapunov's function
Related Questions in LYAPUNOV-FUNCTIONS
- Deriving inequality from a Lyapunov test of $x' = -x + y^3, \space y' = -y + ax^3$
- Question about stability of a nonlinear dynamical system
- Determine the stability properties and convergence in the origin using Lyapunov Direct Method
- When is $A^TR + RA = -2RA$
- Finding a unique fixed point for a dynamical system
- How to find a Lyapunov function?
- Special case of Lyapunov equation $AP+PA=-I$
- Lyapunov Function for Nonlinear Systems
- Finding a Lyapunov function for modified quadratic form
- Lyapunov function for predator-prey system
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
With the help of MATHEMATICA.
$$ A = \left( \begin{array}{cccc} 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ -k & -k-K & 0 & 0 \\ k & -k & 0 & -\delta \\ \end{array} \right) $$
and the command
we obtain
$$ P = \left[ \begin{array}{cccc} -\frac{\delta ^2 \left(3 k K+k (3 k+2)+K^2+K\right)+K (k+K) (2 k+K+1)}{2 \delta k (k+K) (2 k+K)} & -\frac{\delta ^2 k+\delta ^2 K+K}{4 \delta k^2+2 \delta k K} & -\frac{1}{2} & -\frac{k+1}{2 (k+K)} \\ -\frac{\delta ^2 k+\delta ^2 K+K}{4 \delta k^2+2 \delta k K} & \frac{\delta ^2 (k+K)+K (2 k+K+1)}{2 \delta (k+K) (2 k+K)} & \frac{k+1}{2 (k+K)} & -\frac{1}{2} \\ -\frac{1}{2} & \frac{k+1}{2 (k+K)} & -\frac{\frac{\delta ^2 \left(2 k^2+2 k K+k+K^2\right)}{k+K}+(k+1) K}{2 \delta k} & \frac{K}{2 \delta } \\ -\frac{k+1}{2 (k+K)} & -\frac{1}{2} & \frac{K}{2 \delta } & \frac{k K+K}{2 \delta k+2 \delta K} \\ \end{array} \right] $$