document.write( "Question 1199166: find the cordinate of the vertex of the graph of f(x) f(x)=x2-4x+ 13 \n" ); document.write( "
Algebra.Com's Answer #832874 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "f(x) = x^2-4x+13 \n" ); document.write( "is the given equation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Think of it as \n" ); document.write( "y = x^2-4x+13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Compare it to \n" ); document.write( "y = ax^2+bx+c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have the following coefficients \n" ); document.write( "a = 1 \n" ); document.write( "b = -4 \n" ); document.write( "c = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The vertex is located at (h,k). \n" ); document.write( "Let's compute the x coordinate of the vertex. \n" ); document.write( "h = -b/(2a) \n" ); document.write( "h = -(-4)/(2*1) \n" ); document.write( "h = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then plug this into the original equation to find the y coordinate of the vertex. \n" ); document.write( "y = x^2-4x+13 \n" ); document.write( "y = 2^2-4*2+13 \n" ); document.write( "y = 4-8+13 \n" ); document.write( "y = -4+13 \n" ); document.write( "y = 9 \n" ); document.write( "This is the value of k in (h,k)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since \n" ); document.write( "h = 2 \n" ); document.write( "k = 9 \n" ); document.write( "We can then say the vertex is located at (h,k) = (2,9) \n" ); document.write( "This is the lowest point on the parabola since a = 2 is positive, causing the parabola to open upward.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The vertex form would be: \n" ); document.write( "y = a(x-h)^2+k \n" ); document.write( "y = 1(x-2)^2+9 \n" ); document.write( "y = (x-2)^2+9 \n" ); document.write( "I'll let the student expand that vertex form out so you get the original equation again. \n" ); document.write( "This helps confirm the correct vertex form.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: The vertex is located at (2,9) \n" ); document.write( " \n" ); document.write( " |