document.write( "Question 128294: At an airshow, a plane is in a power dive. The height of the plane, in metres above the ground , is recorded for the first six seconds.
\n" );
document.write( "Time(s): 1,2,3,4,5,6
\n" );
document.write( "Height(m): 214,180,150,124,102,84
\n" );
document.write( "a) Algebraically determine the quadratic function that models the path followed by the plane. Express the function in the form y=ax^2+bx+c.
\n" );
document.write( "b) Use the function to determine the minimum height of the plane. \n" );
document.write( "
Algebra.Com's Answer #93928 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! At an airshow, a plane is in a power dive. The height of the plane, in metres above the ground , is recorded for the first six seconds. \n" ); document.write( "Time(s): 1,2,3,4,5,6 \n" ); document.write( "Height(m): 214,180,150,124,102,84 \n" ); document.write( "a) Algebraically determine the quadratic function that models the path followed by the plane. Express the function in the form y=ax^2+bx+c. \n" ); document.write( "-------- \n" ); document.write( "Substitute three x/y pairs into the form to get three equations \n" ); document.write( "with variables a,b, and c. \n" ); document.write( "------------------------------- \n" ); document.write( "f(1) = a + b + c = 214 \n" ); document.write( "f(2) =4a + 2b + c = 180 \n" ); document.write( "f(3) =9a + 3b + c = 150 \n" ); document.write( "---------------------------- \n" ); document.write( "I used the Matrix function of a TI calculator to find the following: \n" ); document.write( "a = 2 \n" ); document.write( "b = -40 \n" ); document.write( "c = 252 \n" ); document.write( "------------ \n" ); document.write( "EQUATION: \n" ); document.write( "y = 2x^2-40x+252 \n" ); document.write( "-------------------\r \n" ); document.write( "\n" ); document.write( "b) Use the function to determine the minimum height of the plane. \n" ); document.write( "minimum occurs at x = -b/2a = 40/4 = 10 \n" ); document.write( "f(10) = 52 \n" ); document.write( "----------------- \n" ); document.write( "At 10 seconds the plane will be at 52 ft. \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------------- \n" ); document.write( " |