Solving quadratic equations is a fundamental skill in algebra. While there are several methods to solve them—factoring, graphing, using the quadratic formula, and completing the square—two of the most dependable techniques are the quadratic formula and completing the square.
But which one should you use? What are the differences? Is one easier or more accurate than the other?
In this blog post, we’ll compare the quadratic formula and completing the square, showing when and how to use each, with examples and tips to help you master both.
🧮 What Is the Quadratic Formula?
The quadratic formula is a universal method for solving any quadratic equation of the form:
ax² + bx + c = 0
The formula:
x = (−b ± √(b² − 4ac)) / 2a
Advantages:
-
Always works for any quadratic equation
-
Quick and efficient once you memorize it
-
Great for complex or non-factorable equations
Example:
Solve x² − 5x + 6 = 0
Using the formula:
-
a = 1, b = −5, c = 6
-
Discriminant = b² − 4ac = (−5)² − 4(1)(6) = 25 − 24 = 1
-
x = (5 ± √1)/2 = (5 ± 1)/2
-
Solutions: x = 3 and x = 2
🧠 What Is Completing the Square?
Completing the square is a method where you rewrite a quadratic in the form of a perfect square trinomial.
Starting from:
ax² + bx + c = 0,
you manipulate it into:
(x + d)² = e
Steps:
-
Move the constant to the other side.
-
Divide all terms by a (if a ≠ 1).
-
Add a value to both sides to make the left side a perfect square.
-
Solve using square roots.
Example:
Solve x² − 6x + 5 = 0 by completing the square.
-
Move 5: x² − 6x = −5
-
Take half of −6 (which is −3), square it (9), and add to both sides:
-
x² − 6x + 9 = −5 + 9
-
(x − 3)² = 4
-
-
Solve:
-
x − 3 = ±2
-
x = 5 or x = 1
-

🔍 Key Differences at a Glance
| Feature | Quadratic Formula | Completing the Square |
|---|---|---|
| Works for all quadratics | ✅ Yes | ✅ Yes |
| Ease of use | Easy once memorized | Longer process, more algebra steps |
| Requires memorization | Yes (formula) | No (just basic algebra) |
| Use for derivations | No | ✅ Yes (used to derive the formula) |
| Best for | Complex coefficients | Deriving vertex form or teaching |
| Helpful with graphing | Not really | ✅ Yes (converts to vertex form) |
🧩 When to Use the Quadratic Formula
Choose the quadratic formula when:
-
The equation is not easily factorable
-
You’re solving multiple equations quickly
-
You’re looking for an exact answer, including irrational or imaginary roots
-
The coefficients a, b, and c are large or complicated
🧩 When to Use Completing the Square
Choose completing the square when:
-
You need to write the equation in vertex form:
y = a(x − h)² + k
-
You want to understand the structure of a quadratic equation
-
You’re working on a problem involving conics (like circles or parabolas)
-
You’re learning how the quadratic formula is derived (this method leads directly to it)
📈 Visual Perspective
Quadratic Formula:
Gives you roots/solutions only.
Completing the Square:
Gives you roots, and also reveals the vertex of the parabola, which is useful in graphing.
Example:
From x² − 6x + 5, completing the square gives (x − 3)² = 4, so the vertex is at (3, 0).
🧠 Fun Fact: They’re Related!
Did you know the quadratic formula is derived by completing the square? That’s why learning both methods is important—not just for solving, but for understanding the why behind the math.
🎯 Conclusion
Both the quadratic formula and completing the square are powerful tools in your algebra toolkit. The quadratic formula is fast and reliable, while completing the square offers deeper insight and flexibility, especially when graphing or transforming equations.
Choose the method based on your goal: speed and accuracy for formulas, or structure and understanding for completing the square. Mastering both will not only make you a better problem solver but also prepare you for more advanced math in calculus, physics, and beyond.
