document.write( "Question 1161075: Find the quadratic polynomial whose graph passes through the points (1,14) (2,28) (3,48) \n" ); document.write( "
Algebra.Com's Answer #784524 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The standard method for solving a problem like this is as shown by the other two tutors: use the x and y coordinates of the given points in the standard equation \"ax%5E2%2Bbx%2Bc\" to get three equations in the coefficients a, b, and c; then solve the system of equations.

\n" ); document.write( "Here is a completely different method that I find a bit less work. This alternative method can be used because the y values are given for three consecutive x values.

\n" ); document.write( "So think of the problem as a sequence of numbers produced by a quadratic polynomial.

\n" ); document.write( "In a sequence produced by the quadratic polynomial \"ax%5E2%2Bbx%2Bc\", the second differences are the constant 2a. (If you know some basic calculus, you can see that is true, since the second derivative of the polynomial is 2a.)

\n" ); document.write( "In this sequence, the second difference is 6:
\r\n" );
document.write( "   14  18  48\r\n" );
document.write( "     14  20\r\n" );
document.write( "        6

\n" ); document.write( "Since we now that second difference is 2a, we know that the leading coefficient a is 3, and the quadratic polynomial is

\n" ); document.write( "\"3x%5E2%2Bbx%2Bc\"

\n" ); document.write( "The \"bx+c\" is a linear polynomial; it can be determined easily by comparing the actual y values to the value of 3x^2:
\r\n" );
document.write( "   x   3x^2   y   y-3x^2 (= bx+c)\r\n" );
document.write( "  -------------------------------\r\n" );
document.write( "   1     3   14     11\r\n" );
document.write( "   2    12   28     16\r\n" );
document.write( "   3    27   48     21

\n" ); document.write( "It is easy to see that the values in the last column are bx+c = 5x+6.

\n" ); document.write( "So, already knowing that the leading term of the quadratic is 3x^2, we now know that the complete quadratic is

\n" ); document.write( "\"3x%5E2%2B5x%2B6\"

\n" ); document.write( "
\n" ); document.write( "
\n" );