Double pendulum equations of motion

In summary, the correct equations to use for a double bar pendulum are provided above and can be used with the ode45 solver to plot displacement time series graphs.
  • #1
Daniel1992
22
0
Hi,

I am trying to create displacement time series graphs of a double bar pendulum using Matlab.

Am I correct in assuming that if I use the ode45 solver to integrate the equations below I can plot displacement time series graphs? Are these the correct coupled first order ODEs to use?

8a1ba95caf7880779d07481b0b5943fb.png


6cf1a3779ea451b32b6527ae6be4a569.png


02eaeca3df6bcdd9c433bf3e48b8c233.png


64f41325076f1a2789b7c2e4505607c3.png


Source of above equations

Thanks,
Daniel
 
Physics news on Phys.org
  • #2
Yes, you are correct in assuming that if you use the ode45 solver to integrate the equations below (which are the correct coupled first order ODEs for a double bar pendulum) you can plot displacement time series graphs. The equations you have provided are: d2θ1/dt2= (-g/l1)*sin(θ1) - (b/m1) * dθ1/dt + (1/m1) * (F(t) – 2*F(t)*cos(θ2-θ1))d2θ2/dt2 = (-g/l2)*sin(θ2) - (b/m2) * dθ2/dt + (1/m2) * (F(t) – F(t)*cos(θ2-θ1))Where: θ1 : angle of first pendulumθ2 : angle of second pendulumg : acceleration due to gravityl1 : length of first penduluml2 : length of second pendulumm1 : mass of first pendulumm2 : mass of second pendulumb : coefficient of dampingF(t) : driving forceYou can use these equations with the ode45 solver to calculate the displacement time series graphs.
 

1. What is a double pendulum?

A double pendulum is a physical system that consists of two pendulums connected by a hinge. The motion of the pendulums is influenced by gravity and the initial conditions of the system.

2. What are the equations of motion for a double pendulum?

The equations of motion for a double pendulum involve the use of Lagrangian mechanics, which takes into account the kinetic and potential energy of the system. The equations are complex and involve multiple variables and parameters.

3. How do the initial conditions affect the motion of a double pendulum?

The initial conditions, such as the initial angles and velocities, have a significant impact on the motion of a double pendulum. Small changes in these values can result in drastically different trajectories and behaviors of the system.

4. Can the motion of a double pendulum be predicted accurately?

The motion of a double pendulum is chaotic, meaning it is highly sensitive to initial conditions and can be difficult to predict accurately. However, mathematical models and simulations can provide a general understanding of the behavior of the system.

5. What are some real-life applications of double pendulums?

Double pendulums are commonly used in physics demonstrations and experiments to study chaotic systems and illustrate concepts such as energy conservation and nonlinear dynamics. They can also be found in engineering and robotics as a way to simulate and study complex motions and control systems.

Similar threads

Replies
10
Views
941
Replies
3
Views
1K
  • Mechanical Engineering
Replies
19
Views
1K
  • Introductory Physics Homework Help
Replies
9
Views
689
  • Mechanical Engineering
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
685
  • Introductory Physics Homework Help
Replies
27
Views
718
  • Classical Physics
Replies
3
Views
2K
Replies
9
Views
1K
Back
Top