Navigation

Back to Blog
Getting Started

Completing the Square vs. Quadratic Formula: Which to Use and Why It Matters

6 min read
A student’s cluttered dining table late at night, with a lone desk lamp casting a soft pool of light over open, marked-up notebooks and scattered, well-used looseleaf pages—some stacked, some pushed aside with the corner curled and pencil smudges tracing repeated effort. Two distinct clusters emerge: on one side, chaos of torn and crumpled sheets covered in crossed-out equations, and on the other, a single fresh page placed neatly, pencil resting atop. The student is present only as a set of hands in frame, one poised over the fresh page. Every visible line of writing is either out of focus (shallow depth of field at f/1.8) or shot at an angle that makes detail indistinct.

Plugging values into the quadratic formula will find you the roots, but if the question expects the vertex or a completed square form, using the formula loses the structure. For example, in x^2 + 6x + 5 = 0, the formula gives roots, but completing the square reveals the minimum point. If the question asks for structure, you need the right method.

Suppose you're given a problem: solve x + 6x + 5 = 0 and also find the minimum value of y = x^2 + 6x + 5. The methods can both give zeroes, but only one directly shows the vertex.

The Wrong Path: Using the Quadratic Formula for Structure

The quadratic formula is the standard:

x = [-b ± sqrt(b^2 - 4ac)] / 2a, which applies for any quadratic equation ax^2 + bx + c = 0 as long as a ≠ 0.

Apply it here:

a = 1, b = 6, c = 5.

x = [-6 ± sqrt(6^2 - 415)] / 2*1

x = [-6 ± sqrt(36 - 20)] / 2

x = [-6 ± sqrt(16)] / 2

x = [-6 ± 4] / 2

So:

  • x = (-6 + 4) / 2 = -2 / 2 = -1
  • x = (-6 - 4) / 2 = -10 / 2 = -5

Final answer: x = -1, x = -5.

If the only goal is to solve x^2 + 6x + 5 = 0, this works. But if the question wants the minimum value of y = x^2 + 6x + 5, or its vertex, you have to do extra work: the roots do not reveal the minimum directly. This is where using the quadratic formula is a trap—the answer is correct for roots, but does not address the structure. The minimum value and vertex are still hidden.

The Completed Square: Direct Route to Structure

Completing the square is more than a method for finding roots; it reveals the parabola's vertex (minimum or maximum). The rule is: any quadratic x^2 + bx + c can be rewritten as (x + b/2)^2 + (c - (b/2)^2). This is a direct algebraic process—no need for discriminants.

Let's do it for x^2 + 6x + 5:

x^2 + 6x + 5 = (x^2 + 6x) + 5 = (x^2 + 6x + 9) - 9 + 5 // we add and subtract (6/2)^2 = 9 = (x + 3)^2 - 4

So the equation y = x^2 + 6x + 5 becomes y = (x + 3)^2 - 4. Now:

  • The minimum value is -4, occurring at x = -3.
  • The vertex is at (-3, -4).

If you need the roots, set y = 0:

(x + 3)^2 - 4 = 0 => (x + 3)^2 = 4 => x + 3 = ±2 => x = -3 ± 2 So x = -1 or x = -5 (the same roots as before).

But now, you have both roots and the vertex. No extra work. The structure is visible.

Comparing the Two: Costs, Failure Modes, and When Each Wins

The quadratic formula is universal: it works for any quadratic equation, no matter how ugly. It is fast when you only want roots, and with integers like this example, it's not hard to compute. But it's a black box: it wipes out the meaning of the numbers. You can't read the minimum value or vertex; you just get two x-values.

Completing the square takes a bit more algebra when the numbers are awkward, but it preserves the structure. You see the vertex and minimum/maximum immediately. If the question is about graphing, minimum/maximum, or rewriting in vertex form, this is the only method that answers directly. That's the check.

Failure modes:

  • Quadratic formula: If the question asks for “rewrite in completed square form”, “find the vertex”, or “minimum value”, the formula is useless without more algebra; marks are lost for not showing the process or giving the wrong form.
  • Completing the square: For messy coefficients (e.g., 5x^2 + 7x - 8 = 0), the arithmetic can get ugly and slow, and sometimes you just want the roots.

The exception: When formula beats the square (and when you must not use it)

Suppose you have 3x^2 - 2x + 7 = 0 and are told, "Find the exact roots"—but the question does NOT ask for any graphing information. Completing the square would be a slog:

3x^2 - 2x + 7 = 0 => x^2 - (2/3)x + 7/3 = 0

Now what? You'd have to deal with fractions and square roots, and the vertex form wouldn't look clean. The quadratic formula is straight to the point:

x = [2 ± sqrt((-2)^2 - 437)] / (2*3) x = [2 ± sqrt(4 - 84)] / 6 x = [2 ± sqrt(-80)] / 6 x = [2 ± 4i√5] / 6 x = [1 ± 2i√5] / 3

Here, completing the square would be slow and no more insightful. The roots are complex. The formula wins for speed and clarity. But if the question had said, "Express 3x^2 - 2x + 7 in vertex form," the formula does nothing—you must use completing the square.

For another variant: if the question asks, "Show all work for how you find the minimum value of y = x^2 + 6x + 5," writing x = -1, x = -5 (roots) gets zero marks for the minimum. The quadratic formula is not enough. Use the right method for the question's intent.

If you keep getting stuck on which path to use, Learn4Less can walk you through real examples until the distinction feels automatic. But with careful reading of the question and a quick check on what structure is needed, you can pick the right method on your own every time.

Summary

Plugging values into the quadratic formula will find you the roots, but if the question expects the vertex or a completed square form, using the formula loses the structure.

Need Help With Your Math Course?

Our experienced tutors specialize in first-year university math. Get personalized support to boost your confidence and improve your grades.

Related Posts

Keep reading with closely related study tips and math learning guides.