How can I calculate all the periods of the limit cycle of the Ueda-Duffing equation with forcing:
$\ddot{x} + k \dot{x} + x^3 = B \cos(t) $
for each set of parameters $(k, B)$ ?
Edit:
The equation exhibits sub-harmonic resonance for some sets of parameters (and chaotic behaviour too). E.g. for $k=0.08, B=0.2$ there are 5 coexisting attractors of period $2n\pi $ with $n=1, 2, 3$
I have done some exploratory python script that uses at its core a boundary value solver to find the closed loops from a systematic sweep of the relevant part of the phase space:
For the parameters posted in the question, $k=0.08$, $B=0.2$, screening up to period 12 (times $2\pi$) gave only periodic orbits for up to period 3.
Increasing the forcing and reducing the friction coefficient to $k=0.02$, $B=1.5$ periodic orbits were found for periods $1,3,6$ with as expected a more chaotic behavior