0

A particle $m_1$ is traveling with velocity $v$ toward a stationary particle $m_2$. The velocity of the center of mass is given as $v_c=\frac{m_1}{m_1+m_2}v$. Changing to a moving coordinate system, the Center-of-mass Coordinate System (CMCS), we now have the two particles heading toward each other, $m_1$ with speed $v-v_c$ and $m_2$ with speed $v_c$. The total momentum is found to be 0 in this new coordinate system.

Depending on how $m_1$ collides with $m_2$, it may leave the collision in any direction. After the collision $m_2$ will have the same magnitude of momentum but opposite direction.

Now the assertion is made that in an elastic collision, $m_1$ and $m_2$ have the same speeds before and after the collision. In other words, the speed of $m_1$ is $v-v_c$ and the speed of $m_2$ is $v_c$ after the collision.

I don't see why this must be the case. Apparently momentum conservation and energy conservation lead to only one solution for these speeds. How?

bobie
  • 5,862
Greg
  • 1,790

2 Answers2

1

The math is almost trivial for someone beyond algebra 1. Write the kinetic energy of each particle as $p_n^2/2m_n$. Then converse momentum and kinetic energy in the center-of-momentum. You will see that the magnitude of the momentum each particle does not change.

Bill N
  • 15,522
0

Let $v_1$ and $v_2$ be the particle's velocities in the center of mass coordinate system after the collision. by conservation of momentum and energy we have \begin{gather}\tag{1}m_1v_1+m_2v_2=0 \\ \tag{2}m_1v_1^2+m_2v_2^2=m_1(v-v_c)^2+m_2v_c^2 \end{gather} Isolating $v_1$ in $(1)$ and substituting in $(2)$: $$m_1\left(-\frac{m_2v_2}{m_1}\right)^2+m_2v_2^2=m_1\left(\frac{m_2v}{m_1+m_2}\right)^2+m_2\left(\frac{m_1v}{m_1+m_2}\right)^2 \implies\\ \frac{m_2(m_1+m_2)}{m_1}v_2^2=\frac{m_1m_2}{m_1+m_2}v^2 \implies \\ v_2=\frac{m_1}{m_1+m_2}v=v_c,$$ which is exactly the initial velocity. Substituting the result, yields also the same velocity for $v_1$.