Physlib

Physlib.ClassicalMechanics.Pendulum.CoplanarDoublePendulum

Coplanar Double Pendulum

Description: This problem involves: a) identifying the appropriate Degrees of Freedom or generalized coordinates and their relation to cartesian coordinates

b) and using them to write down the Lagrangian for

a coplanar double pendulum made up of two point masses m1m_1 and m2m_2. Mass m1m_1 is attached to the pivot and m2m_2 is attached to m1m_1 via strings of length l1l_1 and l2l_2 respectively.

Solution:

The Cartesian coordinates (x1,y1)(x_1, y_1) for mass m1m_1 and (x2,y2)(x_2, y_2) for mass m2m_2 can be expressed in terms of the two angles ϕ1\phi_1 and ϕ2\phi_2 made by the strings with the vertical: x1=l1sinϕ1y1=l1cosϕ1x2=l1sinϕ1+l2sinϕ2y2=l1cosϕ1l2cosϕ2 \begin{aligned} x_1 &= l_1\sin\phi_1\\ y_1 &= -l_1\cos\phi_1\\ x_2 &= l_1\sin\phi_1 + l_2\sin\phi_2\\ y_2 &= -l_1\cos\phi_1 - l_2\cos\phi_2 \end{aligned}

b) The Lagrangian is obtained by writing down the kinetic and potential energies first in terms of cartesian coordinates and their time derivates and then substituting the coordinates and derivatives with transformations obtained in a) :

L=T1+T2V1V2\mathcal{L} = T_1 + T_2 - V_1 - V_2 where TT denotes the kinetic energy and VV the potential energy T1=12m1(x˙12+y˙12)=12m1l12ϕ˙12V1=m1gy1=m1gl1cosϕ1T2=12m2(x˙22+y˙22)=12m2(l12ϕ˙12+l22ϕ˙22+2l1l2ϕ˙1ϕ˙2cos(ϕ1ϕ2))V2=m2gy2=m2g(l1cosϕ1+l2cosϕ2) \begin{aligned} T_1 &= \tfrac{1}{2}m_1(\dot{x}_1^2 + \dot{y}_1^2) = \tfrac{1}{2}m_1 l_1^2\dot{\phi}_1^2\\ V_1 &= m_1 g y_1 = -m_1 g l_1\cos\phi_1\\ T_2 &= \tfrac{1}{2}m_2(\dot{x}_2^2 + \dot{y}_2^2) = \tfrac{1}{2}m_2\bigl(l_1^2\dot{\phi}_1^2 + l_2^2\dot{\phi}_2^2 + 2l_1 l_2\dot{\phi}_1\dot{\phi}_2\cos(\phi_1 - \phi_2)\bigr)\\ V_2 &= m_2 g y_2 = -m_2 g\bigl(l_1\cos\phi_1 + l_2\cos\phi_2\bigr) \end{aligned}

so that the Lagrangian becomes: L=12(m1+m2)l12ϕ˙12+12m2l22ϕ˙22+m2l1l2ϕ˙1ϕ˙2cos(ϕ1ϕ2)+(m1+m2)gl1cosϕ1+m2gl2cosϕ2 \mathcal{L} = \tfrac{1}{2}(m_1 + m_2)l_1^2\dot{\phi}_1^2 + \tfrac{1}{2}m_2 l_2^2\dot{\phi}_2^2+ m_2 l_1 l_2\dot{\phi}_1\dot{\phi}_2\cos(\phi_1 - \phi_2)+ (m_1 + m_2)g l_1\cos\phi_1 + m_2 g l_2\cos\phi_2

1 declaration

definition

Configuration Space of a Coplanar Double Pendulum

The configuration space of a coplanar double pendulum describes all possible spatial positions of the system. For a pendulum consisting of two point masses m1m_1 and m2m_2 connected by strings of length l1l_1 and l2l_2 to a fixed pivot, the configuration is uniquely determined by the two angles ϕ1\phi_1 and ϕ2\phi_2 that the strings make with the vertical axis. Mathematically, this configuration space is the 2-torus T2=S1×S1T^2 = S^1 \times S^1, where each S1S^1 represents the range of possible values for each angle ϕi[0,2π)\phi_i \in [0, 2\pi).