Meithan
- 16
- 1
I'm a TA in an introductory course of (classical) mechanics at the university. I've been baffled for the couple two hours at this problem, taken from Resnick, Halliday & Krane (Fourth Edition in english; it's the 3rd ed. in spanish). I initially solved the problem, thinking my reasoning was sound, and was surprised when I discovered my (numerical) answer was not the same as the book's.
After more than two hours of checking the reasoning, the algebra, and numerical evaluations, I still find a numerical solution distinct from the one in the book. So I'm wondering whether the book's got it wrong, or whether I'm missing something in the solution. Anyway, here's the problem and my solution.
Problem (translated from spanish)
A block of mass m_1=1.88 kg slides along a frictionless table at a speed of 10.3 m/s. In front of it, and moving in the same direction, is a block of mass m_2=4.92 kg, moving at a speed of 3.27 m/s. A massless spring with a spring constant k=11.2 N/cm is attached to the second block, facing the first block, as shown in the figure. When the blocks collide, what is the maximum compression of the spring?
http://img525.imageshack.us/img525/8029/fig.png My solution
I assumed that when the spring is at maximum compression, the two blocks have momentarily the same speed, as if it were a completely inelastic collision. Alternatively, one can also hop in the center-of-mass frame, and it is clear (if we consider them point masses) that at this moment both blocks are at rest (in this frame), thus having the same velocity. (And if two objects have the same velocity in a given inertial reference frame, they'll have the same velocity in any inertial reference frame - even in SR.)
Then, we can write the conservation of total linear momentum as
m_1 v_1 + m_2 v_2 = (m_1 + m_2) v_3
where v_1 and v_2 are the initial velocities of the blocks, respectively, and v_3 is their common velocity at the exact instant the spring is maximally compressed. We can directly solve this for v_3:
v_3 = \frac{m_1 v_1 + m_2 v_2}{m_1 + m_2}
Now, even if the collision is not elastic, the total energy of the system (blocks+spring) must be conserved. The kinetic energy is not conserved because part of it is being transferred to the spring as potential energy. We know the speeds of the blocks initially and at maximum compression, so we can in principle solve the problem for the maximum compression. The conservation of total energy can be stated in this case as:
\frac{1}{2} m_1 v_1^2 + \frac{1}{2} m_2 v_2^2 = \frac{1}{2} (m_1+m_2) v_3^2 + \frac{1}{2} k x^2
where x is the maximum compression of the spring. We know all quantities in this equation except for x, which is what is asked (we've calculated v_3 in terms of known quantities). Therefore, we can solve for x. After some algebra (which I have thoroughly checked, both by doing it myself several times and also by doing it with Maxima), I get:
x = \left|v_1 - v_2\right| \sqrt{\frac{m_1 m_2}{k(m_1 + m_2)}}
A sign ambiguity in the algebraic derivation is produced when we take the square root, so I've taken the absolute value of v_1-v_2 because we expect a positive physical answer.
Evaluating the solution with the numbers given in the problem,
m_1=1.88 kg
m_2=4.92 kg
v_1=10.3 m/s
v_2=3.27 m/s
k=1120 N/m (converted from the given 11.2 N/cm)
I get (and I've also done the numerical computation many times on the computer):
x \approx 0.245 m, or some 24.5 cm.
However, the solution in the book is 35.9 cm! The given answer has enough significant figures to make it unlikely that it was a printing error.
What is even more baffling is that a friend of mine found the same problem in a newer edition of the book, only with different numbers, but my solution still gives the wrong answer in that edition!
Is there an error in my reasoning? Could the book's numerical answer be wrong in both editions?
After more than two hours of checking the reasoning, the algebra, and numerical evaluations, I still find a numerical solution distinct from the one in the book. So I'm wondering whether the book's got it wrong, or whether I'm missing something in the solution. Anyway, here's the problem and my solution.
Problem (translated from spanish)
A block of mass m_1=1.88 kg slides along a frictionless table at a speed of 10.3 m/s. In front of it, and moving in the same direction, is a block of mass m_2=4.92 kg, moving at a speed of 3.27 m/s. A massless spring with a spring constant k=11.2 N/cm is attached to the second block, facing the first block, as shown in the figure. When the blocks collide, what is the maximum compression of the spring?
http://img525.imageshack.us/img525/8029/fig.png My solution
I assumed that when the spring is at maximum compression, the two blocks have momentarily the same speed, as if it were a completely inelastic collision. Alternatively, one can also hop in the center-of-mass frame, and it is clear (if we consider them point masses) that at this moment both blocks are at rest (in this frame), thus having the same velocity. (And if two objects have the same velocity in a given inertial reference frame, they'll have the same velocity in any inertial reference frame - even in SR.)
Then, we can write the conservation of total linear momentum as
m_1 v_1 + m_2 v_2 = (m_1 + m_2) v_3
where v_1 and v_2 are the initial velocities of the blocks, respectively, and v_3 is their common velocity at the exact instant the spring is maximally compressed. We can directly solve this for v_3:
v_3 = \frac{m_1 v_1 + m_2 v_2}{m_1 + m_2}
Now, even if the collision is not elastic, the total energy of the system (blocks+spring) must be conserved. The kinetic energy is not conserved because part of it is being transferred to the spring as potential energy. We know the speeds of the blocks initially and at maximum compression, so we can in principle solve the problem for the maximum compression. The conservation of total energy can be stated in this case as:
\frac{1}{2} m_1 v_1^2 + \frac{1}{2} m_2 v_2^2 = \frac{1}{2} (m_1+m_2) v_3^2 + \frac{1}{2} k x^2
where x is the maximum compression of the spring. We know all quantities in this equation except for x, which is what is asked (we've calculated v_3 in terms of known quantities). Therefore, we can solve for x. After some algebra (which I have thoroughly checked, both by doing it myself several times and also by doing it with Maxima), I get:
x = \left|v_1 - v_2\right| \sqrt{\frac{m_1 m_2}{k(m_1 + m_2)}}
A sign ambiguity in the algebraic derivation is produced when we take the square root, so I've taken the absolute value of v_1-v_2 because we expect a positive physical answer.
Evaluating the solution with the numbers given in the problem,
m_1=1.88 kg
m_2=4.92 kg
v_1=10.3 m/s
v_2=3.27 m/s
k=1120 N/m (converted from the given 11.2 N/cm)
I get (and I've also done the numerical computation many times on the computer):
x \approx 0.245 m, or some 24.5 cm.
However, the solution in the book is 35.9 cm! The given answer has enough significant figures to make it unlikely that it was a printing error.
What is even more baffling is that a friend of mine found the same problem in a newer edition of the book, only with different numbers, but my solution still gives the wrong answer in that edition!
Is there an error in my reasoning? Could the book's numerical answer be wrong in both editions?
Last edited by a moderator: