document.write( "Question 221863: The height of a projectile fired vertically nto the air (neglecting air resistance) at an initial velocity of 96 feet per second is a function of time, x, and is given by the equation f(x)=96-16x^2. Find the highest point reached by the projectile.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #166267 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The height of a projectile fired vertically nto the air (neglecting air resistance) at an initial velocity of 96 feet per second is a function of time, x, and is given by the equation f(x)=96x-16x^2. Find the highest point reached by the projectile.\r \n" ); document.write( "\n" ); document.write( "----------------------- \n" ); document.write( "That is a quadratic equation with a = -16 and b = 96 \n" ); document.write( "----------------- \n" ); document.write( "The maximum height occurs when x = -b/(2a) = -96/(-32) = 3 seconds. \n" ); document.write( "------------------- \n" ); document.write( "The height at that time is f(3) = 96*3-16(3)^2 = 144 ft. \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |