Double pendulum Lagrangian using small angle approximation formula

In summary, the double pendulum Lagrangian using the small angle approximation simplifies the dynamics of a two-pendulum system by assuming that the angles involved are small enough for the sine and tangent functions to be approximated linearly. This leads to a more manageable form of the Lagrangian, which is derived from the kinetic and potential energy expressions of the system. The resulting equations of motion reflect the behavior of the double pendulum under these approximations, allowing for easier analysis and predictions of its motion.
  • #1
member 731016
Homework Statement
Please see below
Relevant Equations
Please see below
For this part (b) of this problem,
1717565864499.png

From (a), we know that
##\mathcal{L}\left(\phi_{1}, \phi_{2}, \dot{\phi}_{1}, \dot{\phi}_{2}\right)=\frac{1}{2} m \ell^{2}\left[2 \dot{\phi}_{1}^{2}+\dot{\phi}_{2}^{2}+2 \cos \left(\phi_{1}-\phi_{2}\right) \dot{\phi}_{1} \dot{\phi}_{2}\right]+m g \ell\left(2 \cos \phi_{1}+\cos \phi_{2}\right)##

And we want ##\mathcal{L}\left(\phi_{1}, \phi_{2}, \dot{\phi}_{1}, \dot{\phi}_{2}\right)=\frac{1}{2} m \ell^{2}\left[2 \dot{\phi}_{1}^{2}+\dot{\phi}_{2}^{2}+2 \dot{\phi}_{1} \dot{\phi}_{2}\right]-\frac{1}{2} m g \ell\left(2 \phi_{1}^{2}+\phi_{2}^{2}\right)##

We use the following formula for the small angle approximation of cosine

##\cos \phi_1 = 1 - \frac{\phi^2_1}{2}##

##\cos \phi_2 = 1 - \frac{\phi^2_2}{2}##

There imply that,

##\cos(\phi_1 - \phi_2) = 1 - \frac{(\phi_1 - \phi_2)^2}{2}##

##\cos(\phi_1 - \phi_2) = 1 - \frac{\phi_1^2 - 2\phi_1\phi_2 + \phi^2_2}{2}##

Thus, this proves that ##\cos(\phi_1 - \phi_2)## is a second order term to we must remove it from the expression.

However, why don't we remove ##\dot \phi_2 \dot \phi_1## instead?

This would mean ##\mathcal{L} = \frac{1}{2}ml^2(2\dot \phi_1^2 + \dot \phi_2^2 + 1 - \frac{\phi^2_1}{2} + \phi_1\phi_2 - \frac{\phi^2_2}{2}) - \frac{1}{2}mgl(2\phi^2_1 + \phi^2_2)##

I also have ao confusion about transfomring one of the other terms namely the ##mgl(2\cos\phi_1 + \cos \phi_2)##

I get ##mgl(3 - \phi_1^2 + \frac{\phi^2_2}{2})## instead of ##\frac{1}{2}mgl(2\phi_1^2 + \phi_2^2)##

This is from

##2\cos\phi_1 + \cos\phi_2 = 2[1 - \frac{\phi_1^2}{2}] + 1 - \frac{\phi_2^2}{2} = 3 - \phi_1^2 + \frac{\phi_2^2}{2}##

Does anybody please know what I have done wrong?

Thanks!
 
Physics news on Phys.org
  • #2
ChiralSuperfields said:
Thus, this proves that ##\cos(\phi_1 - \phi_2)## is a second order term to we must remove it from the expression.

However, why don't we remove ##\dot \phi_2 \dot \phi_1## instead?
The complete term is ##\cos(\phi_1 - \phi_2)\dot \phi_2 \dot \phi_1##.
Expanding ##\cos(\phi_1 - \phi_2)## produces a second order term and a fourth order term.
 
  • Like
  • Love
Likes MatinSAR and member 731016
  • #3
ChiralSuperfields said:
I also have ao confusion about transfomring one of the other terms namely the ##mgl(2\cos\phi_1 + \cos \phi_2)##

I get ##mgl(3 - \phi_1^2 + \frac{\phi^2_2}{2})## instead of ##\frac{1}{2}mgl(2\phi_1^2 + \phi_2^2)##
No, you should get ##mgl(3 - \phi_1^2 - \frac{\phi^2_2}{2})##, instead of ##-\frac{1}{2}mgl(2\phi_1^2 + \phi_2^2)##. The difference is a constant.
 
  • Like
  • Love
Likes MatinSAR and member 731016
  • #4
haruspex said:
The difference is a constant.
… and at the risk of stating the obvious, a constant addition to the Lagrangian does not affect the equations of motion and can therefore be removed.

