document.write( "Question 162782This question is from textbook
\n" );
document.write( ": A mode rocket is launched with an initial velocity of 200ft/s. The height (h), in feet, of the rocket (t) seconds after the launch is given by
\n" );
document.write( "h = -16t^2 +200t. How many seconds after the launch will the rocket be 300 ft above the ground? Round to the nearest hundredth of a second.\r
\n" );
document.write( "\n" );
document.write( "So far I have it set up as such but no sure if its correct.\r
\n" );
document.write( "\n" );
document.write( "200t-300= -16t^2 + 200t - 200t\r
\n" );
document.write( "\n" );
document.write( "help appreciated.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #120004 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! initial velocity = 200 feet / second. \n" ); document.write( "h = height of the rocket in feet. \n" ); document.write( "t = number of seconds after launch. \n" ); document.write( "----- \n" ); document.write( "h = -16t^2 + 200t \n" ); document.write( "----- \n" ); document.write( "the question is: in how many seconds will the rocket be 300 feet above the ground. \n" ); document.write( "----- \n" ); document.write( "since h = -16t^2 + 200t, then if we want h to be 300 feet above the ground, the equation becomes \n" ); document.write( "300 = -16t^2 + 200t \n" ); document.write( "subtracting 300 from both sides of the equation and it becomes \n" ); document.write( "-16t^2 + 200t - 300 = 0 \n" ); document.write( "----- \n" ); document.write( "can't really see which factors would work by looking at the equation, so i will use the quadratic formula. \n" ); document.write( "----- \n" ); document.write( "for the quadratic formula \n" ); document.write( "a = -16 \n" ); document.write( "b = 200 \n" ); document.write( "c = -300 \n" ); document.write( "----- \n" ); document.write( "b = 200 \n" ); document.write( "b^2 = 40000 \n" ); document.write( "4ac = -16 * 4 * -300 = 19200 \n" ); document.write( "2a = -32 \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "which becomes \n" ); document.write( "t = 1.733060906 seconds. \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "which becomes \n" ); document.write( "t = 10.75693909 \n" ); document.write( "----- \n" ); document.write( "t can be either 1.73.... or 10.75693..... \n" ); document.write( "substituting in the original equation shows the following \n" ); document.write( "----- \n" ); document.write( "using t = 1.733060906: \n" ); document.write( "300 = -16 * t^2 + 200t becomes \n" ); document.write( "300 = -16*(1.733060906)^2 + 200 * (1.733060906) \n" ); document.write( "this becomes 300 = 300 \n" ); document.write( "looks like 17.3... is a good solution. \n" ); document.write( "----- \n" ); document.write( "using t = 10.75693909 \n" ); document.write( "300 = -16 * (10.75693909)^2 + 200 * (10.75693909) \n" ); document.write( "this becomes 300 = 300 \n" ); document.write( "----- \n" ); document.write( "it looks like t could be either \n" ); document.write( "1.733060906 \n" ); document.write( "or \n" ); document.write( "10.75693909 \n" ); document.write( "----- \n" ); document.write( "since the initial velocity is 200 feet / second, we can calculate how far the rocket traveled in either of those seconds assuming that velocity is stable until the rocket has at least reached 300 feet. \n" ); document.write( "----- \n" ); document.write( "taking 1.733..., the rocket will have traveled 200 feet per second * 1.733... seconds = 346.6 feet \n" ); document.write( "in order for it to reach 300 feet it would have to have been aimed almost straight up. \n" ); document.write( "----- \n" ); document.write( "taking 10.756..., the rocket will have traveled 200 feet per second * 10.756... seconds = 2151 feet. \n" ); document.write( "this allows a much more shallow trajectory for it to reach 300 feet. \n" ); document.write( "----- \n" ); document.write( "both answers are plausible depending on the trajectory of the rocket and the velocity being at least as fast as when it was initially launched. \n" ); document.write( "answers are: \n" ); document.write( "t can be either... \n" ); document.write( "1.733060906 \n" ); document.write( "or \n" ); document.write( "10.75693909 \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |