Solving Coupled Mass Problem: 4x4 Matrix Equation

  • Thread starter Thread starter Dafe
  • Start date Start date
  • Tags Tags
    Coupled Mass
Click For Summary
SUMMARY

The discussion focuses on formulating a 4x4 matrix equation to describe the forces acting on four masses connected by springs. The forces are defined as f_{1}, f_{2}, f_{3}, and f_{4}, with the spring constants k_{12}, k_{23}, and k_{34}, and natural lengths l_{12}, l_{23}, and l_{34}. The resulting matrix equation is expressed as f = Kx + c, where K is the stiffness matrix derived from the spring constants, and c is a constant vector representing the natural lengths. The detailed derivation of the matrix elements and the corresponding force equations is provided, confirming the correct formulation of the problem.

PREREQUISITES
  • Understanding of linear algebra, specifically matrix equations
  • Knowledge of classical mechanics, particularly forces in spring systems
  • Familiarity with vector notation and operations
  • Basic experience with differential equations related to dynamic systems
NEXT STEPS
  • Study the derivation of stiffness matrices in multi-body systems
  • Learn about eigenvalue problems related to coupled mass-spring systems
  • Explore numerical methods for solving matrix equations in mechanical systems
  • Investigate applications of matrix equations in structural analysis
USEFUL FOR

Students and professionals in mechanical engineering, physics, and applied mathematics who are working on problems involving coupled mass-spring systems and matrix formulations.

Dafe
Messages
144
Reaction score
0

Homework Statement


Suppose masses [tex]m_{1}, m_{2}, m_{3}, m_{4}[/tex] are located at positions [tex]x_{1}, x_{2}, x_{3}, x_{4}[/tex] in a line and connected by springs with constants [tex]k_{12}, k_{23}, k_{34}[/tex] whose natural lengths of extension are [tex]l_{12}, l_{23}, l_{34}[/tex].
Let [tex]f_{1}, f_{2}, f_{3}, f_{4}[/tex] denote the rightward forces on the masses, e.g.,
[tex]f_{1} = k_{12}(x_{2} - x_{1} - l_{12})[/tex]

a) Write the 4 X 4 matrix equation relating the column vectors [tex]f[/tex] and [tex]x[/tex]. Let [tex]K[/tex] 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.

[tex]f_{2} = k_{23}(x_{3} - x_{2} - l_{23}) - f_{1}[/tex]
[tex]f_{3} = k_{34}(x_{4} - x_{3} - l_{34}) - (f_{1} + f_{2})[/tex]
[tex]f_{4} = f_{1} + f_{2} + f_{3}[/tex]

It seems quite complicated to put this into matrix form, so I'm assuimg that I've done something wrong.
Suggestions?
 
Physics news on Phys.org
By the way, here is a figure showing how I am visualizing this problem:
I am assuming [tex]m_{1}[/tex] to be constrained. Just throwing out ideas :)

Exercise1-2.jpg
 
Last edited:
Here's my complete solution. I expand and simplify the equations given in my first post.
Then I put together expressions for the x's and separate the constants.

I'm sorry about the formatting.
Does this look ok?

[tex] <br /> \[ f_{1} = k_{12}(x_{2}-x_{1}-l_{12}) = k_{12}x_{2} - k_{12}x_{1} - k_{12}l_{12} \]<br /> \[ k_{12}l_{12} = const. \]<br /> <br /> \[ f_{2} = k_{23}(x_{3}-x_{2}-l_{23} - k_{12}(x_{2}-x_{1}-l_{12})) \]<br /> \[ \Rightarrow f_{2} = x_{2}(-k_{12}-k_{23}) + x_{1}k_{12} + x_{3}k_{23} - k_{23}k_{23} + k_{12}l_{12} \]<br /> \[ - k_{23}k_{23} + k_{12}l_{12} = const. \]<br /> <br /> \[ f_{3} = k_{34}(x_{4}-x_{3}-l_{34}) - k_{23}(x_{3}-x_{2}-l_{23}) \]<br /> \[ \Rightarrow f_{3} = k_{23}x_{2} + x_{3}(-k_{23}-k_{34}) + k_{34}x_{4} -k_{34}l_{34} + k_{23}l_{23} \]<br /> \[ -k_{34}l_{34} + k_{23}l_{23} = const. \]<br /> <br /> \[ f_{4} = k_{34}(x_{4}-x_{3}-l_{34}) = k_{34}x_{4} - k_{34}x_{3} - k_{34}l_{34} \]<br /> \[- k_{34}l_{34} = const. \]<br /> <br /> \[ \textbf{f} = \textbf{K}\textbf{x} + \textbf{c} \]<br /> <br /> \[<br /> \left[\begin{array}[pos]{c}<br /> f_{1} \\<br /> f_{2} \\<br /> f_{3} \\<br /> f_{4} \\<br /> \end{array}\right]=<br /> \left[\begin{array}[pos]{cccc}<br /> -k_{12} & k_{12} & 0 & 0 \\<br /> k_{12} & (-k_{12}-k_{23}) & k_{23} & 0 \\<br /> 0 & k_{23} &(-k_{23}-k_{34}) & k_{34} \\<br /> 0 & 0 &-k_{34} & k_{34}\\<br /> \end{array}\right]<br /> \left[\begin{array}[pos]{c}<br /> x_{1} \\<br /> x_{2} \\<br /> x_{3} \\<br /> x_{4} \\<br /> \end{array}\right]+<br /> \left[\begin{array}[pos]{c}<br /> -k_{12}l_{12} \\<br /> -k_{23}l_{23} + k_{12}l_{12} \\<br /> -k_{34}l_{34} + k_{23}l_{23} \\<br /> -k_{34}l_{34} \\<br /> \end{array}\right]<br /> \][/tex]
 

Similar threads

Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
13
Views
2K
Replies
1
Views
4K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K