document.write( "Question 1172457: A student throws a ball vertically up with a speed of 33 m/s.
\n" );
document.write( "a.) How high will the ball rise before it goes down?
\n" );
document.write( "b.) How long will the ball stay in air before landing back to his hand?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #797494 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A student throws a ball vertically up with a speed of 33 m/s. \n" ); document.write( "------------------- \n" ); document.write( "Using g = 9.8 m/sec/sec for gravity: \n" ); document.write( "---- \n" ); document.write( "a.) How high will the ball rise before it goes down? \n" ); document.write( "That's the max height. \n" ); document.write( "It's the vertex of the parabola of h(t) = -gt^2/2 + 33t ---- t in seconds \n" ); document.write( "h(t) = -4.9t^2 + 33t \n" ); document.write( "Vertex is t = -b/2a = -33/-9.8 \n" ); document.write( "Max height = h(33/9.8) meters \n" ); document.write( "==================== \n" ); document.write( "b.) How long will the ball stay in air before landing back to his hand? \n" ); document.write( "Time ascending = time descending \n" ); document.write( "= 2*(33/9.8) \n" ); document.write( "--------------------------------------- \n" ); document.write( "If you meant to use 10 m/sec/sec for gravity to make it easier, you have to specify that. \n" ); document.write( " |