Factoring Calculator

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.

Formula

ax² + bx + c = a(x − r₁)(x − r₂)

r₁, r₂
roots of the equation (where the polynomial equals zero)
a
leading coefficient
b
middle coefficient
c
constant term

Factor ax² + bx + c

Factoring Patterns Reference

PatternFormulaExampleCondition
Difference of Squaresa²−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 trinomialx²+bx+c = (x+p)(x+q)x²−5x+6 = (x−2)(x−3)Find p+q=b, pq=c
AC methodax²+bx+c6x²+11x+4 = (3x+4)(2x+1)Find factors of ac summing to b
GCF firstfactor out GCF6x²+12x = 6x(x+2)Always check GCF first

Disclaimer

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.

Frequently Asked Questions