Factorization Formula- Algebraic Methods
What Is the Factorization Formula in Algebra?
Factorization is the process of breaking down a complex algebraic expression into simpler parts that, when multiplied together, give you the original expression. It's the reverse of expanding brackets. Instead of multiplying out, you're working backwards to find what was multiplied in the first place.
The factorization formula depends on the type of expression you're dealing with. There's no single magic formula. You pick the right technique based on what you see.
Common Factorization Techniques
1. Factoring Out the Greatest Common Factor (GCF)
This is the first thing you should always check. Look for the largest term that divides evenly into every part of your expression.
Example:
6x² + 9x = 3x(2x + 3)
The GCF here is 3x. Divide each term by 3x and put the quotient inside brackets.
2. Difference of Two Squares
This pattern works when you have two perfect squares separated by subtraction:
a² - b² = (a + b)(a - b)
Example:
x² - 16 = (x + 4)(x - 4)
16 is 4². So a = x and b = 4.
3. Perfect Square Trinomials
When you square a binomial, you get a trinomial with a specific pattern:
- a² + 2ab + b² = (a + b)²
- a² - 2ab + b² = (a - b)²
Example:
x² + 6x + 9 = (x + 3)²
Check: √x² = x, √9 = 3, and 2(x)(3) = 6x ✓
4. Sum and Difference of Cubes
These formulas are less common but show up regularly:
- a³ + b³ = (a + b)(a² - ab + b²)
- a³ - b³ = (a - b)(a² + ab + b²)
Example:
x³ - 8 = x³ - 2³ = (x - 2)(x² + 2x + 4)
5. Factoring Quadratic Trinomials
For expressions in the form ax² + bx + c, you need to find two numbers that multiply to give ac and add to give b.
Example:
x² + 5x + 6
You need two numbers that multiply to 6 and add to 5. That's 2 and 3.
Answer: (x + 2)(x + 3)
Quick Reference: Factorization Formulas
| Type | Formula |
|---|---|
| GCF | ab + ac = a(b + c) |
| Difference of Squares | a² - b² = (a + b)(a - b) |
| Perfect Square (Sum) | a² + 2ab + b² = (a + b)² |
| Perfect Square (Difference) | a² - 2ab + b² = (a - b)² |
| Sum of Cubes | a³ + b³ = (a + b)(a² - ab + b²) |
| Difference of Cubes | a³ - b³ = (a - b)(a² + ab + b²) |
How to Factorize: Step-by-Step
Here's how to approach any factorization problem:
- Count the terms. Two terms usually means difference of squares or cubes. Three terms usually means perfect square or quadratic trinomial. Four terms might mean grouping.
- Check for a GCF first. Always factor out the greatest common factor before trying other methods.
- Look for recognizable patterns. Memorize the standard forms above.
- Check your work. Multiply the factors back out to verify you get the original expression.
Factoring by Grouping
When you have four terms, try grouping them in pairs:
Example:
x³ + 3x² + 2x + 6
Group: (x³ + 3x²) + (2x + 6)
Factor each group: x²(x + 3) + 2(x + 3)
Now factor out (x + 3): (x + 3)(x² + 2)
Practice Tips
- Solve at least 10 quadratic trinomials by hand before relying on calculators
- Flashcards help memorize the cube formulas
- Always expand your answer to verify — this habit catches errors fast
- If you're stuck, rewrite everything with positive coefficients first if possible
When Factorization Gets Stuck
Not every expression factors neatly. Some quadratics have no real roots, which means they don't factor over the real numbers. In that case, you leave it as is or factor over complex numbers using the quadratic formula to find roots and work backwards.
The quadratic formula gives you the roots directly:
x = (-b ± √(b² - 4ac)) / 2a
If the discriminant (b² - 4ac) is negative, you're dealing with complex factors.