document.write( "Question 48318: Given a table of x and F(x) values how would you find the quadratic equation that describes it?
\n" );
document.write( "x -4, -3, -2, -1, 0
\n" );
document.write( "y -1, 0, 3, 8, 15\r
\n" );
document.write( "\n" );
document.write( "Since when x=0, y=15; I know that the constant term in the quadratic equation must be 15. Also I know that one of the roots is -3 because when y=0, x=-3. Additionally I have found that the second difference beteen the \"y\" values is always +2. (pattern of change is 2). I however, do not know how to use this piece of information to solve the problem. I have to write the quadratic equation that describes the relationship. I know that the relationship is quadratic because the second difference is a constant term - 2. Please help. Thank you for your time and help. \n" );
document.write( "
Algebra.Com's Answer #31959 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! well done with what you said and have done so far.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Right then, my method:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assuming it is a quadratic (and as you say, the second difference being constant implies a quadratic) then the equation will have the form of f(x) = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We know: \n" ); document.write( "when x = 0 that y=15, so: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "--> c = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we have \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Knowing one of the roots is fine but it doesn't help us since there are many quadratic that will have that as a root. What we need to do now (seeing that we only have 2 unknowns to find --> a and b) is pick two of the coordinates and solve them simultaneously. Pick easier ones.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using (-3,0) gives \n" ); document.write( " \n" ); document.write( "--> 9a - 3b = -15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using (-1,8) gives \n" ); document.write( " \n" ); document.write( "--> a - b = -7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we have 2 equations now: \n" ); document.write( "9a - 3b = -15 \n" ); document.write( "a - b = -7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "scale up the second one: \n" ); document.write( "9a - 3b = -15 \n" ); document.write( "3a - 3b = -21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and subtract them: \n" ); document.write( "6a = 6 \n" ); document.write( "--> a = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and from a - b = -7 we get \n" ); document.write( "1 - b = -7 \n" ); document.write( "--> b = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the quadratic is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon. \n" ); document.write( " \n" ); document.write( " |