Help with 2D mass-spring-damper system

  • Thread starter Thread starter newbeee
  • Start date Start date
  • Tags Tags
    2d System
Click For Summary
The discussion centers on understanding the dynamics of a 2D mass-spring-damper system, particularly the interaction between box2 and the ground. The confusion arises regarding the force applied to box2 and its effect on the spring k2, specifically why the force between box2 and the ground decreases. It is clarified that if the quantity (x2 - z) is positive, the lower spring is compressed rather than stretched. The conceptual difficulty is alleviated by expressing the spring force as +k2(z - x2), which is always positive in practice. This highlights the importance of proper interpretation of spring forces in the system's analysis.
newbeee
Messages
1
Reaction score
0
Homework Statement
box1 mass : m1
box2 mass : m2
box1 displacement : x1
box2 displacement : x2
ground displacement : z

k1(spring), b(damper) attached between box1, box2
k2(spring) attached between box2 and ground
force is applied to box1 and 2 as shown in image
Relevant Equations
mx'' = f - kx -bx' (F = ma)
아님.png


the image on the right shows the problem.

the blue ink is the equation someone else gave me,
and I don't understand why the force between box2 and ground goes down...
(the red is me)

the force f is applied to box2 so that it pushes box2 down,
so isn't the spring k2 supposed to push upward?
 
Physics news on Phys.org
If the quantity ##(x_2-z)## is positive, what can you say about the lower spring? Is it stretched or compressed?
 
TSny said:
If the quantity ##(x_2-z)## is positive, what can you say about the lower spring? Is it stretched or compressed?
In practice, of course, it never will be stretched, but the conceptual difficulty goes away if we write it as ##+k_2(z-x_2)## and note that this will always be positive.
 
Thread 'Chain falling out of a horizontal tube onto a table'
My attempt: Initial total M.E = PE of hanging part + PE of part of chain in the tube. I've considered the table as to be at zero of PE. PE of hanging part = ##\frac{1}{2} \frac{m}{l}gh^{2}##. PE of part in the tube = ##\frac{m}{l}(l - h)gh##. Final ME = ##\frac{1}{2}\frac{m}{l}gh^{2}## + ##\frac{1}{2}\frac{m}{l}hv^{2}##. Since Initial ME = Final ME. Therefore, ##\frac{1}{2}\frac{m}{l}hv^{2}## = ##\frac{m}{l}(l-h)gh##. Solving this gives: ## v = \sqrt{2g(l-h)}##. But the answer in the book...