document.write( "Question 893761: if a toy rocket is launched vertically upward from ground level with an initial velocity of 128 feet per second, then its height h after t seconds is given by the equation h(t)= -16t[square] +128t (if air resistence is neglected). How long will it take for the rocket to return to the ground? After how many seconds will the rocket be 112 feet above the ground? how long will it take the rocket to hit its maximum height? What is the maximum height? \n" ); document.write( "
Algebra.Com's Answer #541506 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! if a toy rocket is launched vertically upward from ground level with an initial velocity of 128 feet per second, then its height h after t seconds is given by the equation h(t)= -16t[square] +128t (if air resistance is neglected). How long will it take for the rocket to return to the ground? After how many seconds will the rocket be 112 feet above the ground? how long will it take the rocket to hit its maximum height? What is the maximum height? \n" ); document.write( "*** \n" ); document.write( "h(t)= -16t^2 +128t \n" ); document.write( "returning to ground: \n" ); document.write( "0=-16t(t-8) \n" ); document.write( "t=0 \n" ); document.write( "or \n" ); document.write( "t=8 \n" ); document.write( "How long will it take for the rocket to return to the ground? 8 sec \n" ); document.write( ".. \n" ); document.write( "112 ft above ground: \n" ); document.write( "112=-16t^2+128t \n" ); document.write( "-16t^2+128t-112=0 \n" ); document.write( "-t^2+8t-7=0 \n" ); document.write( "(-t+1)(t-7)=0 \n" ); document.write( "t=1 \n" ); document.write( "or \n" ); document.write( "t=7 \n" ); document.write( "After how many seconds will the rocket be 112 feet above the ground? after 1 sec on the way up and after 7 sec on the way down \n" ); document.write( ".. \n" ); document.write( "maximum height \n" ); document.write( "h(t)= -16t^2 +128t \n" ); document.write( "complete the square: \n" ); document.write( "h(t)= -16(t^2 -8t+16)+256 \n" ); document.write( "h(t)=-16(t-4)^2+256 \n" ); document.write( "This is an equation of a parabola that opens downwards with vertex at (4,256) \n" ); document.write( "Rocket will reach its maximum height of 256 ft 4 sec after launch\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |