alex3
- 43
- 0
Homework Statement
Two masses attached via springs (see picture attachment). k_n represents the spring constant of the n^{th} spring, x_n represents the displacement from the natural length of the spring.
There are two masses, m_1 and m_2.2. The attempt at a solution
My problem is formulating the initial forces on these. Here's what I've tried (with reference to the attached picture):
Mass m_1 has a force
F_1 = -k_1 x_1 + k_2 x_2
acting on it. We take right as the positive x direction, so mass 1 has the tension in spring 1 acting on it to the left, as well as the tension of spring 2 acting to the right.
Mass m_2 has a force
F_2 = -k_2 x_2 - k_3 x_3 = -x_2 (k_2 + k_3) - x_1 k_3
acting on it; spring 2 acts to the left (it's trying to contract), and spring 3, the longest spring, also acts to the left. Here is the assumption I'm unsure about, that the displacement of spring 3, x_3, is equal to the sum of the other two springs. I know I'll need to express x_3 in terms of x_1, x_2 as these correspond to the displacements of the masses, but this solution doesn't work.
3. Solving the equations
I'm OK with this part, I'm using matrix algebra to find the normal modes of the system (the eigenvalues). However, using the above logic I would end up with imaginary angular frequencies:
<br /> \[ \left(<br /> \begin{array}{cc}<br /> m_1 & 0\\<br /> 0 & m_2<br /> \end{array}<br /> \right)<br /> \left(<br /> \begin{array}{c}<br /> \ddot{x_1}\\<br /> \ddot{x_2}<br /> \end{array}<br /> \right)<br /> =<br /> \left(<br /> \begin{array}{cc}<br /> k_1 & -k_2\\<br /> k_3 & k_2 + k_3<br /> \end{array}<br /> \right)<br /> \left(<br /> \begin{array}{c}<br /> x_1\\<br /> x_2<br /> \end{array}<br /> \right)\]<br />
Eventually giving:
<br /> \[ \left|<br /> \begin{array}{cc}<br /> \frac{k_{1}}{m_{1}}-\omega^{2} & -\frac{k_{2}}{m_{1}}\\<br /> \frac{k_{3}}{m_{2}} & \frac{k_{2}+k_{3}}{m_{2}} - \omega^{2}<br /> \end{array}<br /> \right|\]<br />
And the solutions to the quadratic in \omega^{2} that this produces has imaginary roots, which is not ideal!
So; which initial formulation will help me?