Also, to state #2 slightly different: You have a term on the form ##\dot \phi^2 g(\phi)##. The only second order term from such an expression comes from the zero order contribution of ##g(\phi)## as
$$
\dot \phi^2 g(\phi) = \dot \phi^2 [g(0) + \mathcal O(\phi)]
$$
(In this particular case ##\mathcal O(\phi^2)##)
 
  • Love
Likes member 731016
  • #5
haruspex said:
No, you should get ##mgl(3 - \phi_1^2 - \frac{\phi^2_2}{2})##, instead of ##-\frac{1}{2}mgl(2\phi_1^2 + \phi_2^2)##. The difference is a constant.
Orodruin said:
… and at the risk of stating the obvious, a constant addition to the Lagrangian does not affect the equations of motion and can therefore be removed.

Also, to state #2 slightly different: You have a term on the form ##\dot \phi^2 g(\phi)##. The only second order term from such an expression comes from the zero order contribution of ##g(\phi)## as
$$
\dot \phi^2 g(\phi) = \dot \phi^2 [g(0) + \mathcal O(\phi)]
$$
(In this particular case ##\mathcal O(\phi^2)##)
Thank you for your replies @haruspex and @Orodruin!

We want $$\mathcal{L}\left(\phi_{1}, \phi_{2}, \dot{\phi}_{1}, \dot{\phi}_{2}\right)=\frac{1}{2} m \ell^{2}\left[2 \dot{\phi}_{1}^{2}+\dot{\phi}_{2}^{2}+2 \dot{\phi}_{1} \dot{\phi}_{2}\right]-\frac{1}{2} m g \ell\left(2 \phi_{1}^{2}+\phi_{2}^{2}\right)$$

Taking the first part of the Lagrangian and given that $$\cos(\phi_1 - \phi_2) = 1 - \frac{\phi_1^2 - 2\phi_1\phi_2 + \phi_2^2}{2}$$

We write that $$\frac{1}{2}ml^2[2\dot \phi_1^2 + \dot \phi_2^2 + 2\cos(\phi_1 - \phi_2)\dot \phi_1 \dot \phi_2]$$ term as $$\frac{1}{2}ml^2[2\dot \phi_1^2 + \dot \phi_2^2 + 2(1 - \frac{\phi_1^2 - 2\phi_1\phi_2 + \phi_2^2}{2})\dot \phi_1 \dot \phi_2]$$

Which is same as,

$$\frac{1}{2}ml^2[2\dot \phi_1^2 + \dot \phi_2^2 + (2 - \phi_1^2 + 2\phi_1\phi_2 - \phi_2^2)\dot \phi_1 \dot \phi_2]$$

Thus $$\dot \phi_1 \dot \phi_2$$ is a second order so we omit it by setting it equal to 1, thus, $$\dot \phi_1 \dot \phi_2 = 1$$. One can see that this relates the two time derivatives. Then we can integrate with respect to time to find $$\phi_1$$ in terms of $$\phi_2$$ or $$\phi_2$$ in terms of $$\phi_1$$. Is this please correct?

Thanks!
 
  • #6
ChiralSuperfields said:
Thus $$\dot \phi_1 \dot \phi_2$$ is a second order so we omit it by setting it equal to 1,
Absolutely not! You want to keep up to second order terms and you definitely cannot put them equal to one! The point was that it is already a second order term, meaning that any terms higher than the constant term in the expansion of the cosine will result in quartic terms or higher - which shoukd be ignored. Only the constant term in the cosine expansion contributes.
 
  • Like
  • Love
Likes MatinSAR and member 731016

FAQ: Double pendulum Lagrangian using small angle approximation formula

What is a double pendulum?

A double pendulum consists of two pendulums attached end to end. The first pendulum is fixed at a pivot point, and the second pendulum hangs from the end of the first. This system exhibits complex motion and is known for its chaotic behavior, especially when both pendulums swing freely.

What is the Lagrangian formulation in classical mechanics?

The Lagrangian formulation is a reformulation of classical mechanics that uses the principle of least action. It defines a quantity called the Lagrangian, which is the difference between the kinetic energy and potential energy of a system. The equations of motion are derived from the Lagrangian using the Euler-Lagrange equations.

How does the small angle approximation simplify the double pendulum problem?

The small angle approximation assumes that the angles involved in the pendulum's motion are small enough that sin(θ) ≈ θ and cos(θ) ≈ 1. This simplification allows for linearization of the equations of motion, making it easier to analyze the dynamics of the double pendulum, especially under small oscillations.

What is the Lagrangian for a double pendulum using the small angle approximation?

The Lagrangian for a double pendulum under the small angle approximation can be expressed as: L = T - V, where T is the total kinetic energy and V is the total potential energy. For small angles, the kinetic energy can be approximated using the velocities of the masses, and the potential energy can be derived from their heights relative to the pivot point.

What are the implications of using the small angle approximation in practical applications?

Using the small angle approximation limits the analysis to scenarios where the angles are indeed small, which means it may not accurately represent the behavior of a double pendulum in larger oscillations. However, it provides valuable insights into the system's dynamics and is useful for understanding the basic principles of pendulum motion in a more manageable form.

Back
Top