Vertex Form Calculator
Convert any quadratic equation from standard form to vertex form. Enter the coefficients a, b, and c to find the vertex, axis of symmetry, and whether the parabola opens up or down.
The vertex form of a quadratic equation reveals the location of the vertex at a glance. Every quadratic y = ax² + bx + c can be rewritten as y = a(x - h)² + k.
Finding h and k:
h = -b / (2a) k = c - b² / (4a)
Alternatively, k = f(h) -- just plug h back into the original equation.
Worked Example:
Convert y = 2x² - 12x + 22 to vertex form.
- h = -(-12) / (2 x 2) = 12/4 = 3
- k = 22 - (-12)² / (4 x 2) = 22 - 144/8 = 22 - 18 = 4
- Vertex form: y = 2(x - 3)² + 4
- Vertex: (3, 4)
- Axis of symmetry: x = 3
- Opens upward because a = 2 > 0
Why vertex form matters:
- The vertex (h, k) is immediately visible.
- The axis of symmetry is x = h.
- If a > 0, the vertex is the minimum. If a < 0, it is the maximum.
- Graphing is easy: plot the vertex, then use a to determine the width and direction.