Your smart science assistant
Advertisement

Factoring Polynomials

Schematic diagram illustrating Factoring Polynomials

Common Factor

Factor out the GCD of all terms: 6x³ + 9x² = 3x²(2x + 3). Always check for a common factor first.

Grouping

Rearrange and group terms: ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y).

Special Formulas

Difference of squares: a² − b² = (ab)(a + b). Example: x² − 9 = (x − 3)(x + 3).

Sum of cubes: a³ + b³ = (a + b)(a² − ab + b²).

Difference of cubes: a³ − b³ = (ab)(a² + ab + b²). Example: 8x³ − 27 = (2x − 3)(4x² + 6x + 9).

Completing the Square

Converts ax² + bx + c into a(xh)² + k: ax² + bx + c = a(x + b/2a)² + (cb²/4a).

Example: x² + 6x + 5 = (x + 3)² − 4 = (x + 1)(x + 5).

Factoring Quadratic Trinomials

Find two numbers whose sum equals the coefficient of x and whose product equals the constant term. Example: x² − 5x + 6 = (x − 2)(x − 3).

Advertisement
Advertisement