31.3: Perfectly Elastic Collisions
( \newcommand{\kernel}{\mathrm{null}\,}\)
A slightly more difficult situation to analyze is the perfectly elastic collision. In this type of collision, none of the kinetic energy is lost, and so kinetic energy is conserved. 2
Let's begin the analysis of a perfectly elastic collision in one dimension. We begin with two masses m1 and m2 with initial velocities v1i and v2i, respectively. After the collision, the two masses have velocities v1f and v2f. The typical problem is: given the masses and initial velocities, what are the final velocities?
We know the total momentum of the system is conserved, so the sum of the momenta before the collision equals the sum of the momenta after the collision:
pi=pf
m1v1i+m2v2i=m1v1f+m2v2f
But because the collision is perfectly elastic, we know that the kinetic energy is also conserved. This gives us a second equation:
Ki=Kf
12m1v21i+12m2v22i=12m1v21f+12m2v22f
m1v21i+m2v22i=m1v21f+m2v22f
Equations 31.3.2 and 31.3.5 give two simultaneous equations in the two unknown final velocities v1f and v2f :
m1v1i+m2v2i=m1v1f+m2v2f
m1v21i+m2v22i=m1v21f+m2v22f
To solve these equations simultaneously, let's rearrange to put the m1 terms on the left and the m2 terms on the right:
m1(v1i−v1f)=m2(v2f−v2i)
m1(v21i−v21f)=m2(v22f−v22i)
Expanding the difference of squares in Eq. 31.3.9, we have
m1(v1i−v1f)=m2(v2f−v2i)
m1(v1i+v1f)(v1i−v1f)=m2(v2f+v2i)(v2f−v2i)
Now divide Eq. 31.3.11 by Eq. 31.3.10 to get
v1i+v1f=v2i+v2f
To solve for the final velocities v1f and v2f, we write Eqs. 31.3.6 and 31.3.12 in matrix form:
(m1m21−1)(v1fv2f)=(m1v1i+m2v2i−v1i+v2i)
and solve for the final velocities:
(v1fv2f)=(m1m21−1)−1(m1v1i+m2v2i−v1i+v2i)
Let's now expand the matrix inverse as the transposed matrix of cofactors divided by the determinant (Appendix Q):
(v1fv2f)=1m1+m2(1m21−m1)(m1v1i+m2v2i−v1i+v2i)
=1m1+m2(m1v1i+m2v2i−m2v1i+m2v2im1v1i+m2v2i+m1v1i−m1v2i)
=1m1+m2((m1−m2)v1i+2m2v2i2m1v1i+(m2−m1)v2i)
Thus
v1f=(m1−m2m1+m2)v1i+(2m2m1+m2)v2i
v2f=(2m1m1+m2)v1i+(m2−m1m1+m2)v2i
Eqs. 31.3.18 and 31.3.19 are the general solution for finding the final velocities in a one-dimensional perfectly elastic collision.
<hr>
1 The 1961 Disney movie The Absent-Minded Professor is about a college professor who invents a material called flubber, whose coefficient of restitution is greater than 1 , so that it bounces higher and higher with each bounce. Among other uses, it is attached to the bottoms of the shoes of the college basketball team, giving the players a significant advantage.
2 Note that in general, total energy is conserved, but kinetic energy is not. Kinetic energy is only conserved in perfectly elastic collisions.