Last verified · v1.0
Calculator · math
Vertex Form Calculator (Standard To Vertex Form)
Enter coefficients a, b, and c to convert ax² + bx + c to vertex form f(x) = a(x−h)² + k and get the vertex coordinates (h, k) instantly.
Inputs
Selected Vertex Form Value
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
What Is Vertex Form of a Quadratic?
Vertex form rewrites any quadratic function so its turning point — the vertex — is immediately visible. Standard form f(x) = ax² + bx + c obscures the vertex inside the coefficients; vertex form f(x) = a(x − h)² + k places it front and center as the ordered pair (h, k). Every parabola can move freely between the two representations without changing its shape or position on the coordinate plane.
The Conversion Formulas
Two concise formulas drive every standard-to-vertex conversion:
- h = −b / (2a) — the x-coordinate of the vertex, identical to the axis of symmetry of the parabola
- k = c − b² / (4a) — the y-coordinate of the vertex, equal to the function's minimum (when a > 0) or maximum (when a < 0) value
Once h and k are known, substitute them alongside the original leading coefficient a into the template f(x) = a(x − h)² + k to complete the conversion.
Derivation: Completing the Square
Both formulas emerge from completing the square, a foundational algebraic technique documented in the Khan Academy lesson on graphing quadratics in standard form and formalized in the Ohio State University Ximera Vertex Form module. Starting from f(x) = ax² + bx + c:
- Factor a from the first two terms: f(x) = a(x² + (b/a)x) + c
- Add and subtract the square of half the inner coefficient: f(x) = a(x² + (b/a)x + b²/(4a²) − b²/(4a²)) + c
- Rewrite as a perfect-square trinomial: f(x) = a(x + b/(2a))² − b²/(4a) + c
- Identify h = −b/(2a) and k = c − b²/(4a), confirming both formulas algebraically.
Understanding the Variables
- a — the leading coefficient from ax² + bx + c. Controls direction of opening (upward when a > 0, downward when a < 0) and the width of the parabola. A larger |a| produces a narrower, steeper curve; a smaller |a| produces a wider, flatter one. Must be non-zero.
- b — the linear coefficient. Together with a, it determines the horizontal position of the vertex via h = −b/(2a).
- c — the constant term and y-intercept of the parabola. Together with b and a, it sets the vertical position of the vertex through k = c − b²/(4a).
- h — the x-coordinate of the vertex. The parabola is perfectly symmetric about the vertical line x = h.
- k — the y-coordinate of the vertex and the global minimum or maximum output of the function.
Worked Example 1: Upward-Opening Parabola
Convert f(x) = 2x² + 8x + 5 to vertex form.
- Given: a = 2, b = 8, c = 5
- h = −8 / (2 × 2) = −8 / 4 = −2
- k = 5 − 8² / (4 × 2) = 5 − 64 / 8 = 5 − 8 = −3
- Vertex form: f(x) = 2(x + 2)² − 3
- Vertex (−2, −3) is a minimum since a = 2 > 0
Worked Example 2: Downward-Opening Parabola
Convert f(x) = −x² + 4x − 1 to vertex form.
- Given: a = −1, b = 4, c = −1
- h = −4 / (2 × −1) = −4 / −2 = 2
- k = −1 − 4² / (4 × −1) = −1 − 16 / −4 = −1 + 4 = 3
- Vertex form: f(x) = −(x − 2)² + 3
- Vertex (2, 3) is a maximum since a = −1 < 0
Real-World Applications
According to the ORCCA open curriculum from Lane Community College, vertex form streamlines analysis across multiple disciplines:
- Physics: projectile motion paths form downward-opening parabolas. The vertex gives the maximum height and the exact time it occurs.
- Engineering: parabolic satellite dishes, suspension bridge cables, and reflective antenna designs are specified using vertex form to exploit focal properties.
- Economics: quadratic profit or cost functions written in vertex form immediately reveal the optimal production level without requiring calculus.
- Education: research in the Journal of Mathematics Education on quadratic function learning progressions identifies vertex form as a critical milestone bridging algebraic manipulation and graphical reasoning.
Quick Reference: Key Properties
- Axis of symmetry: x = h = −b / (2a)
- Vertex coordinates: (h, k)
- y-intercept: set x = 0 in either form to obtain f(0) = c
- Coefficient a must be non-zero; a = 0 reduces the equation to a line
- Discriminant b² − 4ac determines real roots: positive → two x-intercepts, zero → one (vertex touches x-axis), negative → none
Reference