Given a function $A: \mathbb{R}^2 \to \mathbb{R}$, and that $A$ is $C^2$ and the autonomous system of ODE's:
$$\dot{x} = -\frac{\partial A}{\partial x}(x, v)$$ $$\dot{v} = -\frac{\partial A}{\partial v}(x, v)$$
Show that this system has no nonconstant periodic solutions.
My attempt
I was looking for materials in this stack exchange that could help me solve this, and I've found this solution. It seems that my problem is the 2D generalization of the solution posted on that link. But I have no idea to work with what was posted in that link. Does anyone have any hint on the correct way to approach this problem?