Daniel B. answered 07/11/22
A retired computer professional to teach math, physics
Given the units used in the question, I will also use kg and cm.
Let
v1 be the velocity with which the first ball strikes the second,
w1 be the velocity of the first ball after the collision,
w2 be the velocity of the second ball after the collision,
g be gravitational acceleration.
This is the strategy:
Use conservation of energy to calculate v1.
Use conservation of momentum and energy to calculate w1, w2.
Use conservation of energy to calculate h1, h2.
Throughout I will use the balls' resting position as reference point for potential energy.
CALCULATE v1
Before the first ball is released its kinetic energy is 0 and potential energy is m1gH.
As it strikes the second ball its kinetic energy is m1v1²/2 and potential energy is 0.
By conservation of energy
m1v1²/2 = m1gH
So
v1² = 2gH (1)
CALCULATE w1 and w2
By conservation of momentum
m1w1 + m2w2 = m1v1 (2)
As the collision is elastic, we also have conservation of energy
m1w1²/2 + m2w2²/2 = m1v1²/2 (3)
So we have two equations and two unknowns w1 and w2.
I will not go through the detailed calculations, only the important equations.
From (2)
w2 = (v1 - w1)m1/m2
After plugging that into (3) and simplifying we get the quadratic equation
(m1 + m2)w1² - 2m1v1w1 + (m1 - m2)v1² = 0
That gives the solution
w1 = v1(m1 ± m2)/(m1 + m2)
So we have two solutions:
w1 = v1, w2 = 0
w1 = v1(m1 - m2)/(m1 + m2), w2 = 2v1m1/(m1 + m2) (4)
The first solution lets the first ball simply pass through the second ball without disturbing it.
While philosophically interesting, we reject that solution on practical grounds.
So we have only the second solution.
CALCULATE h1
Right after the collision, the first ball has potential energy 0 and kinetic energy m1w1²/2.
When it reaches its maximal height h1 it has potential energy m1gh1 and kinetic energy 0.
By conservation of energy
m1gh1 = m1w1²/2
So
h1 = w1²/2g
Substituting from (4)
h1 = v1²((m1 - m2)/(m1 + m2))²/2g
Substituting from (1)
h1 = 2gH((m1 - m2)/(m1 + m2))²/2g = H((m1 - m2)/(m1 + m2))²
Substituting actual values
h1 = 7×(0.1/0.5)² = 0.28 cm
CALCULATE h2
Right after the collision, the second ball has potential energy 0 and kinetic energy m2w2²/2.
When it reaches its maximal height h2 it has potential energy m2gh2 and kinetic energy 0.
By conservation of energy
m2gh2 = m2w2²/2
So
h2 = w2²/2g
Substituting from (4)
h2 = v1²(2m1/(m1 + m2))²/2g
Substituting from (1)
h2 = 2gH(2m1/(m1 + m2))²/2g = H(2m1/(m1 + m2))²
Substituting actual values
h2 = 7×(0.6/0.5)² = 10.08 cm
NOTE:
You can double check the results by comparing the very original potential energy
with the total final potential energy.