Factoring Calculator

Factor polynomials, quadratic equations, and algebraic expressions with step-by-step solutions.

Polynomial
Quadratic
Expression
Special Forms

Supported expressions: Polynomials (x^2 + 5x + 6), Quadratics (ax^2 + bx + c), Special forms (a^3 ± b^3, a^2 - b^2).

Use ^ for exponents (e.g., x^2), * for multiplication, and / for division. Variables: x, y, z, a, b, c.

Enter your algebraic expression to factor
x² + 5x + 6
2x² - 8x + 6
x² - 9
x³ - 8
x³ + 27
x³ + 8
8x³ - 27
x⁴ - 16
Factoring expression...

Understanding Factoring

Factoring is the process of breaking down an algebraic expression into simpler expressions (factors) that when multiplied together give the original expression. It's a fundamental skill in algebra with wide applications in solving equations, simplifying expressions, and analyzing mathematical relationships.

Key Concepts:

  • Factor: A number or expression that divides another number or expression evenly
  • Greatest Common Factor (GCF): The largest expression that divides all terms in an expression
  • Polynomial: An expression consisting of variables and coefficients, involving only addition, subtraction, multiplication, and non-negative integer exponents
  • Quadratic Expression: A polynomial of degree 2 (highest exponent is 2)

Common Factoring Methods

Method Expression Pattern Factored Form When to Use
Greatest Common Factor ax + ay a(x + y) When all terms share a common factor
Difference of Squares a² - b² (a - b)(a + b) When expression is difference of two perfect squares
Perfect Square Trinomial a² + 2ab + b² (a + b)² When trinomial fits the pattern
Trinomial Factoring (a=1) x² + bx + c (x + m)(x + n) where m*n=c, m+n=b For simple quadratic trinomials
Trinomial Factoring (a≠1) ax² + bx + c Use AC method or grouping For general quadratic trinomials
Sum of Cubes a³ + b³ (a + b)(a² - ab + b²) When expression is sum of two perfect cubes
Difference of Cubes a³ - b³ (a - b)(a² + ab + b²) When expression is difference of two perfect cubes

Special Factoring Formulas

Sum of Cubes Formula: a³ + b³ = (a + b)(a² - ab + b²)

Difference of Cubes Formula: a³ - b³ = (a - b)(a² + ab + b²)

Difference of Squares Formula: a² - b² = (a - b)(a + b)

Perfect Square Trinomials: a² ± 2ab + b² = (a ± b)²

Step-by-Step Factoring Process

1

Look for a Greatest Common Factor (GCF): Check if all terms have a common factor that can be factored out.

2

Identify the Expression Type: Determine if the expression is a difference of squares, perfect square trinomial, sum/difference of cubes, or general trinomial.

3

Apply the Appropriate Factoring Method: Use the method that matches the expression pattern.

4

Check Your Work: Multiply the factors to verify they produce the original expression.

5

Factor Completely: Continue factoring until all factors are prime (cannot be factored further).

Applications of Factoring

  • Solving Equations: Setting each factor equal to zero to find solutions (roots)
  • Simplifying Expressions: Reducing complex algebraic fractions by canceling common factors
  • Graphing Functions: Finding x-intercepts of polynomial functions
  • Calculus: Simplifying expressions before differentiation or integration
  • Real-world Problems: Modeling and solving problems in physics, engineering, and economics

Important Note: Not all expressions can be factored using integer coefficients. Some expressions require the quadratic formula or remain in their original form. Factoring is most effective for polynomials with rational roots.

Frequently Asked Questions

Factoring is the process of breaking down an expression into simpler factors that multiply to the original expression (e.g., x² + 5x + 6 becomes (x+2)(x+3)). Expanding is the reverse process - multiplying factors to get a polynomial (e.g., (x+2)(x+3) becomes x² + 5x + 6). Both are essential algebraic skills.

Check for common patterns: 1) All terms share a common factor (GCF), 2) It's a quadratic trinomial (try to find two numbers that multiply to ac and add to b), 3) It's a difference of squares (a² - b²), 4) It's a perfect square trinomial (a² ± 2ab + b²), 5) It's a sum/difference of cubes (a³ ± b³). If none of these apply, the expression may not factor nicely with integer coefficients.

Sum of Cubes: a³ + b³ = (a + b)(a² - ab + b²)

Difference of Cubes: a³ - b³ = (a - b)(a² + ab + b²)

These formulas are essential for factoring expressions that are sums or differences of perfect cubes. For example:

  • x³ + 8 = x³ + 2³ = (x + 2)(x² - 2x + 4)
  • 8x³ - 27 = (2x)³ - 3³ = (2x - 3)(4x² + 6x + 9)

All quadratic expressions can be factored, but not necessarily with integer or rational coefficients. If a quadratic has real roots, it can be factored using real numbers. If the roots are complex (involving imaginary numbers), the factors will include complex numbers. For practical purposes in algebra, we often look for factoring with integer coefficients.

If you can't factor an expression using standard methods: 1) Verify if it's already in simplest form. 2) Try the quadratic formula for quadratic expressions. 3) Consider if it's prime (cannot be factored with integer coefficients). 4) Use numerical methods or graphing to approximate roots. 5) For higher-degree polynomials, consider synthetic division or the rational root theorem.