Coupled Oscillator: Double Pendulum: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
: <math>m_2l_1^2\theta_2^{\prime\prime} + m_2l_1l_2\theta_1^{\prime\prime}cos(\theta_1-\theta_2) - m_2l_1l_2(\theta_1^{\prime})^2sin(\theta_1-\theta_2) + m_2l_2gsin\theta_2 = 0</math>
: <math>m_2l_1^2\theta_2^{\prime\prime} + m_2l_1l_2\theta_1^{\prime\prime}cos(\theta_1-\theta_2) - m_2l_1l_2(\theta_1^{\prime})^2sin(\theta_1-\theta_2) + m_2l_2gsin\theta_2 = 0</math>


Derive the system of differential equations describing the straight-line vertical motion of the coupled spring shown in Figure 1. Use Laplace transform to solve the system when <math>k_1=k_2=k_3=1 \frac{}{}</math>, <math>m_1=m_2=1 \frac{}{}</math>, and <math>x_1(0)=0 \frac{}{}</math>, <math>x'1(0)=-1 \frac{}{}</math>, <math>x_2(0)=0 \frac{}{}</math>, and <math>x'_2(0)=1 \frac{}{}</math>.
In order to linearize these equations, we assume that the displacements <math>\theta_1</math> and <math>\theta_2</math> are small enough so that <math>cos(\theta_1-\theta_2)\approx1</math> and <math>sin(\theta_1-\theta_2)\approx0</math>. Thus,
 
: <math>(m_1+m_2)l_1^2\theta_1^{\prime\prime} + m_2l_1l_2\theta_2^{\prime\prime} + (m_1+m_2)l_1g\theta_1 = 0</math>
: <math>m_2l_1^2\theta_2^{\prime\prime} + m_2l_1l_2\theta_1^{\prime\prime} + m_2l_2g\theta_2 = 0</math>

Revision as of 21:29, 6 December 2009

By Jimmy Apablaza By Jimmy Apablaza

This problem is described in Page 321-322, Section 7.6 of the A first Course in Differential Equations textbook, 8ED (ISBN 0-534-41878-3).

Error creating thumbnail: File missing
Figure 1. Coupled Pendulum.‎

Problem Statement

Consider the double-pendulum system consisting of a pendulum attached to another pendulum shown in Figure 1.

Assumptions:

  • the system oscillates vertically under the influence of gravity.
  • the mass of both rod are neligible
  • no dumpung forces act on the system
  • positive direction to the right.

The system of differential equations describing the motion is nonlinear

(m1+m2)l12θ1+m2l1l2θ2cos(θ1θ2)+m2l1l2(θ2)2sin(θ1θ2)+(m1+m2)l1gsinθ1=0
m2l12θ2+m2l1l2θ1cos(θ1θ2)m2l1l2(θ1)2sin(θ1θ2)+m2l2gsinθ2=0

In order to linearize these equations, we assume that the displacements θ1 and θ2 are small enough so that cos(θ1θ2)1 and sin(θ1θ2)0. Thus,

(m1+m2)l12θ1+m2l1l2θ2+(m1+m2)l1gθ1=0
m2l12θ2+m2l1l2θ1+m2l2gθ2=0