The juggler and his balls

A juggler is performing in a circus.

Assume that the juggler is a master and throws each ball up to the same height and throws each ball with the same velocity. He throws each ball when the previous ball has reached the maximum height.

If he throws n = 2 n=2 balls every second, then calculate the maximum height that each ball reaches. Take g = 10 m/s 2 g = 10 \text{ m/s}^2 .

Image Credit: Wikimedia 3-ball cascade movie


The answer is 1.25.

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.

8 solutions

Vaibhav Prasad
Mar 27, 2015

let the time taken by each ball to reach max height be t t . Since ball is at rest on the top...final velocity v = 0 v=0 .

Thus v = u g t 0 = u g t t = u g \begin{aligned} v&=u-gt\\ \implies 0&=u-gt\\ \implies t&=\dfrac { u }{ g } \\ \end{aligned}

Now, t t is the time taken by 1 1 ball. So time taken by n n balls = n u g \dfrac{nu}{g}

We know that n n balls take 1 s e c 1 sec . Thus n u g = 1 u = g n \dfrac{nu}{g}=1\\ \implies u=\dfrac{g}{n}

Now applying v 2 = u 2 2 g s v^2 = u^2 - 2gs , we get

0 = ( g 2 n 2 ) 2 g s 2 g s = ( g 2 n 2 ) 2 s = g n 2 s = g 2 n 2 \begin{aligned} 0&=\left( \dfrac { { g }^{ 2 } }{ { n }^{ 2 } } \right) -2gs\\ \implies 2gs&=\left( \dfrac { { g }^{ 2 } }{ { n }^{ 2 } } \right) \\ \implies 2s&=\dfrac { g }{ { n }^{ 2 } } \\ \implies s&=\boxed{\dfrac { g }{ 2{ n }^{ 2 } }} \end{aligned}

Awesome !!

Harsh Shrivastava - 6 years, 2 months ago

Log in to reply

thanks a lot !!!

Vaibhav Prasad - 6 years, 2 months ago

Log in to reply

I have question to you Prasad ."n" only show the value of ball he throw every second,then how about the value of ball,are it not influence? i'm sorry for bad english

Rifqi Mukhammad - 6 years, 2 months ago

Log in to reply

@Rifqi Mukhammad Bad english, bad hindi and i'm so sory to say that i'm clueless about whatever it is that you want to convey.

Vaibhav Prasad - 6 years, 2 months ago

Log in to reply

@Vaibhav Prasad You have spelled 'sorry' incorrectly

Your problem should say 2 balls in exactly 1 sec. Your problem includes the possibility of 2 balls thrown in every 1.7sec or any such number

Siddhant Chaudhari - 5 years, 5 months ago

उम्मीद है ये मदद करेगा मैं तुम्हें प्रसाद के लिए एक सवाल है। "एन" केवल प्रभावित नहीं किया, वह कैसे गेंद के मूल्य के बारे में तो हर दूसरे फेंक दिया है कि गेंद के मूल्य से पता चलता है?

Rifqi Mukhammad - 6 years, 2 months ago

But its more simple...as he throws 2 balls per sec. So 1 sec becomes the time of flight t=2u/g here we get u and put this in h=u^2/2g.

Rishabh Bairagi - 5 years, 3 months ago

Log in to reply

At first I thought like this.. but it isn't said that balls are thrown vertically

Andrea Virgillito - 3 years, 1 month ago

Flawless. Easy one anyways :p

Abhiram Rao - 5 years, 1 month ago

How do we know he's juggling only 3 balls?

Jerry McKenzie - 4 years, 7 months ago

Rishabh, or anyone - how do you know 2 balls are in flight at any given point in time? Are you assuming that the Juggler only holds each ball for .5 seconds ? Why is that necessarily true?

Tony Miller - 2 years, 5 months ago
Peter Macgregor
Mar 28, 2015

A ball is thrown every 0.5 seconds. So the previous ball (indeed every ball) takes 0.5 seconds to reach its peak. Assuming we can neglect air resistance, the ball takes the same time to rise to its peak as it does to fall from its peak back to the juggler's hand.

At its peak the ball is momentarily stationary and so it is easy to calculate the distance it falls in 0.5s as

s = u t + 1 2 a t 2 = 0 + 1 2 × 10 × 0. 5 2 = 1.25 s=ut+\dfrac{1}{2}at^2=0+\dfrac{1}{2}\times 10\times 0.5^2=1.25

Yes you have thought correct , but I think for this question only. what if I hadn't given a value for n ??

Vaibhav Prasad - 6 years, 2 months ago

Log in to reply

Then we could have taken t = 1 n s t=\frac{1}{n}s by unitary method.

Mohd. Hamza - 2 years, 2 months ago

should`t it some elevation angle be considered?

Jozofrend Horvath - 4 years, 10 months ago

Peter or anyone, please explain why a ball being thrown every .5 seconds proves that a ball takes .5 seconds to reach its peak . ? That seems to assume that the juggler only holds each ball .5 seconds. How can you assume or figure that ?

Tony Miller - 2 years, 5 months ago
Jared Jones
May 15, 2015

Either using a little optimization calculus, or the formula Vf= V1 + at, it is easy to see that the time is v/g. "n" that is given in the problem is the frequency of balls per second. Frequency is the inverse of period. If n=2, then t=1/2. Substituting this value for t, in the previous formula, t=v/g, (g=10 m/s^2) velocity clearly equals 5m/s. Distance is -1/2gt^2 +vt.

-5(1/2)^2 + 5(1/2) =1.25

Brahmam Meka
Mar 28, 2015

Every second 2 balls going up means a ball takes 1 sec for going up & coming down. It means free falling ball takes 1/2 sec . : the distance travelled in 1/2 sec is s = 1/2 *gt^2 =10/(2 X4 )=1.25

Yes you have thought correct , but I think for this question only. what if I hadn't given a value for n ??

Vaibhav Prasad - 6 years, 2 months ago

Log in to reply

If you hadn't given value of n then we would have taken 1/n as time.

A Former Brilliant Member - 6 years, 2 months ago

Brahman, you have not explained why 2 balls going up every second proves that it takes 1 second for a ball to go up and come down. That is ONLY true if you have some proof that the juggler holds each ball only .5 seconds. And you gave no proof of that at all. Is this something you innately know about juggling?

Tony Miller - 2 years, 5 months ago

Tony the question stated that its the same velocity for each ball so its not wrong

HarrisTube Kai Ze - 2 months, 2 weeks ago
Harsh Shrivastava
Mar 27, 2015

There's a formula for the condition given the question-:

H = g 2 n 2 H = \dfrac{g}{2n^{2}}

Putting values given in the question,we get our answer as 1.25 1.25 .

@Vaibhav Prasad do you know its derivation??

Harsh Shrivastava - 6 years, 2 months ago

Log in to reply

yup....

I've posted it as a solution @Harsh Shrivastava

Vaibhav Prasad - 6 years, 2 months ago

Log in to reply

Thanks a lot!!

Harsh Shrivastava - 6 years, 2 months ago
Sravani Kanchi
May 15, 2015

Two balls thrown every second means at the start of the second a ball is thrown, and when it reaches the highest point another is thrown and thats the end of the second so the time taken to reach the highest point must be 1 second. By v=u+at.. U =10m/s.. h=u^2/2g... H=5m... Please tell me whats wrong in this.

So when he throws the third ball it should be at end of the next second right?

So from the beginning of first second and till the end of "second" second, he throws total three balls. So by your assumption that's 1.5 ball per second.

virat jain - 2 years ago
Bharat Naik
May 15, 2015

when 1 ball is thrown up at the same time the another ball is released from rest.i.e;the maximum height reached by the ball thrown from down is equal to the time taken by the upper ball to come down.i.e; for ball thrown up final velocity=0,using v=u-gt we get u=gt for n balls nu=gt here time =1sec,g=10,n=2 so u=5 now,max. height reached: using,v2-u2=2gh we get h=u2/2g=25/20=1.25

here u2=u square&v2=v square

Aakash Khandelwal
Mar 30, 2015

use H=g/2n^2

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...