Dafe
- 144
- 0
Homework Statement
Suppose masses m_{1}, m_{2}, m_{3}, m_{4} are located at positions x_{1}, x_{2}, x_{3}, x_{4} in a line and connected by springs with constants k_{12}, k_{23}, k_{34} whose natural lengths of extension are l_{12}, l_{23}, l_{34}.
Let f_{1}, f_{2}, f_{3}, f_{4} denote the rightward forces on the masses, e.g.,
f_{1} = k_{12}(x_{2} - x_{1} - l_{12})
a) Write the 4 X 4 matrix equation relating the column vectors f and x. Let K denote the matrix in this equation.
Homework Equations
The Attempt at a Solution
I'm trying to find the rightward force acting on every mass as the springs are stretched.
f_{2} = k_{23}(x_{3} - x_{2} - l_{23}) - f_{1}
f_{3} = k_{34}(x_{4} - x_{3} - l_{34}) - (f_{1} + f_{2})
f_{4} = f_{1} + f_{2} + f_{3}
It seems quite complicated to put this into matrix form, so I'm assuimg that I've done something wrong.
Suggestions?