document.write( "Question 1090546: Jacqueline threw a ball from 1 m above the ground. The ball reached a maximum height of 46 m at 3 seconds.
\n" );
document.write( " a) Determine the equation that will model the parabola for this situation.
\n" );
document.write( " b) How long does it take until the ball hits the ground \n" );
document.write( "
Algebra.Com's Answer #704987 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Jacqueline threw a ball from 1 m above the ground. \n" ); document.write( " The ball reached a maximum height of 46 m at 3 seconds. \n" ); document.write( ": \n" ); document.write( " a) Determine the equation that will model the parabola for this situation. \n" ); document.write( " Using the equation where f(t) = the height in t seconds at a v velocity m/sec \n" ); document.write( "f(t) = -4.9t^2 + vt + 1 \n" ); document.write( "replace f(t) with 46 and t with 3 sec, find the initial velocity (v) \n" ); document.write( "-4.9(3^2) + 3v + 1 = 46 \n" ); document.write( "-4.9(9) + 3v = 46 - 1 \n" ); document.write( "-44.1 + 3v = 45 \n" ); document.write( "3v = 45 + 44.1 \n" ); document.write( "v = 89.1/3 \n" ); document.write( "v = 29.7 m/sec is the initial upward velocity \n" ); document.write( "The equation: f(t) = -4.9t^2 + 29.7t + 1 \n" ); document.write( "Looks like this \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " b) How long does it take until the ball hits the ground \n" ); document.write( "then f(t) = 0 \n" ); document.write( "-4.9t^2 + 29.1t + 1 = 0 \n" ); document.write( "Use the quadratic formula; a=-4.9; b=29.7; c=1 \n" ); document.write( "I got a positive solution of \n" ); document.write( "t = 6.0947 sec to his the ground \n" ); document.write( " |