A juggler is juggling with four balls. He tosses and catches two at a time so that the interval between the two tosses is maximal and constant, . Each ball is tossed with the same initial velocity, so that it makes a parabolic path to his other hand. The distance between his hands is and they are at a same height. What should be the initial speed of the balls in m/s so that they can reach up to in height?
Details and assumptions
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the initial speed be v . Let the horizontal component be v x and the vertical component be v y . We know that v 2 = v x 2 + v y 2 , so we need to obtain v x and v y , so that we can calculate v .
Vertical Motion : We have that v y 2 = 2 g h . This is simply because the y -velocity at the peak is 0 . We will need to find the time of flight for future reference. To do this, note that h = 2 1 g t 2 , where t is the time to reach the peak of the trajectory. We obtain t = g 2 h . By symmetry, the time of flight is 2 t = 2 ⋅ g 2 h .
Horizontal Motion : The projectile travels horizontally a distance d = 0 . 5 0 m in a time 2 t . Thus, the horizontal velocity is v x = 2 t d = 2 ⋅ g 2 h d .
Putting it together : v = v x 2 + v y 2 = ⎝ ⎜ ⎜ ⎛ 2 ⋅ g 2 h d ⎠ ⎟ ⎟ ⎞ 2 + 2 g h = 8 h g d 2 + 2 g h . Using d = 0 . 5 0 m , g = 9 . 8 m/s 2 , and h = 0 . 7 8 4 m , we have v = 3.97 m/s .
Alternatively, we could have just numerically calculated v x and v y separately and then used v = v x 2 + v y 2 , but the above also works.