Factoring Calculator
Factor polynomials with step-by-step solutions. Supports GCF, difference of squares, trinomials, grouping, and sum/difference of cubes.
Enter Expression
f(x)
Try These Examples
What is Factoring?
Factoring is the process of breaking down a polynomial into a product of simpler polynomials. It is the reverse of expanding (multiplying). Factoring is essential for solving equations, simplifying expressions, and understanding polynomial behavior.
Factoring converts a polynomial into a product of simpler factors. Use our free calculator to factor any polynomial instantly with step-by-step solutions. Simply enter expressions like x^2 - 9, x^2 + 5x + 6, or 2x^2 - 8 and get the factored form with detailed explanations.
Key Factoring Rules
- •GCF Factoring: Always check for a greatest common factor first
- •Difference of Squares: a² - b² = (a + b)(a - b)
- •Perfect Square Trinomial: a² ± 2ab + b² = (a ± b)²
- •Trinomial: x² + bx + c = (x + p)(x + q) where pq = c and p + q = b
- •Sum of Cubes: a³ + b³ = (a + b)(a² - ab + b²)
- •Difference of Cubes: a³ - b³ = (a - b)(a² + ab + b²)
- •Some polynomials are prime (cannot be factored over integers)
- •Always verify by multiplying factors back together
Frequently Asked Questions
How do I factor x² - 9?
This is a difference of squares: x² - 9 = x² - 3² = (x + 3)(x - 3). The formula a² - b² = (a + b)(a - b) applies whenever you have a perfect square minus another perfect square.
How do I factor x² + 5x + 6?
This is a trinomial. Find two numbers that multiply to 6 (the constant) and add to 5 (the coefficient of x). Those numbers are 2 and 3, so x² + 5x + 6 = (x + 2)(x + 3).
Why can't I factor x² + 1?
x² + 1 is prime over the real numbers because there are no two real numbers that multiply to give 1 and add to give 0. It can only be factored using complex numbers: (x + i)(x - i).
What is the AC method?
The AC method is used for trinomials ax² + bx + c where a ≠ 1. Multiply a and c, find two numbers that multiply to ac and add to b, then use grouping to factor.