document.write( "Question 626294: A golf ball is hit into the air, and its height h in feet after t seconds is given by h(t) = -16t to the second power + 128t.
\n" );
document.write( "a) what is the height of the golf ball when it is hit?
\n" );
document.write( "b) After how many seconds does the golf ball reach its maximum height?
\n" );
document.write( "c) Determine the maximum height of the golf ball? \n" );
document.write( "
Algebra.Com's Answer #394117 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A golf ball is hit into the air, and its height h in feet after t seconds is given by h(t) = -16t^2 + 128t. \n" ); document.write( ": \n" ); document.write( "a) what is the height of the golf ball when it is hit? \n" ); document.write( "When the ball is hit, time, t = 0 \n" ); document.write( "h(t) = -16(0^2) + 128(0) \n" ); document.write( "h(t) = 0 ft high when t=0 \n" ); document.write( ": \n" ); document.write( "b) After how many seconds does the golf ball reach its maximum height? \n" ); document.write( "Max height occurs at the axis of symmetry \n" ); document.write( "Find the axis of symmetry of h = -16t^2+128t using the formula x = -b/(2a) \n" ); document.write( "a=-16, b=128 \n" ); document.write( "t = \n" ); document.write( "t = \n" ); document.write( "t = 4 seconds to reach max height \n" ); document.write( ": \n" ); document.write( "c) Determine the maximum height of the golf ball? \n" ); document.write( "Replace t with 4, find h(t) \n" ); document.write( "h(t) = -16(4^2) + 128(4) \n" ); document.write( "h(t) = -16*16 + 512 \n" ); document.write( "h(t) = -256 + 512 \n" ); document.write( "h(t) = 256 ft is the max height \n" ); document.write( ": \n" ); document.write( "Graphically, time on the x axis, height on the y axis \n" ); document.write( " |