Coupled Harmonic oscillator problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 6K views
Reshma
Messages
749
Reaction score
6
I need your help to solve this problem on coupled harmonic oscillators.

Two masses m1 and m2 are attached to two rigid supports by means of springs of force constants k1 and k2 respectively. The masses are connected to a third spring of force constant k3. The masses are free to move along the x-axis, assuming there is no damping. Set up the equations of motion for the system.

My work:

I suppose the third spring is connected in between the two masses.
Equation for first mass is:
[tex]m_1\ddot{x} = -k_1x[/tex]
Equation for second mass is:
[tex]m_2\ddot{x} = -k_2x[/tex]

Now please help me proceed to setup the equation for the 2 connected masses.
 
Physics news on Phys.org
what you did didnt seem to cosnider the third spring
let it be in this order
k1 m1 k3 m2 k2 (thats how the steup would be, I am too lazy to draw a diagram)
suppose m1 was moved right or left) by some amount x1 then m2 may also move some amount x2 right?
i don't think it is necessary for x1 = x2.
so your equation is now (if i took the left direction to be positive)
[tex]m \ddot{x} = k_{1}x_{1} + k_{3}(x_{2}-x_{1})[/tex]
[tex]m \ddot{x} = k_{2}x_{2} + k_{3}(x_{2}-x_{1})[/tex]

thats my two cents
i think they may be a problem with the signs...