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.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top