document.write( "Question 28313: The general equation os a quadratic polynomial is p(x)=ax(squared)+bx+c with a,b,c all real numbers and a doesn't = 0. In this problem we show that three points in the plane uniquely determine a quad polynomial, )just as two points in aplane uniquely determine a line).\r
\n" );
document.write( "\n" );
document.write( "Step 1. Suppose that we were given the three point (-1,1),(1,5), and (2,10). We want to find the quad poly P(x) which passes through these points. So, evaluate p at each x value. For example, since p(-1)must be 1 (why?), we get\r
\n" );
document.write( "\n" );
document.write( "p(-1)=a(-1) squared+b(-1)+c=1 (arrow) a-b+c=1.\r
\n" );
document.write( "\n" );
document.write( "Evaluating p(1) and p(2), we get two more equations. What are they?\r
\n" );
document.write( "\n" );
document.write( "p(1)=
\n" );
document.write( "p(2)=\r
\n" );
document.write( "\n" );
document.write( "Step 2: We now have _________________ linear equations in the _______________ unknowns___,__________, and _______. Thus, we can try to solve for _,_____, and ____. Once we have values for ___,______, and __, our polynomials will be determined.\r
\n" );
document.write( "\n" );
document.write( "Step 3: set up the augmented coefficient matrix. We can start with\r
\n" );
document.write( "\n" );
document.write( "M= [1 -1 1 1]
\n" );
document.write( " [? ? ? ?]
\n" );
document.write( " [? ? ? 10].\r
\n" );
document.write( "\n" );
document.write( "There are 6 values missing. Where do they come from? What are they? What variable does the first column represent? The second? The third?\r
\n" );
document.write( "\n" );
document.write( "Step 4:
\n" );
document.write( "Using elementary row operations, we transform M into the matrix M' that looks like\r
\n" );
document.write( "\n" );
document.write( "M'= [1 0 0 1]
\n" );
document.write( " [0 1 0 2]
\n" );
document.write( " [0 0 1 2].\r
\n" );
document.write( "\n" );
document.write( "I need to be able to explicity show the computations -- i.e the row of operations - leading from M tp M'.\r
\n" );
document.write( "\n" );
document.write( "From this it follows that a=____, b____, and c=___. Thus our polynomial p(x) is p(x)=?\r
\n" );
document.write( "\n" );
document.write( "Step 5:
\n" );
document.write( "Check the answer by evaluating p(x) with the a, b and c values determined in step 4. We should have p(-1)=1, p(1)=5, and p(2)=10. \n" );
document.write( "
Algebra.Com's Answer #15388 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! you have 3 points that are on a quadratic curve, (-1,1),(1,5), and (2,10).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you put x=-1 into the quadratic, the answer for y is 1...this is the coordinate (-1,1). Similarly when x=1, then y=5 and also when x=2, then y=10.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We do not know the quadratic, so we are going build it up from first principles...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the quadratic is of the form \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so using (-1,1) gives a-b+c=1 \n" ); document.write( "and using (1,5) gives a+b+c=5 \n" ); document.write( "and using (2,10) gives 4a+2b+c=10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "these are your three \"p\"'s.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--> got 3 polynomials in 3 unknowns --> a,b,c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "matrix is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the columns are the coefficients of a,b and c respectively and the y-value. \n" ); document.write( "the rows are the 3 equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "OK, now you use Gaussian Elimination (GE) to get the matrix M'...look into your books for this. I hate GE - i spent years doing it at uni.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I have done GE for you... you struggle with it. It is the only way! \n" ); document.write( "c=2 \n" ); document.write( "b=2 \n" ); document.write( "a=1\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and i have checked the quadratic with the 3 sets of coordinates...they match.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon. \n" ); document.write( " \n" ); document.write( " |