Three-Degree-Of-Freedom Spring System

  • Thread starter Thread starter Valeron21
  • Start date Start date
  • Tags Tags
    Spring System
AI Thread Summary
The discussion focuses on a three-degree-of-freedom spring system with three masses connected by springs, where the middle mass is displaced to initiate motion. The derived matrix system indicates that the characteristic equation yields two positive roots and one zero root, which corresponds to a mode of equal displacement among the masses. The identified roots represent angular frequencies of normal modes, not overtones, with distinct displacement patterns: one for pure translation, one for symmetric vibration, and one for asymmetric vibration. The motion of the system is a linear combination of these normal modes. The calculations confirm that the system can exhibit three normal modes despite the initial confusion regarding the number of roots.
Valeron21
Messages
8
Reaction score
0
Three masses, m1 , m2, m3, on a frictionless, horizontal plane, connected by two springs, both with a spring constant k.

The system is set in motion by displacing the middle mass, m2, a distance a to the right, whilst holding the end masses, m1 and m2, in equilibrium.

Also should be noted that m1 = m3 and m2 = βm1.

Summing the forces on each mass and using Newton's second law I have obtained the following matrix system:

$$
\begin{bmatrix}
βm & 0 & 0\\0 & m & 0\\0& 0& βm\\
\end{bmatrix}
\begin{bmatrix}
\ddot x_{1}\\\ddot x_{2}\\\ddot x_{3}\\
\end{bmatrix}
+
\begin{bmatrix}
k & -k & 0\\-k & 2k & -k\\0& -k& k\\
\end{bmatrix}
\begin{bmatrix}
x_{1}\\x_{2}\\x_{3}\\
\end{bmatrix}
=
\begin{bmatrix}
0\\0\\0\\
\end{bmatrix}
$$

which is $$\underline{M}\underline{\ddot X} + \underline{k}\underline{X}=0$$

After assuming a solution of the form:
$$ \underline{X}={U}[A_{}cos(ω_{}t)+B_{}sin(ω_{}t)]$$

it can be shown that
$$\underline{\ddot X}=-ω^{2}\underline{X}$$
and then that:
$$( \underline{k}-ω^{2} \underline{M}) \underline{X}=0$$
and for there to be a non-trivial solution,
$$det( \underline{k}-ω^{2} \underline{M})=0$$

here I have a problem, which might not even be a problem, but the characteristic equation I get only has two positive roots, where I am asked for three. Is there a) something obviously wrong with my method;b) a potential error in my calculations;c) is it possible for there to be only two frequencies?
 
Physics news on Phys.org
Your original equation is certainly wrong. You said that ## m_1 = m_3 ## and ## m_2 = \beta m_1 ##. Then your M matrix should be ## \text{diag} \{ m, \beta m, m \} ##.

Apart from that, it is possible to have roots with multiplicity greater than 1. You should still get different normal mode vectors.
 
One of the roots is zero: It corresponds to equal displacement of all the three masses.

ehild
 
voko said:
Your original equation is certainly wrong. You said that ## m_1 = m_3 ## and ## m_2 = \beta m_1 ##. Then your M matrix should be ## \text{diag} \{ m, \beta m, m \} ##.
Whoops.

ehild said:
One of the roots is zero: It corresponds to equal displacement of all the three masses.

ehild

erm, so my roots are:

$$0, \sqrt\frac{k}m, \sqrt\frac{k(2+β)}{βm}$$

making 0(?) the fundamental frequency, then the square root of k/m the first overtone and the square root of k(2+β)/m the second overtone, each with a corresponding mode shape vector?
 
They are not overtones. They are the angular frequencies of normal modes. All normal modes mean different displacements of the masses with respect to each other. You get these normal mode vectors by plugging back the frequencies into the original equation.

(One normal mode is pure translation, all bodies have the same displacement. The other one is a symmetric vibration, m1 and m3 move in opposite directions. The third one is asymmetric vibration, m1 and m3 move in the same direction, and m2 moves in the opposite direction)

The motion of the system with the given initial condition is a linear combination of the three normal modes.

ehild
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top