miscellanyous
- 7
- 0
Homework Statement
A particle of mass m1 is attached to a wall by a spring of constant k. A second particle of mass m2 is attached to a different wall by another sping of constant k. The two masses are attached to each other by a third spring of constant k. Let x_1 and x_2 be the displacement of the respective particles from their equilibrium positions. Find the normal coordinates for the system.
This problem either with spings or pendula appears in many classical mechanics textbooks (I am using the book by Thornton & Marion). The wrinkle is that the two particles have different masses in this case.
Homework Equations
for the first mass:
m_{1} \ddot{x_1} = -k x_1 - k \left(x_1 - x_2 \right)
for the second mass:
m_{2} \ddot{x_2} = -k x_2 - k \left(x_2 - x_1 \right)
the eigenfrequencies arise from taking \texttt{det} \left( A_{j k} - \omega^2 m_{j k} \right) = 0
where m_{j k} = ( (m_1, 0), (0, m_2) ) and A_{j k} = ( (2 k, -k), (-k, 2 k) ) are both 2 x 2 matrices.
These are used to find conditions on the eigenvectors a_{j r} which satisfy
\left( A_{j k} - \omega_r^2 m_{j k} \right) a_{j r} = 0
where \omega_r^2 is the rth eigenfrequency.
The eigenvectors transform the original coordinates x_j into the normal coordinates \eta_j via
x_j = \sum_r a_{j r} \eta_r.
The Attempt at a Solution
The eigenfrequencies are:
\omega^2_{\pm} = \frac{k}{m_1 m_2} \left( m_1 + m_2 \pm \sqrt{m_1^2 - m_1 m_2 + m_2^2} \right)
The (unnormalized) eigenvectors are
a_{j \pm} = \left(1, \frac{1}{m_2} \left( - m_1 + m_2 \pm \sqrt{m_1^2 - m_1 m_2 + m_2^2} \right) \right)
Then the new coordinates are found by
x_1 = \eta_1 + \eta_2
x_2 = \left( m_1 + m_2 + \sqrt{m_1^2 - m_1 m_2 + m_2^2} \right) \eta_2 + \left( m_1 + m_2 - \sqrt{m_1^2 - m_1 m_2 + m_2^2} \right) \eta_2
Note that in the limit m_1 = m_2 we obtain the textbook result
x_1 = \eta_1 + \eta_2
x_2 = \eta_2 - \eta_1
So it seems like I have solved the problem - but I haven't. If I check the solution by substituting the new coordinates into the equations of motion I find that the equations have not been decoupled, so these cannot be the normal coordinates.
I wish anyone who attempts this problem good luck. I have attached a Mathematica program which shows this result.
Chris
Attachments
Last edited: