document.write( "Question 1190153: Bouncing Ball A ball is dropped from a height of 9 ft. The
\n" );
document.write( "elasticity of the ball is such that it always bounces up one-
\n" );
document.write( "third the distance it has fallen.
\n" );
document.write( "(a) Find the total distance the ball has traveled at the instant
\n" );
document.write( "it hits the ground the fifth time.
\n" );
document.write( "(b) Find a formula for the total distance the ball has traveled
\n" );
document.write( "at the instant it hits the ground the nth time. \n" );
document.write( "
Algebra.Com's Answer #821754 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! hits ground once: 9 feet \n" ); document.write( "bounces up 3 feet (12) \n" ); document.write( "bounces down 3 feet (15) \n" ); document.write( "bounces up 1 foot and back down 1 foot (17 feet) - has hit floor 3 times \n" ); document.write( "bounces up 1/3 foot and back down 1/3 foot (17 2/3 ft)- 4 times \n" ); document.write( "bounces up 1/9 foot and back down 1/9 foot (17 8/9) feet, the answer. \n" ); document.write( "- \n" ); document.write( "9+2*{3*(1/3)^0+3*(1/3)^1+3*(1/3)^2+3*(1/3)^3...} \n" ); document.write( "the infinite sum is 9+2*3/(1-1/3)=18 feet. \n" ); document.write( "The n th time is 9+ 2*9(1/3)*{{1-(1/3)^(n-1)/(1-(1/3)}, and when n=5, the answer is 17.89 or 17 (8/9). \n" ); document.write( " \n" ); document.write( " |