document.write( "Question 1088268: A ball is dropped vertically off a 45m building. The function that describes the height of the ball as a function of time is h(t)=-5t^2+45 where height is measured in meters and time in seconds.
\n" );
document.write( "A) calculate the height of the ball after 2 seconds [h(2)]
\n" );
document.write( "B) calculate the time taken for the ball to hit the ground [h(t)=0] \n" );
document.write( "
Algebra.Com's Answer #702514 by addingup(3677)![]() ![]() You can put this solution on YOUR website! A) -5t^2+45 = -5(2)^2+45 = 25 meters \n" ); document.write( "----------------------- \n" ); document.write( "B) The ball has to drop 45 meters (the height of the building). \n" ); document.write( "Gravity: g = 9.8 m/s^2 \n" ); document.write( "y: vertical displacement in meters (45 meters) \n" ); document.write( "t = sqrt(2gy)/g \n" ); document.write( "t = sqrt(2gy)/sqrt(g^2) now simplify: \n" ); document.write( "t = sqrt(2y/g) \n" ); document.write( "t = sqrt 2(45)/9.8 = 3.03 seconds \n" ); document.write( " \n" ); document.write( " |