document.write( "Question 1127011: hello, I have this problem that I need to explained to my daughter. please help.\r
\n" ); document.write( "\n" ); document.write( "\"A rocket is launched and follows a parabolic reaching a maximum height of 14 km when is is 8 km away from launch pad, which 250 m above the ground. Determine the height of rocket as a function of its horizontal distance from lunch pad.\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "thank you for your help
\n" ); document.write( "

Algebra.Com's Answer #743356 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "A rocket is launched and follows a parabolic arch reaching a max height of 14 km when it is 8 km away from the launch pad, which is 250 m above the ground. Determine the height of the rocket as a function of its horizontal distance from the launch pad
\n" ); document.write( "----------------------------------------------------------------------------------------------------------
\n" ); document.write( "----------------------------------------------------------------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "Let
\n" ); document.write( "x = horizontal distance in meters
\n" ); document.write( "y = vertical distance (or height) in meters\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are three points on this graph
\n" ); document.write( "A = (0,250)
\n" ); document.write( "B = (8000,14000)
\n" ); document.write( "C = (16000,250)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Point A is the launch point at 250 m above the ground, which is why we have y = 250. I made x = 0 as the starting x value, though technically you can start with any x value you want. The next point, point B, is the vertex point. This point is 8 km or 8000 meters away from the launch point which explains why x = 8000. The y coordinate is 14000 meters (14 km) so y = 14000. The third point C is another 8000 meters from point B, but in the opposite direction as point A, and it will have the same height as point A because the parabola has symmetry along the vertical line that runs through the vertex.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The equation y = ax^2 + bx + c is the general form of any parabola. We need to find the values of a,b,c which will help us find the function we want.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Plug in (x,y) = (0,250) to find the value of c
\n" ); document.write( "y = ax^2 + bx + c
\n" ); document.write( "ax^2 + bx + c = y
\n" ); document.write( "a(0)^2 + b(0) + c = 250
\n" ); document.write( "0a + 0b + c = 250
\n" ); document.write( "0 + 0 + c = 250
\n" ); document.write( "c = 250\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now plug in (x,y) = (8000,14000)
\n" ); document.write( "y = ax^2 + bx + c
\n" ); document.write( "ax^2 + bx + c = y
\n" ); document.write( "a(8000)^2 + b(8000) + 250 = 14000
\n" ); document.write( "64000000a + 8000b + 250 = 14000
\n" ); document.write( "64000000a + 8000b + 250-250 = 14000-250
\n" ); document.write( "64000000a + 8000b = 13750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solve the previous equation for b
\n" ); document.write( "64000000a + 8000b = 13750
\n" ); document.write( "8000b = 13750-64000000a
\n" ); document.write( "8000b = -64000000a+13750
\n" ); document.write( "b = (-64000000a+13750)/8000
\n" ); document.write( "b = (-64000000a)/8000+(13750)/8000
\n" ); document.write( "b = -8000a+1.71875
\n" ); document.write( "we'll plug this equation in later\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Go back to the general form of a parabola. Plug in (x,y) = (16000,250)
\n" ); document.write( "y = ax^2 + bx + c
\n" ); document.write( "ax^2 + bx + c = y
\n" ); document.write( "a(16000)^2 + b(16000) + 250 = 250
\n" ); document.write( "256000000a + 16000b + 250 = 250
\n" ); document.write( "256000000a + 16000b + 250-250 = 250-250
\n" ); document.write( "256000000a + 16000b = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now replace b with -8000a+1.71875 and solve for 'a'
\n" ); document.write( "256000000a + 16000b = 0
\n" ); document.write( "256000000a + 16000( b ) = 0
\n" ); document.write( "256000000a + 16000(-8000a+1.71875) = 0
\n" ); document.write( "256000000a - 128000000a + 27500 = 0
\n" ); document.write( "128,000,000a + 27500 = 0
\n" ); document.write( "128,000,000a = -27500
\n" ); document.write( "a = -27500/(128,000,000)
\n" ); document.write( "a = -0.00021484375\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Use this value of 'a' to find b
\n" ); document.write( "b = -8000a+1.71875
\n" ); document.write( "b = -8000(-0.00021484375)+1.71875
\n" ); document.write( "b = 3.4375\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We have enough info to go from this
\n" ); document.write( "y = ax^2 + bx + c
\n" ); document.write( "to this
\n" ); document.write( "y = -0.00021484375x^2 + 3.4375x + 250\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The function is therefore:
\n" ); document.write( "f(x) = -0.00021484375x^2 + 3.4375x + 250
\n" ); document.write( "x is the horizontal distance and f(x) is the height.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you were to plug in x = 0, then you should get f(x) = 250.
\n" ); document.write( "If you were to plug in x = 8000, then you should get f(x) = 14000.
\n" ); document.write( "If you were to plug in x = 16000, then you should get f(x) = 250.
\n" ); document.write( "These three facts will confirm that we have the proper parabolic function.
\n" ); document.write( "
\n" ); document.write( "
\n" );