Reviewed by CalcMulti Editorial Team·Last updated: ·← Algebra Hub
Factoring a polynomial means expressing it as a product of simpler factors. For a trinomial ax² + bx + c, this means finding two binomials (px + q)(rx + s) such that their product equals the original expression.
This calculator factors trinomials step by step: first extracts the GCF, then checks for special patterns (perfect square trinomial, difference of squares), and finally applies the AC method for general trinomials.
ax² + bx + c = a(x − r₁)(x − r₂)
| Pattern | Formula | Example | Condition |
|---|---|---|---|
| Difference of Squares | a²−b² = (a+b)(a−b) | x²−9 = (x+3)(x−3) | Both terms perfect squares |
| Perfect Square (+) | a²+2ab+b² = (a+b)² | x²+6x+9 = (x+3)² | Middle = 2√(first·last) |
| Perfect Square (−) | a²−2ab+b² = (a−b)² | x²−4x+4 = (x−2)² | Discriminant = 0 |
| Simple trinomial | x²+bx+c = (x+p)(x+q) | x²−5x+6 = (x−2)(x−3) | Find p+q=b, pq=c |
| AC method | ax²+bx+c | 6x²+11x+4 = (3x+4)(2x+1) | Find factors of ac summing to b |
| GCF first | factor out GCF | 6x²+12x = 6x(x+2) | Always check GCF first |
This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.