document.write( "Question 332261: What is the vertex of a parabola?
\n" ); document.write( "How do you determine the vertex of the parabola?
\n" ); document.write( "Demonstrate with an example.
\n" ); document.write( "

Algebra.Com's Answer #238163 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
the equation for a parabola: y=\"a%2Ax%5E2%2Bb%2Ax%2Bc\"\r
\n" ); document.write( "\n" ); document.write( "The vertex is at x=\"-b%2F%282a%29\", y=\"%284ac-b%5E2%29%2F%284a%29\"\r
\n" ); document.write( "\n" ); document.write( "--\r
\n" ); document.write( "\n" ); document.write( "this can be found from the quadratic solutions are
\n" ); document.write( "x=\"%28-b-Sqrt%28b%5E2-4ac%29%29%2F%282a%29\" and
\n" ); document.write( "x=\"%28-b%2BSqrt%28b%5E2-4ac%29%29%2F%282a%29\"
\n" ); document.write( "--
\n" ); document.write( "The center is at value x=\"-b%2F%282a%29\" and then substituting this x value in the parabola equation to find y
\n" ); document.write( "--
\n" ); document.write( "Try it: for parabola Y=\"2%2Ax%5E2%2B8%2Ax%2B11\"\r
\n" ); document.write( "\n" ); document.write( "x=\"-b%2F%282a%29\" = -8/4=-2
\n" ); document.write( "y=\"%284ac-b%5E2%29%2F%284a%29\" = (4*2*11-8^2)/(4*2) = 24/8=3
\n" ); document.write( "---
\n" ); document.write( "if you complete the square for Y=\"2%2Ax%5E2%2B8%2Ax%2B11\"
\n" ); document.write( "y=\"2%2A%28x%2B2%29%5E2+%2B3\" for which it is easy to see that the vertex is (-2,3)
\n" ); document.write( "
\n" ); document.write( "
\n" );