I have
\begin{align} x' &= y\\ y' &= -f(x)y -xg(y)\\ \end{align}
$f,g$ are functions, especially $f \ge 0$. I could confirm that $(0,0)$ is equilibrium point easily.
I want to confirm that $L_F := \frac{1}{2} y^{2} + \int_0^{x} sg(s) ds$ is Lyapunov function.
And more, Defining $F$ as
$F \left( \begin{array}{c} x\\ y \end{array} \right) = \left( \begin{array}{c} -y\\ -f(x)y -xg(y) \end{array} \right)$,
I want to confirm that $(0,0)$ is asymptotic stability with Lyapunov stability theorem.
How can I confirm them? I have difficulty in differentiating them.