How Do Two Masses and a Spring Behave on a Frictionless Surface?

  • Thread starter Thread starter SqueeSpleen
  • Start date Start date
  • Tags Tags
    Spring Two masses
AI Thread Summary
The discussion focuses on a physics problem involving two masses connected by a spring on a frictionless surface. Particle 1 has a mass of 1.6 kg and an initial speed of 4 m/s, while particle 2 has a mass of 2.1 kg and an initial speed of -2.5 m/s. The participants explore how to calculate the final speed of particle 2 when particle 1's speed changes to 3 m/s and determine how much the spring compresses during this interaction. They emphasize the importance of using conservation principles, particularly momentum and energy, to solve the problem accurately. After recalculating, the final compression of the spring is estimated to be approximately 17.3 cm.
SqueeSpleen
Messages
138
Reaction score
5
I think it belong to Introductory Physics homehork, it's my first course college's physics course, I think it's pretty basic.

We have particle 1 with a mass of 1.6 KG (left one), and particle 2 with an attached spring to it's left with a mass of 2.1 KG (right one).

They're both in a frictionless floor.

The particle 1 has a speed of 4 m/s, and the particle 2 has a speed of -2.5 m/s (they are in the same line).
The spring has a constant of 600 N/m

If someone knows a good way to make sketchs involving springs in the computer I'll try to draw it, if the problem isn't clear I'll scan the sketch.

(a) After the spring starts to shrink, at certain time the particle 1 has a speed 3 m/s. What speed has the particle 2 at the same time?
(b) How much has the spring shrink at that time?.

I know how to solve problems involving an immovable spring, but in this problem I always end up making an assumption I don't know how to justify in order to solve it.

I know:
\Delta U_e+\Delta U_c+\Delta U_g=0
U_e=k x^2
U_c=\sum_{i=1}^{n} \frac{1}{2}v_i ^2m_i

U_g=0 this isn't used in this problem.

I can calculate how much will the spring shrink at the most because I can think the mass 2 as point of reference and mass 1 with a speed of 6.5 m/s, but I don't know how to solve this without making, for example, the assumption that the spring absorvs energy at the same rate from both sides.
 
Last edited by a moderator:
Physics news on Phys.org
Are the particles connected to the spring? Not entirely clear from the description.
 
voko said:
Are the particles connected to the spring? Not entirely clear from the description.
I think you can assume they are connected; after all, the surface is frictionless so no energy is lost before contact is made. The fun begins when the spring starts to compress.
 
gneill said:
I think you can assume they are connected; after all, the surface is frictionless so no energy is lost before contact is made. The fun begins when the spring starts to compress.

I think it's correct but I edited the first post to clarity it, so people who read the thread for first time can understand what I meant in the first post.
I hope I made it clear because after this post I'll be unable to edit the first one.
PD: I think I should used rectangles instead circles, and I forget to state that the spring is massless.
 
Last edited:
SqueeSpleen said:
I can calculate how much will the spring shrink at the most because I can think the mass 2 as point of reference and mass 1 with a speed of 6.5 m/s, but I don't know how to solve this without making, for example, the assumption that the spring absorvs energy at the same rate from both sides.

You should consider employing conservation principles. What's conserved no matter what the (inertial) frame of reference?
 
It is always useful to think about the conservation laws. Which ones would apply here?
 
gneill said:
You should consider employing conservation principles. What's conserved no matter what the (inertial) frame of reference?

Momentum? I didn't use it because I thought it wasn't valid when the spring absorvs a part of the energy, if I can still use it then I think I have all the equations I need.
m_{1}v_{1i}+m_{2}v_{2i}=m_{1}v_{1f}+m_{2}v_{2f}
1.6 KG \cdot 4 \frac{m}{s} + 2.1 KG \cdot (-2.5) \frac{m}{s}=1.6 KG \cdot 3 + 2.1 KG \cdot v_{2f}
Then v_{2f}=-\frac{73}{42} \frac{m}{s}\cong -1.74 \frac{m}{s}
Now we calculate the cinetic energy and
we can know how much has the spring compressed, with I think it's ~1.5 cm.
 
Last edited:
SqueeSpleen said:
Momentum? I didn't use it because I thought it wasn't valid when the spring absorvs a part of the energy, if I can still use it then I think I have all the equations I need.
m_{1}v_{1i}+m_{2}v_{2i}=m_{1}v_{1f}+m_{2}v_{2f}
1.6 KG \cdot 4 \frac{m}{s} + 2.1 KG \cdot (-2.5) \frac{m}{s}=1.6 KG \cdot 3 + 2.1 KG \cdot v_{2f}
Then v_{2f}=-\frac{73}{42} \frac{m}{s}\cong 1.74

Yup. Momentum is always conserved. Careful: you dropped the sign on your final result. And be sure to keep the units!
 
I edited the message.
Now we calculate the cinetic energy and
we can know how much has the spring compressed, with I think it's ~1.5 cm.
 
  • #10
SqueeSpleen said:
I edited the message.
Now we calculate the cinetic energy and
we can know how much has the spring compressed, with I think it's ~1.5 cm.

Can you show your work? That value looks too small to me.
 
  • #11
gneill said:
Can you show your work? That value looks too small to me.

I also think it's pretty small, so here we go:
\Delta U_e+\Delta U_c+\Delta U_g=0
U_e=k x^2
U_c=\sum_{i=1}^{n} \frac{1}{2}v_i ^2m_i
U_g=0
Then
\Delta U_e+\Delta U_c=0
U_c=\frac{1}{2}((4 \frac{m}{s})^2 - (3 \frac{m}{s})^2) \cdot 1.6 KG+\frac{1}{2}((2.5 \frac{m}{s})^2 - (1.74 \frac{m}{s})^2) \cdot 2.1 KG=8.99 KG \frac{m^2}{s^2}
I think I made a mistake calculating it the first time, and...
U_e=k x^2 isn't the formula I use, it's U_e=\frac{1}{2}k x^2 (as k is a constant I guess it's a matter of convention so no one noticed the mistake in the first post).
8.99 KG \frac{m^2}{s^2}=\frac{1}{2}600(N/m) x^2
Then I got 17.3 cm this time, which doesn't seems so small.
 
  • #12
SqueeSpleen said:
Then I got 17.3 cm this time, which doesn't seems so small.

Yup. Much better :smile:
 
Back
Top