How to calculate the envelope of the trajectory of a double pendulum?

343 Views Asked by At

Consider a double pendulum:

enter image description here

Background

For the angles $\varphi_i$ and the momenta $p_i$ we have (with equal lengths $l=1$, masses $m=1$ and gravitational constant $g=1$):

$\dot{\varphi_1} = 6\frac{2p_1 - 3p_2\cos(\varphi_1 - \varphi_2)}{16 - 9\cos^2(\varphi_1 - \varphi_2)}$

$\dot{\varphi_2} = 6\frac{8p_2 - 3p_1\cos(\varphi_1 - \varphi_2)}{16 - 9\cos^2(\varphi_1 - \varphi_2)}$

$\dot{p_1} = -\frac{1}{2}\big( \dot{\varphi_1}\dot{\varphi_2} \sin(\varphi_1 - \varphi_2) +3\sin(\varphi_1) \big)$

$\dot{p_2} = -\frac{1}{2}\big( -\dot{\varphi_1}\dot{\varphi_2} \sin(\varphi_1 - \varphi_2) +\sin(\varphi_1) \big)$

To see the relations more clearly:

$\dot{\varphi_1} = B(2p_1 + Ap_2)$

$\dot{\varphi_2} = B(8p_2 + Ap_1)$

$\dot{p_1} = -C + 3D$

$\dot{p_2} = +C + D $

with

$A = -3\cos(\varphi_1 - \varphi_2)$

$B = 6/(16 - A^2)$

$C = \dot{\varphi_1}\dot{\varphi_2}\sin(\varphi_1 - \varphi_2)/2$

$D = -\sin(\varphi_1)/2$

Observations

With initial angles $\varphi_1^0 = \varphi_2^0 = 0$ and different combinations of small values for $p_1^0$, $p_2^0$ a number of intriguiung patterns can be observed when plotting the tractory of the tip of the pendulum:

  • $p_1^0 = 1$, $p_2^0 = 1$

enter image description here

  • $p_1^0 = 1, p_2^0 = -1$

enter image description here enter image description here enter image description here enter image description here

  • $p_1^0 = 0$, $p_2^0 = 1$

enter image description here enter image description here

  • $p_1^0 = 0$, $p_2^0 = 2$

enter image description here enter image description here enter image description here

  • $p_1^0 = 0$, $p_2^0 = 3$

enter image description here enter image description here

  • $p_1^0 = 0$, $p_2^0 = 3.7$

enter image description here enter image description here

  • $p_1^0 = 0$, $p_2^0 = 4$

enter image description here enter image description here

What these patterns have in common: The tip of the pendulum draws a curve which more or less slowly "fills" an area enclosed by a specific envelope, intermediately exhibiting seemingly regular patterns which inevitably eventually vanish.

Questions

  1. Can the envelope be given in closed form, depending only on the two parameters $p_1^0, p_2^0$?

  2. Can the positions of the two inner cusps which can be seen clearly for $p_1=0$, $p_2=2,3$ be given in closed form, depending only on the two parameters $p_1^0, p_2^0$?


[The envelope for $p_1^0=0, p_2^0 = 1,2,\dots$ looks like a canoe whose bow and stern bend to each other, eventually amalgamating. Can anyone guess what's the explicit formula for this shape?]

1

There are 1 best solutions below

2
On

This is not a complete or rigorous answer, but it should point you in the right direction.

The double pendulum is a Hamiltonian system; energy is conserved. The most extreme points of the trajectory occur when both legs are at standstill ($p_1=p_2=0$) as all the energy is positional. The points where this is the case can be computed as parametrised curves as follows.

  1. The parameter of your curve is the angle of excitation of the first pendulum ($φ_1$).
  2. For each $φ_1$, you can calculate the two angles of the inner pendulum ($φ_2$) such that the potential energy of the system corresponds to your total energy.
  3. From both angles ($φ_1$ and $φ_2$) obtain the position of the inner pendulums end as the point of your curve.

I would conjecture that the outermost of the two curves is the envelope in case of a chaotic dynamics such as your last example. If the double pendulum is ergodic, the above follows, as all points on the proposed envelope have the same energy and thus have to be visited.