MathNana Learn with wisdom

Distinction · Algebra

Factoring vs Quadratic Formula vs Completing the Square

Three methods, one answer. The discriminant decides which is fastest, and it takes a single line to find out.

6 min read Updated 2026-08-16 Checked by Aziza Smailovic

The three methods, compared

The factoring vs quadratic formula question has a clean answer, and it is decided by the discriminant rather than by preference.

MethodWorks whenSpeedAlso gives you
Factoringthe discriminant is a perfect squarefastestthe factored form
Quadratic formulaalwaysreliablethe discriminant
Completing the squarealwaysslowestthe vertex form

All three produce identical roots. They differ in when they apply and in what else falls out of the working.

When factoring is the right choice

Factoring is quickest when integer factors exist, which happens exactly when the discriminant is a perfect square. For x² − 5x + 6 the pair is −2 and −3, and the answer arrives in one line with no formula at all.

It also leaves you with something the formula does not: the factored form itself, (x − 2)(x − 3), which is what you need if the quadratic is going to be simplified, cancelled or graphed rather than just solved.

When the formula is the right choice

The quadratic formula always works. It does not care whether the roots are whole numbers, fractions, surds or complex, which is why it is the safe default under time pressure.

It is also the only method that hands you the discriminant as a by-product, so you learn the nature of the roots on the way to finding them. For x² − x − 1 = 0, where no integer pair works, the formula gives (1 ± √5)/2 immediately.

When completing the square earns its place

As a way to find roots it is the slowest of the three, and few people would choose it. It stays on the syllabus for two better reasons.

  • It is where the quadratic formula comes from. Do it once with letters instead of numbers and the formula falls out.
  • It produces vertex form, a(x − h)² + k, which names the turning point directly — something neither other method gives you.

So if a question asks for the vertex, the maximum, the minimum or the range, completing the square is not the slow option. It is the only one that answers the question asked.

A decision in three lines

Put the equation in standard form, compute the discriminant, then choose.

The routineworked example
  1. ax² + bx + c = 0standard form first, always
  2. D = b² − 4acone line of arithmetic
  3. D a perfect square → factorfastest route when it applies
  4. otherwise → the formulaand completing the square if the vertex is wanted

What each method leaves you holding

Beyond the roots themselves, the three methods hand you different things, and that is often what should decide between them.

MethodForm you end up withUseful for
Factoring(x − p)(x − q)cancelling, simplifying algebraic fractions
Quadratic formulathe roots and the discriminantsolving, and the nature of the roots
Completing the squarea(x − h)² + kthe vertex, maximum, minimum and range

A question asking you to sketch the curve wants the vertex form. A question asking you to simplify (x² − 5x + 6)/(x − 2) wants the factored form. Only a question that asks for the roots is indifferent to which route you took.

They cannot disagree

If two methods give different roots, one of them contains an arithmetic error — the methods themselves are equivalent, and completing the square is literally the derivation of the formula.

That equivalence is useful. Solving an unfamiliar quadratic by factoring and then confirming with the sum and product of roots is a genuine check, because the two routes share no working.

Questions about factoring vs quadratic formula

Which is better, factoring or the quadratic formula?

Neither is better in general. Factoring is faster when the discriminant is a perfect square; the formula works on every quadratic. Check the discriminant and let it decide.

Is completing the square ever the fastest?

For finding roots, rarely. For finding the vertex, maximum or minimum, it is the only method that gives the answer directly.

Can every quadratic be factored?

Not over the integers. Integer factors exist only when the discriminant is a perfect square; otherwise the roots are irrational or complex.

Do the three methods ever give different answers?

No. They are equivalent, and completing the square is where the quadratic formula comes from. A disagreement means an arithmetic mistake, not a difference in method.