|
|
|
|
|
by rbabich
5698 days ago
|
|
Of the responses so far, this one is closest to being correct. Rather than "asymptotically approaching zero," however, the height of the bounce will quickly converge precisely to zero. Assume that the previous bounce (up and back down) took time t. Then the ball will stop bouncing after time t/(1-sqrt(0.6)) ~ 4.4t. After that, the ball will simply continue moving ("rolling") to the right. This follows from summing the geometric series 1 + sqrt(0.6) + sqrt(0.6)^2 + sqrt(0.6)^3 + . . . , where 0.6 = (1 - 0.4) is the ratio of the height of the next bounce to the current bounce, and we take the square root since height and time are related by h = 1/2 at^2. Incidentally, for anyone who has a ping pong ball handy, this is very close to what happens in real life. Edit: To clarify, it's the parent's "old, wrong answer" that's closer to being correct. btilly (below) also has it right. |
|