- #1
physconomics
- 22
- 0
- Homework Statement
- Two identical pendula each of length l and with bobs of mass m are free to oscillate in the same plane. The bobs are joined by a massless spring with a small spring constant k, such that the tension in the spring is k times its extension. Find the equations governing the two bobs, and write them in the form ##m\frac{d^2x}{dt^2} = -Kx## and write down the K matrix. Subsitute a normal mode solution ##x=af((t)# and show that this satisifes the equation of motion if a is an eigenvector. Solve the corresponding equation for f(t). How many eigenvectors does K have? Write them and find a general solution. At t=0, both pendula are at rest with x1=x2=a. Describe the subsequent motion of the two pendula.
- Relevant Equations
- ##Ae^iwt##
##ma=m\frac{d^2x}{dt^2}##
I found the equations of motion as
##m\frac{\mathrm{d}^2x_1 }{\mathrm{d} t^2} = -\frac{mg}{l}x_1 + k(x_2-x_1)##
and
##m\frac{\mathrm{d}^2x_2 }{\mathrm{d} t^2} = -\frac{mg}{l}x_2 + k(x_1-x_2)##
I think the k matrix might be
##\begin{bmatrix}
mg/l + k & -k \\
-k & mg/l + k
\end{bmatrix}##
Then when I substitute
##x_1 = A_1e^(i\omega t)##
and
##x_2 = A_2e^(i\omega t)##
and found ##\omega = sqrt{\frac{mg}{l}}##
But how do I do the rest?
##m\frac{\mathrm{d}^2x_1 }{\mathrm{d} t^2} = -\frac{mg}{l}x_1 + k(x_2-x_1)##
and
##m\frac{\mathrm{d}^2x_2 }{\mathrm{d} t^2} = -\frac{mg}{l}x_2 + k(x_1-x_2)##
I think the k matrix might be
##\begin{bmatrix}
mg/l + k & -k \\
-k & mg/l + k
\end{bmatrix}##
Then when I substitute
##x_1 = A_1e^(i\omega t)##
and
##x_2 = A_2e^(i\omega t)##
and found ##\omega = sqrt{\frac{mg}{l}}##
But how do I do the rest?