Completing the square is a technique for solving quadratic equations that works every time, even when factoring doesn't. It transforms an expression like into a perfect square trinomial, which you can then factor neatly and solve with square roots.
This method is worth learning well because it's the foundation for deriving the quadratic formula, and it also helps you find the vertex of a parabola directly from the equation.
Completing the Square
Binomial to Perfect Square Trinomial
The core idea is to take a binomial like and figure out what constant to add so it becomes a perfect square trinomial you can factor.
Here's the rule: take half the coefficient of , then square it. That gives you the number to add.
- Half the coefficient of is
- Square it to get
- The result:
Example: For , half of 6 is 3, and . So .
Example: For , half of is , and . So .
Notice that the sign inside the parentheses matches the sign of .

Completing the Square with Coefficient 1
When the coefficient of is already 1, you can solve with these steps:
- Move the constant to the other side. Subtract from both sides to get .
- Complete the square. Calculate and add it to both sides:
- Factor the left side into .
- Take the square root of both sides. Don't forget the :
- Solve for by subtracting from both sides.
Example: Solve
- Move the constant:
- Half of 6 is 3, and . Add 9 to both sides:
- Factor:
- Square root:
- Solve: or
A common mistake is adding to the left side but forgetting to add it to the right side too. Whatever you do to one side, you must do to the other.

Completing the Square for Any Coefficient
When the leading coefficient isn't 1, you need one extra step at the start: divide everything by .
- Divide every term by so the equation becomes .
- Move the constant to the other side:
- Complete the square. Half of is . Square it to get . Add this to both sides.
- Factor the left side into .
- Take the square root of both sides (with ).
- Solve for .
Example: Solve
- Divide by 2:
- Move the constant:
- Half of 6 is 3, and . Add 9 to both sides:
- Square root:
- Solve: or
The key thing to remember: you must make the leading coefficient 1 before you complete the square. If you skip this step, the method won't work.
Quadratic Equation Properties
Completing the square connects directly to the graph of a quadratic equation, which is a parabola.
- The vertex is the highest or lowest point on the parabola. When you write the equation in the form , the vertex is easy to read off.
- The axis of symmetry is a vertical line that passes through the vertex. The parabola is a mirror image on either side of this line.
- The discriminant tells you how many real solutions the equation has:
- Positive: two distinct real roots (the parabola crosses the x-axis twice)
- Zero: one repeated real root (the parabola just touches the x-axis at its vertex)
- Negative: no real roots (the parabola never crosses the x-axis)