A ball with a mass of #3 # #kg# is rolling at #3# # ms^-1# and elastically collides with a resting ball with a mass of #3# #kg#. What are the post-collision velocities of the balls?

1 Answer
Mar 13, 2016

Intuition and experience tell us all the momentum and energy will transfer from one ball to the other, but we should calculate to check.

The detailed calculation below shows that, indeed, after the collision the velocity of the first ball is #0# and that of the second ball is #3# #ms^-1#.

Explanation:

An elastic collision means that both momentum, #p=mv#, and kinetic energy, #E_k=1/2mv^2#, are conserved.

It might be simpler if we call the #3# #kg# ball that was initially moving '1' and the one that was initially stationary '2', just to make it easier to refer to them.

Momentum before the collision:

#p=m_1v_1+m_2v_2=3*3+3*0=9# #kgms^-1#

Momentum after the collision:

#p=m_1v_1+m_2v_2=3*v_1+3*v_2#

Conservation of momentum tells us these two things are equal to each other, so:

#3v_1+3v_2=9#

Divide through by 3 to make it simpler:

#v_1+v_2=3# # # call this Equation (1)

That's one equation in two unknowns. We'll need another equation if we're going to be able to solve this.

Kinetic energy before the collision:

#E_k=1/2m_1v_1^2+1/2m_2v_2^2=1/2*3*3^2+1/2*3*0^2=27/2# #J#

Kinetic energy after the collision:

#E_k=1/2m_1v_1^2+1/2m_2v_2^2=3/2v_1^2+3/2v_2^2# #J#

Kinetic energy is not always conserved, but in this case we are told that collision is elastic, which means that kinetic energy is conserved. That means these two things - before and after - are also equal to each other, so:

#3/2v_1^2+3/2v_2^2=27/2#

Let's divide through by 3/2 to make it neater:

#v_1^2+v_2^2=9# # # call this Equation (2)

By rearranging Equation (1) we can get an expression for #v_2#:

#v_2=3-v_1#

Substitute this into Equation 2 and solve:

#v_1^2+(3-v_1)^2=9 = v_1^2+9-6v_1+v_1^2#

Subtracting 9 from both sides and rearranging:

#2v_1^2-6v_1=0#

Solve this quadratic equation using the quadratic formula or another method and you will find the roots:

#v_1=3 or v_1=0#

Fascinatingly, these two roots relate to the situation before and after the collision! Initially the first ball had a velocity of 3, but after the collision it had a velocity of 0.

Substituting #v_1=0# back into Equation (1), we find that #v_2=3#.

(this is the condition after the collision. If we had substituted #v_1=3# we would have found #v_2=0#, the situation before the collision)