SOLVETUTORMATH SOLVER

Instrument MI-01-670 · Mathematics

Vertex Form Calculator

Every parabola has one turning point. Enter a, b, and c from standard form, and this sheet returns that vertex directly, no expansion by hand required.

Instrument MI-01-670
Sheet 1 OF 1
Rev A
Verified
Type 05 — Algebra SER. 2026-01670

h (vertex x-coordinate)

-2.00000000

h = −b ⁄ 2a

-5.00000000 k (vertex y-coordinate)
The working Every figure verified twice
  1. h = −8 ⁄ (2·2) = -2.00000000
  2. k = 3 − 8^2 ⁄ (4·2) = -5.00000000
Worksheet log
  1. No entries yet — change an input to log a scenario.

How this instrument works

A quadratic written in standard form, y = ax² + bx + c, can also be written in vertex form, y = a(x − h)² + k, where (h, k) is the parabola's own vertex — the single point where it turns around, its minimum if a is positive or its maximum if a is negative. Converting between the two forms is normally done by completing the square by hand, but the result reduces to two direct formulas: h = −b ⁄ 2a and k = c − b² ⁄ 4a, letting the vertex be read straight off a, b, and c with no intermediate algebra shown.

The h-coordinate also marks the parabola's axis of symmetry, the vertical line x = h that the whole curve mirrors around — every point on one side of that line has a matching point the same height on the other side, the same distance away. Once h is known, k is simply the height of the parabola AT that axis of symmetry, found by substituting x = h back into the original equation and simplifying, which is exactly what the k formula does in one step.

A parabola that touches the x-axis at exactly one point, rather than crossing it at two or missing it entirely, is the special case where the vertex itself sits exactly ON the x-axis — meaning k = 0. That happens precisely when the original quadratic is a perfect square, such as x² − 4x + 4 = (x − 2)², whose single repeated root is also its vertex's x-coordinate.

h=b2ah = -\frac{b}{2a}k=cb24ak = c - \frac{b^2}{4a}
a, b, c — the coefficients of the quadratic in standard form, y = ax² + bx + c; h, k — the coordinates of the parabola's vertex, its single turning point.
  • Enter the quadratic's leading coefficient into the a field (from y = ax² + bx + c).
  • Enter the linear coefficient into the b field.
  • Enter the constant term into the c field.
  • Read h and k: the sheet computes −b ⁄ 2a and c − b² ⁄ 4a, the parabola's vertex coordinates.

Worked example — y = 2x² + 8x + 3

For y = 2x² + 8x + 3, a = 2, b = 8, and c = 3. The vertex's x-coordinate is h = −8 ⁄ (2×2) = −2, and its y-coordinate is k = 3 − 8² ⁄ (4×2) = 3 − 8 = −5, giving a vertex at (−2, −5) — the parabola's lowest point, since a is positive.

Compare y = x² − 4x + 4: a = 1, b = −4, c = 4, giving h = 4 ⁄ 2 = 2 and k = 4 − 16 ⁄ 4 = 0, a vertex at (2, 0) sitting exactly on the x-axis. This is a perfect square in disguise, (x − 2)², touching the x-axis at a single repeated point rather than crossing it.

Questions

How do I find a parabola's vertex from standard form?

Use h = −b ⁄ 2a for the x-coordinate and k = c − b² ⁄ 4a for the y-coordinate, both derived directly from the coefficients a, b, and c in y = ax² + bx + c. These are the shortcut result of completing the square, without needing to show that algebra step by step.

What does the vertex actually represent?

It's the parabola's single turning point — its minimum value if a is positive (the parabola opens upward) or its maximum value if a is negative (it opens downward). The vertex's x-coordinate, h, also marks the parabola's axis of symmetry.

Why can't a be zero?

If a were zero, the equation y = ax² + bx + c would no longer contain an x² term at all, making it a straight line rather than a parabola — a fundamentally different shape with no single turning-point vertex to find.

What does it mean if k equals zero?

The vertex sits exactly on the x-axis, meaning the parabola touches the x-axis at exactly one point rather than crossing it twice or missing it entirely. This happens precisely when the quadratic is a perfect square, such as x² − 4x + 4 = (x − 2)².

How is vertex form related to the quadratic formula?

Both come from the same completing-the-square process applied to y = ax² + bx + c. The quadratic formula finds where the parabola crosses the x-axis (y = 0); vertex form instead finds the parabola's own turning point, a related but different piece of information about the same curve.

References