course mth174

Requesting the information for submitting the labs for in-class physics.Also, you mentioned a while back that you could send me entire solution for the bouncing ball and all that's associated with the problem; you just needed the assignment number. It's located in assignment 14. I don't have my book with me to tell you what exact number the problem is, but I don't think that really matters since the book changes from edition to edition.

** If the ball starts from height h, it falls the the floor then bounces up to 3/4 of its original height then back down, covering distance 3/2 h on its first complete bounce. Then it bounces to 3/4 of that height, covering in the round trip a distance of 3/4 ( 3/2 h). Then it bounces to 3/4 of that height, covering in the round trip a distance of 3/4 [ 3/4 ( 3/2 h) ] = (3/4)^2 * (3/2 h). On the next bounce the round trip will be 3/4 of this, or (3/4)^3 * (3/2 h). All the bounces give us a distance of (3/4) * (3/2 h) + (3/4)^2 * (3/2 h) + (3/4)^3 * (3/2 h) + ... = [ 3/4 ( 3/2 h) ] * ( 1 + 3/4 + (3/4)^2 + ... ) = [9/8 h] * ( 1 + 3/4 + (3/4)^2 + ... ) = (9/8 h) ( 1 / ( 1 - 3/4) ) = 9/2 h. There is also the initial drop h, so the total distance is 11/2 h. But this isn't the question. The question is how long it takes the ball to stop.

The time to fall distance y is ( 2 * y / g ) ^ .5, where g is the acceleration of gravity. This is also the time required to bounce up to height h. The distances of fall for the complete round-trip bounces are 3/4 h, (3/4)^2 h, (3/4)^3 h, etc.. So the times are ( 2 * 3/4 h / g ) ^ .5, ( 2 * (3/4)^2 h / g ) ^ .5, ( 2 * (3/4)^3 h / g ) ^ .5, ( 2 * (3/4)^4 h / g ) ^ .5, etc..

We can factor the ( 3/4 ) ^ .5 out of each expression, getting (3/4)^.5 * ( 2 * h / g ) ^ .5 = `sqrt(3)/2 * ( 2 * h / g ) ^ .5, ( sqrt(3)/2 ) ^ 2 * ( 2 * h / g ) ^ .5, ( sqrt(3)/2 ) ^ 3 * ( 2 * h / g ) ^ .5, etc..

Adding these terms up, multiplying by 2 since the ball has to go up and down on each bounce, and factoring out the (2 * h / g ) ^ .5 we get 2 * (2 * h / g ) ^ .5 * [ ( sqrt(3)/2 ) + ( sqrt(3)/2 ) ^ 2 + ( sqrt(3)/2 ) ^ 3 + ( sqrt(3)/2 ) ^ 4 + ... ] .

The expression in brackets is a geometric series with r = ( sqrt(3)/2 ), so the sum of the series is 1 / ( 1 - ( sqrt(3)/2 ) ) .

h and g are given by the problem so 2 * (2 * h / g ) ^ .5 is just a number.

We also add on the time to fall to the floor after the drop. **