Consider the oscillator equation $$\displaystyle\ddot{x}+F(x,\dot{x})\dot{x}+x=0$$ where $F(x,\dot{x})<0$ if $r\leq a$ and $F(x,\dot{x})>0$ if $r\geq b$ where $r^2=x^2+\dot{x}^2$. Show that there is at least one closed orbit in the region $a<r<b$.
Rescaling $\dot{x}=t$ the system of equations is as follows : $$\dot{x}=t=A(x,t) \\ \dot{t}=-F(x,t)t-x=B(x,t)$$ Now we use Bendixson-Dulac criteria as follows : $$\nabla(A,B)=-F(x,t)-t\frac{\partial F}{\partial t}(x,t)$$ Afterwards I'm confused as there is no way to show that $\nabla(A,B)$ is of one sign using the conditions given as above, even if it would only show that the equation has no closed orbits inside $r\leq a$ or outside of $r\geq b$. How to proceed for this one? Thanks in advance.