document.write( "Question 117704: How do you find the vertex of this quadratic equation?
\n" ); document.write( "y=x^2+6x+8
\n" ); document.write( "

Algebra.Com's Answer #85696 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"y+=+x%5E2+%2B+6x+%2B+8\"
\n" ); document.write( "First, it helps if you can picture it. Does it look like a pointy
\n" ); document.write( "cup that holds water, or is it a pointy cup that poured all its
\n" ); document.write( "water out?
\n" ); document.write( "If the number in front of \"x%5E2\" is positive, it's a pointy cup
\n" ); document.write( "that holds water. In this case, The number in front of \"x%5E2\"
\n" ); document.write( "is \"1\", since \"1%2Ax%5E2+=+x%5E2\".
\n" ); document.write( "Now you can picture it.
\n" ); document.write( "(1) If it touches the x-axis it has 1 real solution for x.
\n" ); document.write( "That means you can somehow get \"x%5E2+%2B+6x+%2B+8+=+0\" into the form
\n" ); document.write( "\"%28x+-+r%29%5E2+=+0\". Then \"x+=+r\" is the only solution.
\n" ); document.write( "The other possibilities are:
\n" ); document.write( "(2) It floats above the x-axis without touching it.
\n" ); document.write( "(3) It crosses the x-axis in 2 places
\n" ); document.write( "That's almost all you need to know. Now picture it crossing the x-axis
\n" ); document.write( "in 2 places. Where is the vertex? It's exactly in the middle between
\n" ); document.write( "the 2 crossing points. The crossing points are the roots
\n" ); document.write( "So, if the roots were at \"x+=+%2B1\" and \"x+=+%2B3\", then the vertex
\n" ); document.write( "would be at \"x+=+%2B2\".
\n" ); document.write( "Now all you need to know are the roots of \"y+=+x%5E2+%2B+6x+%2B+8\"
\n" ); document.write( "They occur at \"y+=+0\", so find \"x\" when \"x%5E2+%2B+6x+%2B+8+=+0\"
\n" ); document.write( "Right away I see that \"2+%2A+4+=+8\" and \"2+%2B+4+=+6\".
\n" ); document.write( "That leads me to \"%28x+%2B+4%29%28x+%2B+2%29+=+0\". What makes this true?
\n" ); document.write( "Either \"x+=+-4\" or \"x+=+-2\" These are the roots. What's
\n" ); document.write( "exactly in the middle? \"x+=+-3\" is right between them.
\n" ); document.write( "So, that's where the vertex is. A point needs an x and a y, so what
\n" ); document.write( "is the y? Plug \"x+=+-3\" into the original equation
\n" ); document.write( "\"y+=+x%5E2+%2B+6x+%2B+8\"
\n" ); document.write( "\"y+=+%28-3%29%5E2+%2B+6%2A%28-3%29+%2B+8\"
\n" ); document.write( "\"y+=+9+-+18+%2B+8\"
\n" ); document.write( "\"y+=+-1\"
\n" ); document.write( "So, the vertex is at (-3,-1)
\n" ); document.write( "Here's the graph
\n" ); document.write( "\"+graph%28+600%2C+600%2C+-10%2C+10%2C+-10%2C+10%2C+x%5E2+%2B+6x+%2B+8%29+\"
\n" ); document.write( "
\n" );