In my study of dynamical systems I was recently met with this system of ODEs:
$ \dot{x}=\frac{\sinh{(y)}}{\cosh{(y)}+A\cos{(x)}} $
$ \dot{y}=\frac{A\sin{(x)}}{\cosh{(y)}+A\cos{(x)}} $
for a parameter A satisfying $ 0 < A < 1 $ Now clearly $ (0,0) $ and $ (2\pi,0) $ are fixed points and we may check there is a solution (heteroclinic) path (curve) from $ (0,0) $ to $ (2\pi,0) $. I need to find its representation not as a curve but via time dependency meaning (x(t),y(t)), I also know via simple integration that the solution sits on the equation curve $ \cosh{(y)} = -A\cos{(x)} + (A+1) $ but I cannot solve these equations for x,y components specifically as it seems impossible. Finally I need to determine if the following Melnikov integral has simple zeros: $ M(t_0)=\int_{-\infty}^{\infty} -\frac{A}{A+1}\sin{(x(t))}\sin{(\omega(t+t_0))} dt $, where x(t) is the x component of the solution curve mentioned earlier. I do not have $ x(t) $ explicitly let alone handle this integral. Maybe it can be handled via perturbation or numerical analysis (I only need to know if it has any simple zeros). I figured a good first step was to solve for x(t) via the equation $ \dot{x}=\frac{\sinh{(y)}}{\cosh{(y)}+A\cos{(x)}} = \frac{\sqrt{(A\cos{(x)}-A-1)^2-1}}{A+1} $ which is the equation on the solution curve.