When the balls collide, they are moving in opposite direction and the speed of A is twice the speed of B. At what fraction of the height did the collision occur?
Now I have solved this question a bit differently. I did not arrive at the right answer, so I need to know what I have to fix.
Let the building be of height H and let the balls collide at h and time t
Distance travelled by A $$H-h=\frac 12 gt^2$$ So $$t^2=\frac 2g (H-h)$$ And distance covered by B is
$$h=ut - \frac 12 gt^2$$ Subsisting the value of t $$h=u\sqrt {\frac{2(H-h)}{g}} - (H-h)$$ Squaring after doing appropriate simplification $$H^2=\frac{2u^2(H-h)}{g}$$ I don’t know how to proceed further. Please help.
The distances traveled by the two balls
$$h =ut - \frac 12 gt^2$$ $$H - h = \frac 12 gt^2$$
Take their ratio
$$ \frac {h}{H-h} = \frac{2u}{gt} -1\tag{1}$$
Let $u_a$ and $u_b$ be the velocities at collision, then $gt$ is related to them via
$$gt = u-u_b = u_a\tag{2} $$
And, at collision,
$$u_a= 2u_b\tag{3}$$
From (2) and (3), we get $u=3u_b$, which leads to
$$gt = u-u_b = \frac23 u$$
Plug above $gt$ into (1) to get
$$ \frac {h}{H-h} = \frac 21$$
Thus, they collide at
$$h=\frac23 H$$.