document.write( "Question 283298: hi, my question is following
\n" );
document.write( "A toy rocket is launched straight up from the top of a building 50 ft tall at an initial velocity of 200 ft per sec. Using the function V(x)=-16t^2+vt+h, answer the following.
\n" );
document.write( "1. Give the function that describes the height of the rocket in terms of t?
\n" );
document.write( "2. Determine the time at which the rocket reaches its maximum height, and its maximum height in feet?
\n" );
document.write( "3. For what time interval will the rocket be more than 300 ft above the ground level?
\n" );
document.write( "4. for how many seconds will it hit the ground? \n" );
document.write( "
Algebra.Com's Answer #205718 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = t.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your equation becomes V(x) = -16x^2 + vt + h\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "h = 50 which is the height of the rocket at time point 0 (value of x is 0).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your equation becomes v(x) = -16x^2 + vx + 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since initial velocity is 200 ft/sec, then v = 200 and your equation becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "v(x) = -16x^2 + 200x + 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "maximum height should be when x = -b/2a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = -16 \n" ); document.write( "b = 200 \n" ); document.write( "c = 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "maximum height should be when x = -200/-32 = 6.25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 6.25, v(x) = 675 feet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That's what the maximum height should be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set v(x) = 300 and solve for x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "300 = -16x^2 + 200x + 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 50 from both sides of this equation to get 0 = -16x^2 + 200x - 250.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for the roots of this equation by quadratic formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = -16 \n" ); document.write( "b = 200 \n" ); document.write( "c = -250\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(-b +/- sqrt(b^2 - 4ac))/(2a) =: \n" ); document.write( "(-200 +/- sqrt(200^2 - 4*-16*-200))/(-32) =: \n" ); document.write( "(-200 +/- sqrt(40000 - 12800))/(-32) =: \n" ); document.write( "(-200 +/- sqrt(27200)))=32 =: \n" ); document.write( "(-200 +/- 164.924225)/(-32)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 1.096117968 or x = 11.40388203\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The rocket should be at or above 300 feet from x = 1.096117968 to x = 11.40388203\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A graph of this equation is shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A horizontal line was placed at y = 300 and 675 to show you the intersection points with the graph of the equation of the rocket.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "At y = 675, the graph should be at the maximum point.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "At 300, the graph should be at x = 1.09 and x = 11.4 roughly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Trace a vertical line down from those intersection points to see the x-value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-value represents time in seconds. \n" ); document.write( "y-value represents height in feet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |