Factoring Quadratic Expressions- Techniques and Examples
What Is Factoring Quadratic Expressions?
A quadratic expression is any polynomial in the form ax² + bx + c, where a, b, and c are numbers and a is not zero. Factoring means rewriting it as a product of simpler expressions.
You factor quadratics to solve equations, simplify fractions, and graph parabolas. It's not optional in algebra—it's the foundation everything else builds on.
The Five Techniques You Actually Need
Most textbooks list a dozen methods. In reality, five techniques handle 95% of problems you'll encounter.
1. Factoring Out the Greatest Common Factor (GCF)
Always check this first. If every term shares a factor, pull it out front.
Example:
12x³ + 18x² = 6x²(2x + 3)
The GCF here is 6x². Divide each term by it, write the quotient in parentheses.
2. Factoring Trinomials (x² + bx + c)
When a = 1, find two numbers that multiply to c and add to b.
Example:
x² + 7x + 12
What multiplies to 12 and adds to 7? 3 and 4.
Answer: (x + 3)(x + 4)
3. Factoring Trinomials (ax² + bx + c)
When a is not 1, use the AC method or guess-and-check.
AC Method:
Multiply a and c. Find two numbers that multiply to this product and add to b. Rewrite the middle term using those numbers. Factor by grouping.
Example:
2x² + 7x + 3
AC = 2 × 3 = 6. Numbers that multiply to 6 and add to 7: 6 and 1.
Rewrite: 2x² + 6x + x + 3
Group: 2x(x + 3) + 1(x + 3)
Answer: (2x + 1)(x + 3)
4. Difference of Squares
Pattern: a² - b² = (a + b)(a - b)
Example:
x² - 16 = x² - 4² = (x + 4)(x - 4)
25x² - 9 = (5x)² - 3² = (5x + 3)(5x - 3)
5. Perfect Square Trinomials
Pattern 1: a² + 2ab + b² = (a + b)²
Pattern 2: a² - 2ab + b² = (a - b)²
Example:
x² + 10x + 25
x² + 10x + 25 = x² + 2(5)(x) + 5² = (x + 5)²
Quick Reference: Method Selection
| Expression Type | Method | Key Identifier |
|---|---|---|
| Terms share a common factor | Factor out GCF | Every term divisible by same value |
| x² + bx + c | Find two numbers multiplying to c, adding to b | Leading coefficient is 1 |
| ax² + bx + c (a ≠ 1) | AC method or guess-and-check | Leading coefficient is not 1 |
| a² - b² | Difference of squares | Two perfect squares, subtraction between them |
| a² ± 2ab + b² | Perfect square trinomial | Middle term is twice the product of square roots |
How to Factor Any Quadratic Expression
Follow this decision tree in order. Stop when you find a match.
Step 1: Check for a GCF. Factor it out if one exists.
Step 2: Count the terms.
- Two terms? → Check for difference of squares (a² - b²)
- Three terms? → Use trinomial factoring (check if it's a perfect square first)
- Four terms? → Try factoring by grouping
Step 3: Verify your answer by distributing the factors. You should get the original expression.
Example walkthrough:
Factor: 3x² - 48
Step 1: GCF is 3. → 3(x² - 16)
Step 2: Two terms inside parentheses. Difference of squares? Yes → x² - 4²
Step 3: 3(x + 4)(x - 4)
Verify: 3(x + 4)(x - 4) = 3(x² - 16) = 3x² - 48 ✓
Common Mistakes That Blow Up Your Answer
- Forgetting to check for GCF first. This trips up even people who've done this for years.
- Getting the signs wrong when finding numbers for trinomials. Write out "product = c, sum = b" explicitly.
- Not checking your work. Always multiply back. It's not optional—it's how you catch errors.
- Overcomplicating it. If a problem looks messy, factor out negatives or fractions first. Simplify everything you can.
When You Can't Factor It
Some quadratics don't factor nicely—they're prime over the rational numbers. Others have no real roots at all (the discriminant b² - 4ac is negative).
If you've tried every method and nothing works, the expression might not be factorable using integers. That's not failure—it's information. Use the quadratic formula instead.
Factoring quadratic expressions is a skill. It clicks faster when you practice the patterns until you stop having to think about them.