document.write( "Question 1036786: The height of a projectile t seconds after being launched with an initial
\n" );
document.write( "velocity of 96 ft/sec from an initial height of 200 ft above the ground is given by the
\n" );
document.write( "following formula:
\n" );
document.write( "s(t) = −16t^2 + 96t + 200\r
\n" );
document.write( "\n" );
document.write( "(a) At what moment in time is the height of the projectile the greatest?
\n" );
document.write( "(b) At what moment in time does the projectile return to the ground?
\n" );
document.write( "(c) The slope of the line through points (t0, s(t0)) and (t1, s(t1)) is the average velocity
\n" );
document.write( "on the time interval [t0, t1]. What is the average velocity of the particle from the
\n" );
document.write( "moment it was launched to the moment when it reaches its greatest height? \n" );
document.write( "
Algebra.Com's Answer #651560 by Alan3354(69443) You can put this solution on YOUR website! The height of a projectile t seconds after being launched with an initial \n" ); document.write( "velocity of 96 ft/sec from an initial height of 200 ft above the ground is given by the \n" ); document.write( "following formula: \n" ); document.write( "s(t) = -16t^2 + 96t + 200\r \n" ); document.write( "\n" ); document.write( "(a) At what moment in time is the height of the projectile the greatest? \n" ); document.write( "\"moment in time\" is redundant. \n" ); document.write( "--- \n" ); document.write( "(a) At what time is the height of the projectile the greatest? \n" ); document.write( "It's the vertex of the parabola, at t = -b/2a \n" ); document.write( "t = -96/-32 = 3 seconds. \n" ); document.write( "========================= \n" ); document.write( "(b) At what time does the projectile return to the ground? \n" ); document.write( "When s(t) = 0. \n" ); document.write( "-16t^2 + 96t + 200 = 0 \n" ); document.write( "-2t^2 + 12t + 25 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "====== \n" ); document.write( "Ignore the negative solution. \n" ); document.write( "t =~ 7.637 seconds \n" ); document.write( "=============== \n" ); document.write( "(c) The slope of the line through points (t0, s(t0)) and (t1, s(t1)) is the average velocity \n" ); document.write( "on the time interval [t0, t1]. What is the average velocity of the particle from the \n" ); document.write( "moment it was launched to the moment when it reaches its greatest height? \n" ); document.write( "-- \n" ); document.write( "t0 = 0, t1 = 3 \n" ); document.write( "s0 = 200, s1 = s(3) = -16*9 + 96*3 + 200 = 344 \n" ); document.write( "--> (344-200)/3 = 48 ft/sec \n" ); document.write( " |