Factoring Quadratic Expressions (Expanded)- Methods and Practice
What Factoring Quadratics Actually Is
Factoring quadratic expressions means breaking down something in the form ax² + bx + c into simpler pieces that multiply back together. That's it. No fancy definitions. You take a messy polynomial and rewrite it as a product of binomials.
Why bother? Because equations become solvable. Inequalities become manageable. Graphs become predictable. Factoring is the bridge between a quadratic sitting there looking useless and actually being useful.
The Standard Form You Need to Recognize
Every quadratic worth factoring follows this pattern:
ax² + bx + c
Where a, b, and c are numbers. They can be positive or negative. They can be 1. They can be anything, really. Your job is to find two binomials that multiply to give you this back.
Methods That Actually Work
1. Factoring Out the Greatest Common Factor (GCF)
This is always your first step. Always. Look at every term and pull out what they share.
Example: 6x² + 9x
Both terms divisible by 3x? Yes. So:
3x(2x + 3)
Done. Pull out the biggest thing you can divide from every term before attempting any other method.
2. Factoring Trinomials: The "Guess and Check" Method
When you have x² + bx + c (where a = 1), you need two numbers that multiply to c and add to b.
Example: x² + 5x + 6
What multiplies to 6? 1 and 6, or 2 and 3.
What adds to 5? 2 and 3.
Answer: (x + 2)(x + 3)
When a ≠ 1, you need more trial and error. Multiply a and c. Find two numbers that multiply to that product and add to b. Then split the middle term and factor by grouping.
Example: 2x² + 7x + 3
2 × 3 = 6. Need numbers that multiply to 6 and add to 7: 6 and 1.
Rewrite: 2x² + 6x + x + 3
Group: (2x² + 6x) + (x + 3)
Factor each: 2x(x + 3) + 1(x + 3)
Result: (2x + 1)(x + 3)
3. Difference of Squares
Recognize this pattern:
a² - b² = (a + b)(a - b)
Only works when it's a difference (subtraction) and both terms are perfect squares.
Example: x² - 16
x² is a perfect square. 16 is a perfect square. This fits.
(x + 4)(x - 4)
Example: 4x² - 9
4x² = (2x)². 9 = 3².
(2x + 3)(2x - 3)
4. Perfect Square Trinomials
These factor into a binomial squared:
a² + 2ab + b² = (a + b)²
a² - 2ab + b² = (a - b)²
Example: x² + 6x + 9
x² is a². 9 is 3². 6x is 2(x)(3). Fits the pattern.
(x + 3)²
5. Factoring by Grouping
Useful for four-term expressions or when trinomial factoring gets messy.
Steps:
- Group terms into two pairs
- Factor out the GCF from each pair
- Factor out the common binomial
Example: x³ + 2x² + 3x + 6
Group: (x³ + 2x²) + (3x + 6)
Factor: x²(x + 2) + 3(x + 2)
Result: (x² + 3)(x + 2)
Quick Reference: Which Method to Use
| Expression Type | Look For | Method |
|---|---|---|
| Anything | Common factor in all terms | GCF first |
| x² + bx + c | Two numbers → c, sum → b | Trinomial (a = 1) |
| ax² + bx + c | Multiply a × c, find pair | Trinomial (a ≠ 1) |
| a² - b² | Perfect squares, subtraction | Difference of squares |
| a² ± 2ab + b² | Perfect squares, middle term 2ab | Perfect square trinomial |
| Four terms | Groupable pairs | Grouping |
Getting Started: Practice Problems
Work through these. Check answers only after you've tried.
1. 4x² + 8x
→ Answer: 4x(x + 2)
2. x² - 4x - 12
→ Answer: (x - 6)(x + 2)
3. 3x² + 8x + 4
→ Answer: (3x + 2)(x + 2)
4. 25x² - 49
→ Answer: (5x + 7)(5x - 7)
5. x² + 10x + 25
→ Answer: (x + 5)²
Common Mistakes That Will Burn You
- Skipping the GCF — This is where most errors start. Always check first.
- Forgetting to check both factors — Multiply your answer back out. Does it match?
- Misidentifying signs — Positive c with negative b means both constants must be negative. Get this wrong and nothing else matters.
- Assuming it factors nicely — Some quadratics don't factor over the integers. That's fine. Learn to recognize when you've hit a dead end.
How to Check Your Factoring
FOIL it. First, Outer, Inner, Last. Multiply your two binomials and simplify. If you get the original expression back, you're correct. If not, go back and find the error.
This isn't optional. It's the only way to know you didn't mess up. Build the habit now.