Question 1199440: A ball is dropped from a height of 1.5m. Each time it bounces on the groung, it rises to 3/4 of the height it fell.Calculate the total distance by the 20th bounce.
Answer by htmentor(1343) (Show Source):
You can put this solution on YOUR website! I interpret "by the 20th bounce" to mean up to but not including bounce number 20.
The height reached by each successive bounce is 3/4 the height of the previous
bounce. This suggests that we have a geometric series with a common ratio of
3/4. For all the bounces except the first one, there is a "round trip", i.e.
the ball rises and then falls from the same height. For the 1st bounce, the ball
starts at a height of 1.5. So our sequence will start with the first return bounce, and we will add the original 1.5 to get the total.
The distance for the 1st bounce, d_1 = 2*(3/4)*1.5, for the 2nd bounce,
d_2 = 2*(3/4)*(1.5)*(3.4), etc. So the nth distance will be
d_n = (9/4)*(3/4)^(n-1). The sum of n terms of a geometric series S_n = a(1-r^n)/(1-r).
In this case, a = 9/4 and r = 3/4.
The total distance will be 1.5 + S_18 = 10.45 m.
|
|
|