A particle is dropped from the top of a tower h meter high and simultaneously a particle is projected upwards from bottom. They meet when the upper one has descended 1/n of the distance. find the initial velocity of the lower particle?

1 Answer
Jun 23, 2015

The initial velocity of the lower particle was #v_0 = sqrt((ngh)/2)#

Explanation:

So, you know that you're dealing with two particles, one at the top of a tower that's h meters high, and the other one on the bottom.

Moreover, you know that if you drop the top particle with no initial velocity and launch the bottom particle with an initial velocity equalto #v_0#, they meet when the upper particle travelled #1/n# of the heigt of the tower.

For the upper particle, the distance it travelled can be written as

#1/n * h = underbrace(v_(0"upper"))_(color(blue)("=0")) * t + 1/2 * g * t^2#

#1/n * h = 1/2 * g * t^2# #" "color(blue)((1))#, where

#t# - the time needed for the particle to reach that height.

The bottom particle will travel a distance of

#h - 1/n * h = ((n-1))/n * h#

For the bottom particle you can write

#((n-1))/n * h = v_0 * t - 1/2 * g * t^2# #" "color(blue)((2))#

Since the two particles meet up at this point, the time of flight for both particles must be equal.

Use equation #color(blue)((1))# to find a relationship for #t^2#

#t^2 = (2h)/(ng)#

Plug this into equation #color(blue)((2))# to get

#((n-1))/n * h = v_0 * sqrt((2h)/(ng)) - 1/cancel(2) * cancel(g) * (cancel(2)h)/(ncancel(g))#

#((n-1))/n * h = v_0 * sqrt((2h)/(ng)) - h/n#

Rearrange to isolate #v_0# on one side of the equation

#v_0 * sqrt((2h)/(ng)) = ((n-1))/n * h + h/n#

#v_0 * sqrt((2h)/(ng)) = cancel(n)/cancel(n) * h - cancel(h/n) + cancel(h/n)#

#v_0 = h/(sqrt((2h)/(ng))) = (cancel(h) * sqrt((2h)/(ng)))/((2cancel(h))/(ng)) = (ng)/2 * sqrt((2h)/(ng))#

This is equivalent to

#v_0 = sqrt( (n^(cancel(2)) * g^(cancel(2)))/4 * (2h)/((cancel(n) * cancel(g))#

#v_0 = color(green)(sqrt((ngh)/2))#