Open any algebra textbook, any board paper, any JEE practice set, and you will see the instruction printed in bold above the problems: factor completely. Three problems in, you stop reading the word "completely" — it feels like decoration, like the textbook is just being polite. It is not. That word is a stopping rule, and getting it wrong costs marks on every paper you sit.

"Factor completely" means: keep factoring until every factor in your final answer is irreducible — cannot be broken down any further. The moment one of your factors still has a hidden factorisation inside it, you are not done. The teacher's red pen is waiting.

This article gives you the precise stopping rule, the checks to apply at each step, and the common traps that drain marks from otherwise correct work.

What "irreducible" means

A polynomial is irreducible over the real numbers if it cannot be written as a product of two lower-degree polynomials with real coefficients. That last clause matters — "lower-degree" is what blocks the trivial factorisation p(x) = 1 \cdot p(x).

Three cases tell you everything:

The stopping rule

At every step of your factoring, look at each factor and ask: is this reducible?

You are done only when every factor in your answer is either linear or an irreducible quadratic.

Worked example 1 — the chain

Factor x^4 - 16 completely.

Step 1: recognise difference of squares. x^4 - 16 = (x^2)^2 - 4^2 = (x^2 - 4)(x^2 + 4).

Now check each factor:

Step 2: combine. x^4 - 16 = (x - 2)(x + 2)(x^2 + 4).

Final check: two linears and one irreducible quadratic. Done.

Worked example 2 — partial factoring loses marks

Factor 2x^2 - 8 completely.

A common student answer: 2(x^2 - 4). The GCF was pulled. The student moves on.

This is incomplete. The factor x^2 - 4 is itself a difference of squares — it still factors. Correct answer:

2x^2 - 8 = 2(x^2 - 4) = 2(x - 2)(x + 2).

The teacher sees an unfactored quadratic sitting in the answer and deducts marks. The fix took ten seconds. Always re-scan after pulling the GCF.

Worked example 3 — when "complete" looks like more than it is

Factor x^4 + 4x^2 + 4 completely.

Substitute u = x^2: the expression becomes u^2 + 4u + 4 = (u + 2)^2, so x^4 + 4x^2 + 4 = (x^2 + 2)^2.

Is (x^2 + 2)^2 fully factored? Look at x^2 + 2. Discriminant is 0 - 8 = -8 < 0. Irreducible over the reals. So (x^2 + 2)^2 is the complete factorisation. You stop.

A repeated irreducible factor still counts as fully factored — you do not need to "split" the square.

Worked example 4 — keep going until you cannot

Factor x^6 - 1 completely.

Step 1: difference of squares. x^6 - 1 = (x^3)^2 - 1^2 = (x^3 - 1)(x^3 + 1).

Step 2: each cubic uses a cube identity.

Combine: x^6 - 1 = (x - 1)(x + 1)(x^2 + x + 1)(x^2 - x + 1).

Are the quadratics irreducible? Both have discriminant 1 - 4 = -3 < 0. Yes — irreducible over the reals.

Fully factored. Two linears, two irreducible quadratics, done.

The level of factorisation depends on the field

"Irreducible" is not absolute — it depends on which numbers you allow as coefficients.

In Indian school and JEE problems, the default is "over the reals" unless stated otherwise.

Checking your answer is fully factored

Run this checklist on every factor in your final answer:

  1. Is it linear? If yes, atomic. Move on.
  2. Is it quadratic? Compute D = b^2 - 4ac. If D < 0, irreducible — atomic. If D \geq 0, you missed a step. Factor it.
  3. Is it higher degree? Try difference of squares (a^2 - b^2), sum or difference of cubes (a^3 \pm b^3), grouping, or the rational root theorem to find a linear factor and divide.
  4. Repeat until every piece passes step 1 or step 2 with D < 0.

A constant multiplier out front (the GCF) is fine and expected — it is not a "factor" that needs further treatment.

Common student errors

What if the problem specifies the field?

Sometimes a problem says "factor over the rationals" or "factor over the complex numbers". This changes the stopping rule.

When no field is specified in an Indian school or JEE setting, factor over \mathbb{R}.

Recognition drill

For each, decide whether it is fully factored over the reals:

The closing rule

"Factor completely" means every factor in your final answer is irreducible. Discriminant for quadratics, difference-of-squares for even powers, sum and difference of cubes for cubic forms — apply, re-check, apply again, stop only when every piece is atomic.

A partial factorisation looks almost right and earns almost-zero. The full factorisation takes another thirty seconds and saves the marks. Spend the thirty seconds, every time.