document.write( "Question 350825: how do you figure out the height of the max/min when drawin a quadratic parobola???\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #250812 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
x = -b /2a is the formula to get the x value of the maximum / minimum\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "once you get that, then you get f(-b/2a) to get the y value.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the point pair (x,f(x)) becomes (-b/2a, f(-b/2a)) becomes the maximum / minimum point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if the coefficient of the x^2 term is positive, then the max/min point is a minimum point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if the coefficient of the x^2 term is negative, then the max/min point is a maximum point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "some examples:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = f(x) = x^2 + 2x + 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation is in standard form of ax^2 + bx + c, so:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = 1
\n" ); document.write( "b = 2
\n" ); document.write( "c = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x value of max/min point is x = -b/2a which becomes -2/2 which becomes -1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the y value of max/min point is y = f(x) = f(-b/2a) = f(-1).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since f(x) = x^2 + 2x + 3, then f(-1) = (-1)^2 + 2*(-1) + 3 which becomes 1 - 2 + 3 which becomes 2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the max/min point becomes (-1,2) which means that x = -1, and y = 2.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "coefficient of x^2 term is positive, so this is a min point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "graph of this equation is shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"graph%28600%2C600%2C-5%2C5%2C-5%2C5%2Cx%5E2+%2B+2x+%2B+3%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can see that the max/min point is at (-1,2), and that this is a min point because the coefficient of the x^2 term is positive.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "take the same equation and make the coefficient of the x^2 term negative.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = f(x) = -x^2 + 2x + 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x value of max/min point is still x = -b/2a, only in this case:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = -1
\n" ); document.write( "b = 2
\n" ); document.write( "c = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = -b/2a becomes -2/-2 = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y value of max/min point = f(x) = f(-b/2a) = f(1) = -(1)^2 + 2*1 + 3 = -1 + 2 + 3 = 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "max/min point becomes (x,y) = (1,4) where x value is equal to 1 and y value is equal to 4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "graph of this equation is shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"graph%28600%2C600%2C-5%2C5%2C-5%2C5%2C-x%5E2+%2B+2x+%2B+3%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can see that the max/min point is at (x,y) = (1,4) and that the max/min point is a maximum because the coefficient of the x^2 term is negative.
\n" ); document.write( "
\n" );