Completing the Square Calculator
Rewrite ax² + bx + c in vertex form a(x − h)² + k.
Completing the square turns a quadratic into vertex form, revealing its turning point.
The math behind it
ax² + bx + c = a(x − h)² + k where h = −b/(2a) and k = c − b²/(4a). The vertex of the parabola is (h, k).
Worked example
x² − 6x + 11 = (x − 3)² + 2, so the vertex is (3, 2).
FAQ
Why complete the square?
It makes solving, graphing and integrating quadratics much easier and exposes the vertex directly.