Instant Completing the Square Tool
Enter coefficients for a quadratic expression in the form ax² + bx + c. The calculator rewrites it in completed-square (vertex) form and shows each algebra step.
What is completing the square?
Completing the square is an algebra technique that rewrites a quadratic expression from standard form, ax² + bx + c, into vertex form, a(x - h)² + k. This format makes the graph behavior much easier to read. You can immediately identify the vertex (h, k), the axis of symmetry x = h, and whether the parabola opens up or down.
Why use a completing the square calculator?
- Save time: avoid arithmetic mistakes while handling fractions and negatives.
- Learn the process: this tool shows step-by-step transformations, not just a final answer.
- Graph quickly: vertex form is ideal for plotting parabolas.
- Check homework: verify your own algebra against a reliable result.
How the method works
For a quadratic expression ax² + bx + c (with a ≠ 0), the core idea is to create a perfect-square trinomial inside parentheses.
2) Take half of the x coefficient inside parentheses.
3) Square that half-value.
4) Add and subtract it in a balanced way.
5) Rewrite as a square plus/minus constants.
This yields the vertex form:
h = -b / (2a) and k = c - b² / (4a).
Interpreting your output
Vertex
The calculator reports (h, k). That point is the maximum (if a < 0) or minimum (if a > 0) value of the parabola.
Roots / x-intercepts
It also computes roots from the discriminant, Δ = b² - 4ac:
- Δ > 0: two real roots
- Δ = 0: one repeated real root
- Δ < 0: two complex roots
Axis of symmetry
Every parabola has a vertical symmetry line at x = h. In many problems, this is useful for optimization and motion modeling.
Example use case
Suppose you are modeling projectile height with a quadratic equation. Standard form may hide the highest point, but completed-square form reveals it instantly. That means you can quickly answer practical questions like “what is the peak height?” and “when does it occur?”
Common mistakes this tool helps prevent
- Forgetting to factor out
abefore completing the square. - Using
b/2instead of(b/a)/2inside parentheses. - Dropping negative signs.
- Incorrectly simplifying radicals or fractions.
FAQ
Can this calculator solve equations too?
Yes. While its main job is rewriting expressions, it also reports roots by solving ax² + bx + c = 0.
What if a = 0?
Then the expression is not quadratic, and completing the square does not apply. The calculator will alert you.
Does it work with decimals?
Absolutely. You can enter integers, fractions in decimal form, or negative values.
Final thoughts
If you are learning algebra, mastering this method builds strong intuition for quadratics. If you are teaching, this calculator is a handy classroom companion. Use it for quick checks, then walk through the shown steps until the process becomes second nature.