Completing the Square Calculator
Inputs
a\,x^2 + b\,x + c
Results
\begin{aligned} h &= \dfrac{-b}{2a} \\ &= \dfrac{-(-6)}{2(1)} = ? \end{aligned}
\begin{aligned} k &= c - \dfrac{b^2}{4a} \\ &= (11) - \dfrac{(-6)^{2}}{4(1)} = ? \end{aligned}
\begin{aligned} & a(x - h)^{2} + k \\ &= 1\left(x - (?)\right)^{2} + ? \end{aligned}
y(x)
Recommended Next
Quadratic Equation Solver
Solve ax² + bx + c = 0. Enter the three coefficients to get the discriminant and both roots — real or complex.