Geometric Progression: Ball Bouncing Distance Calculation | Homework Solution

  • Thread starter Thread starter Chewy0087
  • Start date Start date
  • Tags Tags
    Geometric
AI Thread Summary
The problem involves calculating the total distance a ball travels after being dropped from height h and bouncing back to h/3^n after each bounce. The correct approach recognizes that the ball travels both up and down for each bounce, effectively doubling the distance after the initial drop. The geometric series formula is applied with a common ratio of 1/3 and an initial height of h. The total distance is determined to be 2h, accounting for both the drop and the subsequent bounces. Understanding the need to include both ascent and descent clarifies the solution.
Chewy0087
Messages
368
Reaction score
0

Homework Statement


A ball is dropped vertically from height h onto a flat surface, after the nth bounce it returns to high h / 3^n. Find the total distance traveled by the ball.


Homework Equations



Sum (infinity) = \frac{a}{1 - r}


The Attempt at a Solution



I don't see the problem,

r is 1/3, a is h,

\frac{h}{ 2/3 }= 1.5h, however the problem is I'm told the answer is 2h.

Any help would be appreciated
 
Physics news on Phys.org
If it bounces to height h/3^n, it will also have to drop to the ground from height h/3^n again. So it always travels this distance twice, except when n = 0.
 
Gotcha, thank you.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top