Question
Question: Two identical masses A and B are on same vertical line. A is released from rest while B is simultane...
Two identical masses A and B are on same vertical line. A is released from rest while B is simultaneously projected upwards with a velocity of 50 m/s. Find the velocity of the combined mass just after collision considering perfectly inelastic collision. (g = 10 m/s²)

15 m/s
Solution
To find the velocity of the combined mass just after the perfectly inelastic collision, we need to follow these steps:
- Determine the time when the two masses collide.
- Calculate the velocities of both masses just before the collision.
- Apply the principle of conservation of linear momentum for a perfectly inelastic collision.
Let's set up a coordinate system where the ground is at y=0 and the upward direction is positive.
Given:
- Initial height of A, yA0=50 m.
- Initial velocity of A, uA=0 m/s (released from rest).
- Initial height of B, yB0=0 m.
- Initial velocity of B, uB=50 m/s (upwards).
- Acceleration due to gravity, g=10 m/s².
- Masses are identical, let mA=mB=m.
Step 1: Determine the time of collision (t)
The position of mass A at time t is given by:
yA(t)=yA0+uAt−21gt2
yA(t)=50+(0)t−21(10)t2
yA(t)=50−5t2
The position of mass B at time t is given by:
yB(t)=yB0+uBt−21gt2
yB(t)=0+50t−21(10)t2
yB(t)=50t−5t2
The collision occurs when yA(t)=yB(t):
50−5t2=50t−5t2
50=50t
t=1 s
So, the collision occurs after 1 second.
Step 2: Calculate the velocities of A and B just before collision
The velocity of an object under constant acceleration is given by v=u+at. Here, a=−g (since upward is positive).
For mass A:
vA=uA−gt
vA=0−(10)(1)
vA=−10 m/s (downwards)
For mass B:
vB=uB−gt
vB=50−(10)(1)
vB=40 m/s (upwards)
Step 3: Apply conservation of linear momentum
For a perfectly inelastic collision, the two masses stick together and move with a common final velocity, Vf. The total momentum before the collision equals the total momentum after the collision.
mAvA+mBvB=(mA+mB)Vf
Since mA=mB=m:
m(−10)+m(40)=(m+m)Vf
−10m+40m=2mVf
30m=2mVf
Vf=2m30m
Vf=15 m/s
The positive sign for Vf indicates that the combined mass moves upwards just after the collision.
The height at which collision occurs is yA(1)=50−5(1)2=45 m or yB(1)=50(1)−5(1)2=45 m.
The velocity of the combined mass just after collision is 15 m/s upwards.
Explanation of the solution:
- Determine the time of collision by equating the position equations of masses A and B, considering their initial conditions and motion under gravity. This yields t=1 s.
- Calculate the individual velocities of masses A and B just before collision using kinematic equations (v=u−gt) at t=1 s. vA=−10 m/s (downwards) and vB=40 m/s (upwards).
- Apply the principle of conservation of linear momentum for a perfectly inelastic collision: mAvA+mBvB=(mA+mB)Vf. Since masses are identical (mA=mB=m), substitute the values to find the final common velocity Vf=15 m/s.