How to find the vertex of a parabola from standard form

The vertex of a parabola given in standard form y=ax2+bx+cy = ax^2 + bx + c is found using the vertex formula. The x-coordinate is x=b2ax = -\frac{b}{2a}, and the y-coordinate is found by substituting this x-value back into the original equation.

This method applies to any quadratic function where aeq0a eq 0. It is the most direct approach when the equation is expanded, avoiding the need to complete the square.

The setup

Identify the coefficients aa, bb, and cc from the standard form equation y=ax2+bx+cy = ax^2 + bx + c. Ensure the equation is ordered by descending powers of xx before extracting these values.

The steps

  1. Calculate the x-coordinate of the vertex using h=b2ah = -\frac{b}{2a}.
  2. Substitute hh into the original equation to find the y-coordinate: k=a(h)2+b(h)+ck = a(h)^2 + b(h) + c.
  3. Write the vertex as the coordinate pair (h,k)(h, k).

Checking the result

Verify the result by completing the square to convert the equation into vertex form y=a(xh)2+ky = a(x-h)^2 + k. Alternatively, check points equidistant from the vertex x-coordinate; x=h1x = h - 1 and x=h+1x = h + 1 must yield identical y-values.

Common errors

Dropping the negative sign in the formula x=b2ax = -\frac{b}{2a}. Incorrectly squaring a negative hh value when evaluating kk (e.g., treating 32-3^2 as 9-9 instead of 99). Misidentifying bb and cc if the terms are not in descending order.

Worked example

Find the vertex of the parabola given by y=2x2+8x5y = -2x^2 + 8x - 5.

Identify the coefficients: a=2a = -2 b=8b = 8 c=5c = -5

Calculate the x-coordinate: h=b2ah = -\frac{b}{2a} h=82(2)h = -\frac{8}{2(-2)} h=84h = -\frac{8}{-4} h=2h = 2

Calculate the y-coordinate by substituting x=2x = 2: k=2(2)2+8(2)5k = -2(2)^2 + 8(2) - 5 k=2(4)+165k = -2(4) + 16 - 5 k=8+165k = -8 + 16 - 5 k=3k = 3

The vertex is (2,3)(2, 3).

FAQ

Run your own problem

References: OpenStax College Algebra, Chapter 5: Quadratic Functions · Khan Academy: Quadratic equations & functions unit

See also