Two blocks collide with spring in-between.

AI Thread Summary
In the problem involving two colliding blocks and a spring, the maximum compression occurs when both blocks share the same velocity. The initial approach using F=ma and a differential equation for Block 1's velocity was incorrect due to the spring's fixed end being affected by Block 2's movement. The correct method involves recognizing that the force on Block 1 must account for the relative motion of both blocks, leading to a more complex equation. Ultimately, the energy conservation method is suggested as the more effective solution for finding maximum compression. The discussion highlights the importance of correctly applying physical principles in dynamic systems.
Jose Bouza
Messages
9
Reaction score
0

Homework Statement


Block 1 (mass 2 kg) is moving rightward at 10 m/s and block 2 (mass 5kg kg) is moving rightward at 3 m/s. The surface is frictionless, and a spring with spring constant of 1120 N/m is fixed on the left side on block 2. When the blocks collide, the compression of the spring is maximum at the instant the blocks have the same velocity. Find the maximum compression.

Homework Equations

The Attempt at a Solution


I realize after the fact that this could probably be solved very easily with conservation of energy and/or momentum but I tried a different route and I'm confused as to why it gave me the wrong answer. What I did was use F=ma to set up a differential equation for the velocity of Block 1 in terms of its compression of the block x.
Since $$F_1 = -kx$$ the velocity at any position x is given by the solution to the equation
\frac{dv}{dx}m = -kx
which is
$$v_1(x) = v_i1 -\frac{kx^2}{2m_1}$$
By Newtons third law the velocity of the second block at any position x should thus be
$$v_2(x) = v_i2 +\frac{kx^2}{2m_2}$$
If we set these equal to each other, plug in the relevant variables and solve for x we get a solution x = 0.1336m. When checked against the solution manual this is wrong though, where did I go wrong? Thanks.
 
Physics news on Phys.org
Hello Jose,

I think it goes wrong at the very first ##
F_1 = -kx##. This is true for a spring with the other end fixed, but here the other end moves, so you have something with ##
F_1 = -k(x_1 - x_2 - C) ## with C something like ##x_1-x_2## when both blocks touch the end of the spring (without compressing it).
 
BvU said:
Hello Jose,

I think it goes wrong at the very first ##
F_1 = -kx##. This is true for a spring with the other end fixed, but here the other end moves, so you have something with ##
F_1 = -k(x_1 - x_2 - C) ## with C something like ##x_1-x_2## when both blocks touch the end of the spring (without compressing it).
Yup you're right. When I add this into my solution I end up with a system of equations that I can't seem to solve for x2-x1 so I guess the energy method is the only one that works here. Thanks anyways.
 
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