| Start with the quadratic in the form y = a*x^2 + b*x + c. If the quadratic is not in that form, manipulate it until it is.
If a>0, the parabola is U-shaped; if a<0, the parabola is upside-down u-shaped.
If a>0, the minimum y value is at the point called the vertex. (If a<0, the maximum y value is at the point called the vertex.) The vertex (h,k) is found by calculating h = -b/(2a), and then substituting that x value to find the corresponding y value for k. |