Problem 136
Question
A ball is dropped from a height of \( 16 \) feet. Each time it drops \( h \) feet, it rebounds \( 0.81 h \) feet. (a) Find the total vertical distance traveled by the ball. (b) The ball takes the following times (in seconds) for each fall. \( s_1 = -16t^2 + 16,\quad \quad \quad \quad \quad s_1 = 0 if t = 1 \) \( s_2 = -16t^2 + 16\left(0.81\right), \quad \quad s_2 = 0 if t = 0.9 \) \( s_3 = -16t^2 + 16\left(0.81\right)^2, \quad \quad s_3 = 0 if t = \left(0.9\right)^2 \) \( s_4 = -16t^2 + 16\left(0.81\right)^3, \quad \quad s_4 = 0 if t = \left(0.9\right)^3 \) \( \vdots \quad \quad \quad \quad \quad \quad \quad\vdots \) \( s_n = -16t^2 + 16\left(0.81\right)^{n - 1}, \quad s_n = 0 if t = \left(0.9\right)^{n-1} \) Beginning with \( s_2 \), the ball takes the same amount of time to bounce up as it does to fall, and so the total time elapsed before it comes to rest is \( t = 1 + 2 \sum_{n=1}^{\infty}\left(0.9\right)^n \) Find this total time.
Step-by-Step Solution
VerifiedKey Concepts
Infinite Geometric Series
To find the total distance, we use the formula for the sum of an infinite geometric series, which is \( S = \frac{a}{1 - r} \), where \( a \) is the first term and \( r \) is the common ratio, provided \( \left| r \right| < 1 \). Otherwise, the series does not converge, meaning it doesn't add up to a finite number. Here, with \( a = 16 \) and \( r = 1.62 \times 0.81 \), the value of \( r \) is less than 1, indicating the series converges and we can calculate the total distance using the formula.
Understanding infinite geometric series is vital for solving problems involving repeated actions that diminish or grow by a constant proportion, such as depreciation, interest rates, or, like in our case, bouncing objects.