document.write( "Question 1138: Hi can someone help me with determining the equation of the quadratic function
\n" );
document.write( "with a vertex of (3,5) and point (5,1)\r
\n" );
document.write( "\n" );
document.write( "and a parabola with the points (-1,4), (1, -2) and (2,1) \r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #344 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Since the quadratic equation with vertex (a,b) should be as: \n" ); document.write( " y - b = c (x-a)^2, \n" ); document.write( " Now (a,b) = (3,5) and (5,1)is on the graph, we have \n" ); document.write( " 1 - 5 = c (5 -3)^2 = 4 c \n" ); document.write( " and so c = -1, the quadratic equation as \n" ); document.write( " y - 5 = - (x - 3)^2\r \n" ); document.write( "\n" ); document.write( " Next, let the equation of the parabola be y = a x^2 + bx + c \n" ); document.write( " Since it passing through (-1,4), (1, -2) and (2,1). \n" ); document.write( " We have \n" ); document.write( " a - b + c = 4 ...(1) \n" ); document.write( " a + b + c = -2 ...(2) \n" ); document.write( " 4a + 2b + c = 1 ...(3)\r \n" ); document.write( "\n" ); document.write( " By (2)-(1), we have 2b = -6, so b=-3. \n" ); document.write( " Replace b by -3 in (1),we have a + c = 1...(4) \n" ); document.write( " Replace b by -3 in (3),we have 4a + c = 7...(5) \n" ); document.write( " By (5)-(4), we have 3a=6, a =2. \n" ); document.write( " \n" ); document.write( " Replace a by 2 in (4),we have c= 1-2 = -1.\r \n" ); document.write( "\n" ); document.write( " Hence,the equation of the parabola be y = 2 x^2 - 3x -1.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " * \n" ); document.write( " *\r \n" ); document.write( "\n" ); document.write( " * \n" ); document.write( " \n" ); document.write( " |