- #1
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 [tex]x_1[/tex] and [tex]x_2[/tex] 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:
[tex]m_{1} \ddot{x_1} = -k x_1 - k \left(x_1 - x_2 \right)[/tex]
for the second mass:
[tex]m_{2} \ddot{x_2} = -k x_2 - k \left(x_2 - x_1 \right)[/tex]
the eigenfrequencies arise from taking [tex]\texttt{det} \left( A_{j k} - \omega^2 m_{j k} \right) = 0 [/tex]
where [tex]m_{j k} = ( (m_1, 0), (0, m_2) ) [/tex] and [tex] A_{j k} = ( (2 k, -k), (-k, 2 k) ) [/tex] are both 2 x 2 matrices.
These are used to find conditions on the eigenvectors [tex]a_{j r}[/tex] which satisfy
[tex]\left( A_{j k} - \omega_r^2 m_{j k} \right) a_{j r} = 0[/tex]
where [tex]\omega_r^2[/tex] is the rth eigenfrequency.
The eigenvectors transform the original coordinates [tex]x_j[/tex] into the normal coordinates [tex]\eta_j[/tex] via
[tex]x_j = \sum_r a_{j r} \eta_r[/tex].
The Attempt at a Solution
The eigenfrequencies are:
[tex]\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) [/tex]
The (unnormalized) eigenvectors are
[tex] 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) [/tex]
Then the new coordinates are found by
[tex]x_1 = \eta_1 + \eta_2 [/tex]
[tex]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 [/tex]
Note that in the limit [tex]m_1 = m_2[/tex] we obtain the textbook result
[tex]x_1 = \eta_1 + \eta_2 [/tex]
[tex]x_2 = \eta_2 - \eta_1[/tex]
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: