document.write( "Question 478190: what is the vertex of f(x)=x^2-8x-5
\n" );
document.write( " f(x)=-x^2+10x+6
\n" );
document.write( " f(x)=3x^2-12x+9
\n" );
document.write( " f(x)=-2x^2+2x+7
\n" );
document.write( " f(x)=8-x^2\r
\n" );
document.write( "\n" );
document.write( "I have bee trying to solve and find the vertexes for these five problems since last Sunday. I don't understand quadratic equations at all. \n" );
document.write( "
Algebra.Com's Answer #327668 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The vertex of a quadratic function is the turning point of the function. \n" ); document.write( "At this point, the slope of the function, dy/dx = 0. \n" ); document.write( "The equation for the function in standard form is: \n" ); document.write( "y = ax^2 + bx + c \n" ); document.write( "To find the vertex, compute dy/dx and set equal to 0: \n" ); document.write( "dy/dx = 0 = 2ax + b \n" ); document.write( "Solving for x gives x = -b/2a \n" ); document.write( "Now substitute this value back in the original equation to get the y-value of the vertex: \n" ); document.write( "y = a(-b/2a)^2 + b(-b/2a) + c \n" ); document.write( "This gives y = c - b^2/(4a) \n" ); document.write( "We can use this information to find the vertices of the given functions. \n" ); document.write( "e.g. f(x) = x^2-8x-5 \n" ); document.write( "The vertex is x = 8/2 = 4; y = -5 - (-8^2/4) -> y = -21 \n" ); document.write( "I will leave it to you to compute the rest! \n" ); document.write( "Ans: (4,-21) \n" ); document.write( "We can graph the function to check our answer \n" ); document.write( " |