document.write( "Question 4164: Find any relative maxima or minima for f(x)=x^2 +2x-8 \n" ); document.write( "
Algebra.Com's Answer #1843 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
The function: f(x) = x^2 + 2x - 8 is that of a parabola that opens upward (the coefficient of x^2 is positive (+1))and therefore has a vertex that is a minimum. \r
\n" ); document.write( "\n" ); document.write( "The x-coordinate of the vertex is given by: x = -b/2a\r
\n" ); document.write( "\n" ); document.write( "So the x-coordinate of the vertex is: x = -(2)/2(1) = -1 Substitute this into the equation to find the y-coordinte: y = (-1)^2 + 2(-1) - 8 = 1 - 2 - 8 = 9\r
\n" ); document.write( "\n" ); document.write( "So the minimum (vertex) is at (-1, 9)\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );