Series: Every time the ball bounces, it rebounds to a height

flakine

Junior Member
Joined
Aug 24, 2005
Messages
78
A certain ball has the property that each time it falls from a height b onto a hard, level surface, it rebounds to a height nb, where 0<n<1.

Suppose that the ball is dropped from an initial height of B meters.

Assuming that the ball continues to bounce indefinitely, find the total distance that it travels in meters.

I have: the ball falls from height b, then rebounds to height nb, then falls nb, then rebounds to n(nb), then falls to n(nb)......

b+2nb+2n^2+2n^3......

Could someone help me complete this problem?
 
Hint:

. . . . .b + 2bn + 2bn<sup>2</sup> + 2bn<sup>3</sup> + ...

. . . . .b + 2b[n + n<sup>2</sup> + n<sup>3</sup> + ...]

Can you find "n + n<sup>2</sup> + n<sup>3</sup> + ..."...? Then multiply by "2b", and tack on the initial term "b"...?

Eliz.
 
where did the factor "b" go in your later terms?

you should have the series ...

b + 2nb + 2n<sup>2</sup>b + 2n<sup>3</sup>b + ... =
b + 2b(n + n<sup>2</sup> + n<sup>3</sup> + ... ) =
b[1 + 2(n + n<sup>2</sup> + n<sup>3</sup> + ... )]

now ... what kind of series is (n + n<sup>2</sup> + n<sup>3</sup> + ... ), and what is its sum?
 
close ... it's an infinite geometric series with |n| < 1.

what's the sum of such a series?
 
excellent! ... so, what distance does the ball travel in terms of b and n?
 
b[1+2(n/1-n)]
b[1+(2n/1-n)]
b[(1-n)/(1-n)+(2n/1-n)]
b[((1-n)+2n)/(1-n)]

Is this it?
 
flakine said:
b[1+2(n/1-n)]
b[1+(2n/1-n)]
b[(1-n)/(1-n)+(2n/1-n)]
b[((1-n)+2n)/(1-n)]
one more step ... in the numerator, (1-n)+2n = ?

Is this it?
 
Top