How can I prove H(x,y) is a Lyapunov function for this system?

  • Thread starter Thread starter squenshl
  • Start date Start date
squenshl
Messages
468
Reaction score
4
Consider the system:
dx/dt = y, dy/dt = 2x - 4x3 - y.

I know that the Hamiltonian H(x,y) = y2/2 - x2 + x4 + y2/2 = y2 - x2 + x4. But how do I show that H is a Lyapunov function for this system. Please help.
 
Physics news on Phys.org


Is it:
d/dt H(x(t),y(t)) = d/dt(y2 - x2 + x4) = y dy/dt + dx/dt(-2x + 4x3) = y(2x - 4x3 - y) + y(-2x + 4x3) = 2xy - 4x3y - y2 - 2xy + 4x3y = -y2 < 0. Since dH/dt < 0, this is a Lyapunov function.
 


Also show that H is always positive for nonzero x,y. Then you are done.
 


Cool.
Cheers.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Back
Top