I am working with the system of ODE's or second order differential equation representing the nonlinear pendulum with constant torque and damping.
\begin{equation*} \theta'=v \end{equation*} \begin{equation*} v'=-bv-\sin(\theta)+k \end{equation*} with $b,k>0$ for physics reasons. I determined that we have equilibria at \begin{equation*} \begin{bmatrix}\theta\\v \end{bmatrix}= \begin{bmatrix}\sin^{-1}(k)\\0 \end{bmatrix} \end{equation*}
I have already proved that for $sin^{-1}(k)$ i.e. when there are no equilibria, and for some strip of the cylinder $\mathbb{R}\times S^1$ on which this system is defined, we have a periodic solution (via Poincare-Bendixson)
I need to show that this particular solution is unique. The hint given is to use the energy function for this system: $E(\theta, y)=\frac{1}{2} y^2 -\cos(\theta)+1$ and the fact that $E$ along any periodic solution must have no change.
However, I am getting a bit stuck on how to do this. Previous exercises seem to suggest I should make use of poincare map, $p$ iteration and maybe the contraction mapping to prove existence and uniqueness of a fixed point of the poincare map. My TA suggested that use of the "facts" from physics intuition that if $v_1>v_0$ then $p(v_1)<p(v_0)$ and if $v_1<v_0$ then $p(v_0)<p(v_1)$ as more energy is lost at higher velocity, and therefore we should end up at different vertical spots along the cylinder. I am not comfortable with writing up a solution in which these facts are proved appealing to natural phenomena, is there a better way?