document.write( "Question 637369: The height of a soccer ball that is kicked from the ground can
\n" );
document.write( "
\n" );
document.write( "be approximated by the function:
\n" );
document.write( "
\n" );
document.write( " y = -16⋅x2 + 80⋅x
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( " where y is the height of the soccer ball in feet x seconds after it is kicked.
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "Find the time it takes the soccer ball to reach its maximum height: seconds
\n" );
document.write( "
\n" );
document.write( "What is the soccer ball’s maximum height: feet
\n" );
document.write( "
\n" );
document.write( "Find the time it takes from the moment the soccer ball is kicked until it returns to the ground: seconds
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #401610 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The height of a soccer ball that is kicked from the ground can be approximated by the function: \n" ); document.write( "y = -16x^2 + 80x \n" ); document.write( "where y is the height of the soccer ball in feet x seconds after it is kicked. \n" ); document.write( ". \n" ); document.write( "Find the time it takes the soccer ball to reach its maximum height: seconds \n" ); document.write( "Vertex of parabola is the max. \n" ); document.write( "Time when it hits the max is at the \"axis of symmetry\": \n" ); document.write( "x = -b/(2a) \n" ); document.write( "x = -80/(2(-16)) \n" ); document.write( "x = -40/(-16) \n" ); document.write( "x = 40/16 \n" ); document.write( "x = 2.5 seconds \n" ); document.write( ". \n" ); document.write( "What is the soccer ball’s maximum height: feet \n" ); document.write( "plug the value of x found above back into the original equation: \n" ); document.write( "y = -16x^2 + 80x \n" ); document.write( "y = -16(2.5)^2 + 80(2.5) \n" ); document.write( "y = 100 feet \n" ); document.write( ". \n" ); document.write( "Find the time it takes from the moment the soccer ball is kicked until it returns to the ground: seconds \n" ); document.write( "set y to zero and solve for x: \n" ); document.write( "y = -16x^2 + 80x \n" ); document.write( "0 = -16x^2 + 80x \n" ); document.write( "0 = -16x(x - 5) \n" ); document.write( "x = {0, 5} \n" ); document.write( "0 is when it was first kicked \n" ); document.write( "so the answer is \n" ); document.write( "x = 5 seconds \n" ); document.write( " \n" ); document.write( " |