Assuming an exponential decay to the bounces:
h(n) = h0·bn
- h(n) = the ball's height on bounce n
- b = the decay factor (unknown)
- n = bounce number, starting at n = 0
To find b, take the ratio of successive terms:
6/30 = 0.2
1/6 = 0.167
0/1 = 0
It's not exact, they should all be the same, but they are close. Let's guess b = 0.2. That means that the ratio of the first bounce to the starting height should also be 0.2::
30/h0 = 0.2
30/0.2 = h0
150 cm = h0
Now the equation is:
h(n) = 150·(0..2)n
Let's construct a table using the formula to see if approximates the table in the problem:
n h(n) height in problem
0 150 -
1 30 30
2 6 6
3 1.2 1
4 0.24 0
The exponential model gives close results. So 150 cm is a good estimate for the starting height.