SOLUTION: a ball is dropped from a height of 2 meters and bounces up to 3/4 of its previous height on each bounce. using geometric series, how much TOTAL DISTANCE (up and down) does the ball

Algebra ->  Equations -> SOLUTION: a ball is dropped from a height of 2 meters and bounces up to 3/4 of its previous height on each bounce. using geometric series, how much TOTAL DISTANCE (up and down) does the ball      Log On


   



Question 1158664: a ball is dropped from a height of 2 meters and bounces up to 3/4 of its previous height on each bounce. using geometric series, how much TOTAL DISTANCE (up and down) does the ball travel until it stops bouncing?
Found 2 solutions by Shin123, ikleyn:
Answer by Shin123(626) About Me  (Show Source):
You can put this solution on YOUR website!
The ball keeps bouncing a fraction of its height. The ball in theory never stops bouncing (but in real life, it eventually does). So it is an infinite geometric sequence.
Solved by pluggable solver: Finding Sum of An Infinite Geometric Sequence

So for an infinite geometric series, the sum of it is always S=a%2F%281-r%29 under the condition that abs%28r%29%3C1. In this case, a is 2 and r is 0.75.So the sum of the series is highlight%288%29.

Answer by ikleyn(52778) About Me  (Show Source):
You can put this solution on YOUR website!
.

In this problem, the sequence is close to be a Geometric progression, but actually, is not.


It requires an ACCURATE analysis. First time the ball falls down; then every next bouncing, it goes UP and DOWN


The total distance is the sum of these values

            Down   Up and       Up and       Up and       Up and 
                    down         down         down         down

              2     2%2A%283%2F4%29        2%2A%283%2F4%29%5E2       2%2A%283%2F4%29%5E3       2%2A%283%2F4%29%5E4

Coefficient   1       2            2            2           2    <<<---=== this coefficient accounts for "up and down"


So the total distance is

   2   +  2*S,   where S is the infinite geometric progression with the first term a = 2%2A%283%2F4%29 = 6%2F4  and the common ratio r = 3%2F4.


The sum of this infinite progression is  S = a%2F%281-r%29 = %28%286%2F4%29%29%2F%28%281-3%2F4%29%29 = %28%286%2F4%29%29%2F%28%281%2F4%29%29 = 6.


Therefore, the ANSWER  to the problem question is 2 + 2*6 = 14 meters.

Solved.

-------------

So, this problem has a "trap".

Those who have experience in solving/teaching/explaining such problems, know about it.

All the others, as a rule, go directly to this trap.