I am thinking of whether there are some ode systems that are different with each other, suppose all of them have zero as an equilibrium point. Moreover, they have a common lyapunov function that can be used to show the zero solution is stable.
Could you give such example?
Thanks!
There are many such systems. Take for example for the first system
$$ \dot{x}=-x $$
and for the second system
$$ \dot{y}=-2y $$
You can take as common Lyapunov function $V(x)=V(y)=\frac{1}{2}x^2$ which works for both systems. More generally you could take
$$ \dot{x}=-ax^k $$
where $k$ is an odd, strictly positive integer and $a>0$. Use again $V(x)=\frac{1}{2}x^2$ you get $\dot{V}(x)=-ax^{k+1}$ which is negative definite because $k+1$ is even.
So for example $\dot{x}=-x$ and $\dot{y}=-3y^5$ have a common Lyapunov function.
These are just some examples, there are many more of course.