fluidistic
Gold Member
- 3,928
- 272
Homework Statement
I challenged myself with a problem I invented, but I'm stuck.
Consider a 1 dimensional problem consisting of 3 masses, each one separated by a spring. So that from the left to the right of my sketch we have m_1, a spring (k_1 with natural length l_1), m_2, another spring (k_2, l_2) and m_3. Find the equations of motion of the system.
Homework Equations
L=L_1+L_2+L_3 where L_i=T_i-V_i.
After this, Euler-Lagrange equations.
The Attempt at a Solution
For the first mass I reached L_1=\frac{m_1 \dot x ^2}{2}-\frac{k_1 (\Delta x_1 )^2}{2} though this \Delta x_1 really bothers me.
Now to find L_2, V_2 is a real headache. Because this mass is connected to 2 springs, I'm not sure at all how to calculate the potential energy of it. Maybe adding both springs' extensions? I mean V_2=\frac{k_1 (\Delta x_1)^2 + k_2 (\Delta x_2)^2}{2}?
Its kinetic energy would be T_2=\dot x ^2 + 2 \dot x \Delta \dot x_1 + (\Delta x_1)^2. Am I in the right direction?