document.write( "Question 1195810: A toy rocket is fired off the ground at a target 20 feet away. It is designed to reach a
\n" );
document.write( "maximum height of 40 feet as it heads toward its target on a parabolic path. Find the
\n" );
document.write( "equation that represents the height off the ground versus the distance travelled for this
\n" );
document.write( "rocket. State the equation in the form π¦ = ππ₯
\n" );
document.write( "2 + ππ₯ + π. [HINT: The path of the rocket is
\n" );
document.write( "an βupside downβ parabola, with one of the x-intercepts at the origin and the other at
\n" );
document.write( "(20,0). We also know the y-value of the vertex. We can use this information to find βaβ,
\n" );
document.write( "the coefficient of the x2
\n" );
document.write( "term. One way to find this is to plug the known values into the
\n" );
document.write( "factored form of the equation, ie. π¦ = π(π₯ β π)(π₯ β π )] \n" );
document.write( "
Algebra.Com's Answer #828352 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A toy rocket is fired off the ground at a target 20 feet away. It is designed to reach a maximum height of 40 feet as it heads toward its target on a parabolic path. Find the equation that represents the height off the ground versus the distance travelled for this rocket \n" ); document.write( "-------------- \n" ); document.write( "Put the apogee above the Origin. \n" ); document.write( "3 points on the parabola are \n" ); document.write( "A(-10,0), B(0,40) and C(10,0) \n" ); document.write( "------------ \n" ); document.write( "y = ax^2 + bx + c is a parabola \n" ); document.write( "--- \n" ); document.write( "Point A: \n" ); document.write( "0 = a*(-10)^2 + b*-10 + c = 0 \n" ); document.write( "100a - 10b + c = 0 \n" ); document.write( "--- \n" ); document.write( "Point B: \n" ); document.write( "a*0 + b*0 + c = 40 ---> c = 40 \n" ); document.write( "--- \n" ); document.write( "Point C: \n" ); document.write( "a*(10)^2 + b*10 + c = 0 \n" ); document.write( "100a + 10b + c = 0 \n" ); document.write( "100a - 10b + c = 0 --- Point A \n" ); document.write( "---------------------------------------- Subtract \n" ); document.write( "20b = 0 \n" ); document.write( "b = 0 \n" ); document.write( "================= \n" ); document.write( "100a - 10b + c = 0 --- Point A \n" ); document.write( "100a + c = 0 \n" ); document.write( "100a + 40 = c \n" ); document.write( "a = -0.4 \n" ); document.write( "================= \n" ); document.write( "y = -0.4x^2 + 40 is the equation WITH the center at the Origin. \n" ); document.write( " \n" ); document.write( " |