document.write( "Question 189344: use the information s(t)= -16t^2 + v0t + s0 \r
\n" );
document.write( "\n" );
document.write( "We throw a rock into the air with initial velocity of 50 ft/sec, and initial position of 6 ft. Find how high the rock goes before coming back down. To answer this question, fill in the blanks in the following sentence, where the first blank gives this height, and the second blank gives how many seconds into the flight of the rock it reaches this maximum height.
\n" );
document.write( "The rock reaches its highest position of _______ feet above the ground after _______ seconds of flight \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #142075 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! use the information s(t)= -16t^2 + v0t + s0 \n" ); document.write( "We throw a rock into the air with initial velocity of 50 ft/sec, and initial position of 6 ft. Find how high the rock goes before coming back down. To answer this question, fill in the blanks in the following sentence, where the first blank gives this height, and the second blank gives how many seconds into the flight of the rock it reaches this maximum height. \n" ); document.write( "The rock reaches its highest position of _______ feet above the ground after _______ seconds of flight \n" ); document.write( "------------------ \n" ); document.write( "v0 = 50 ft/sec \n" ); document.write( "s0 = 6 feet \n" ); document.write( "s(t) = -16t^2 + 50t + 6 \n" ); document.write( "The easiest way (without calculus) to do these is to set s(t) = 6, and solve for the times when the object is at 6 feet. One will be zero, the other will be on the way down. The average of the 2 times will be the time the object was at its max height. \n" ); document.write( "--------- \n" ); document.write( "-16t^2 + 50t + 6 = 6 \n" ); document.write( "16t^2 = 50t \n" ); document.write( "t = 0 \n" ); document.write( "t = 50/16 seconds \n" ); document.write( "----------------- \n" ); document.write( "The average, or midpoint, is 25/16 seconds. \n" ); document.write( "s(25/16) = -16*(25/16)^2 + 50*(25/16) + 6 \n" ); document.write( "max = -625/16 + 1250/16 + 6 \n" ); document.write( "max = 721/16 feet, or 45 ft 3/4 inches \n" ); document.write( " \n" ); document.write( " |