How to Factor Quadratics- Step-by-Step Methods That Work
What Factoring Quadratics Actually Means
Factoring quadratics is breaking down a quadratic expression into two binomials that multiply together to give you the original equation. That's it. No fancy definitions needed.
You need this skill because solving quadratic equations by graphing or using the quadratic formula is slower. Factoring gives you the answer immediately when it works.
It doesn't always work. Some quadratics don't factor nicely. I'll tell you when to move on to other methods.
The Standard Form You Need to Recognize
Every quadratic expression looks like this:
ax² + bx + c
Where a, b, and c are numbers. Your job is to find two numbers that multiply to give you ac and add to give you b.
This is the core idea behind everything that follows. Memorize it or write it down.
Method 1: Factoring Out the Greatest Common Factor (GCF)
This is the easiest method. Check if every term shares a common factor first, before trying anything else.
Example
4x² + 8x = 0
What's common to both terms? 4x.
Factor it out: 4x(x + 2)
Done. Set each factor equal to zero: x = 0 or x = -2.
Always check for a GCF before you try other methods. It saves time.
Method 2: Factoring Trinomials (x² + bx + c)
This is the most common scenario you'll encounter. The coefficient of x² is 1.
Step-by-Step Process
- Find two numbers that multiply to c
- Those same two numbers must add up to b
- Write the factored form: (x + first number)(x + second number)
Example
x² + 7x + 12 = 0
What multiplies to 12 and adds to 7? 3 and 4.
Factored form: (x + 3)(x + 4) = 0
Solutions: x = -3 or x = -4
When b is Negative and c is Positive
x² - 5x + 6 = 0
You need two negative numbers (they multiply to positive 6 and add to negative 5): -2 and -3.
Factored form: (x - 2)(x - 3) = 0
When c is Negative
x² + 2x - 15 = 0
You need one positive and one negative number that multiply to -15 and add to 2.
5 and -3 work. 5 × (-3) = -15. 5 + (-3) = 2.
Factored form: (x + 5)(x - 3) = 0
The sign in front of the constant term tells you what kind of numbers to look for.
Method 3: Factoring Trinomials (ax² + bx + c) Where a ≠ 1
This is harder. You can't just guess anymore. Use the AC method.
The AC Method Explained
Multiply a and c. Find two numbers that multiply to ac and add to b. Replace bx with those two terms using x as a common factor. Then factor by grouping.
Example
2x² + 7x + 3 = 0
Step 1: ac = 2 × 3 = 6
Step 2: Find two numbers that multiply to 6 and add to 7. That's 6 and 1.
Step 3: Rewrite: 2x² + 6x + 1x + 3
Step 4: Group: (2x² + 6x) + (1x + 3)
Step 5: Factor each group: 2x(x + 3) + 1(x + 3)
Step 6: Final answer: (2x + 1)(x + 3)
This process works every time. Practice it until it clicks.
Method 4: Difference of Squares
Some quadratics are subtraction problems in disguise.
a² - b² = (a + b)(a - b)
Example
x² - 16 = 0
16 is 4². So: x² - 4² = (x + 4)(x - 4)
Solutions: x = 4 or x = -4
More Examples
- 4x² - 9 = (2x + 3)(2x - 3) because 4x² is (2x)² and 9 is 3²
- x⁴ - 1 = (x² + 1)(x² - 1) = (x² + 1)(x + 1)(x - 1)
Recognize the pattern. It's faster than completing the square or using the formula.
Method 5: Perfect Square Trinomials
a² + 2ab + b² = (a + b)²
a² - 2ab + b² = (a - b)²
The middle term is always twice the product of the square roots of the first and last terms.
Example
x² + 10x + 25 = 0
x² is x². 25 is 5². The middle term 10x equals 2(x)(5).
This is a perfect square: (x + 5)² = 0
Solution: x = -5 (double root)
Quick Reference: Factoring Methods
| Method | When to Use | Key Pattern |
|---|---|---|
| GCF | All terms share a common factor | Factor out the largest shared term |
| Trinomials (a = 1) | x² + bx + c | Find two numbers multiplying to c, adding to b |
| AC Method | ax² + bx + c, a ≠ 1 | Multiply a and c, find factors, group |
| Difference of Squares | a² - b² | (a + b)(a - b) |
| Perfect Square | a² ± 2ab + b² | (a ± b)² |
Getting Started: Your Factoring Workflow
Follow this order every time. Don't skip steps.
- Check for GCF first. Pull out anything common to all terms.
- Count the terms. Two terms? Look for difference of squares or sum/difference of cubes. Three terms? Go to step 3. Four terms? Use grouping.
- Check if a = 1. If yes, simple trinomial factoring. If no, use the AC method.
- Check for perfect square pattern. Does the middle term equal 2√(first)√(last)?
- Verify your answer. Multiply the factors back out. If you don't get the original expression, you made a mistake.
This checklist keeps you from wasting time on the wrong method.
Common Mistakes to Avoid
- Forgetting to check for GCF. This is the most common error. It's also the easiest points to lose.
- Getting the signs wrong. When c is negative, you need one positive and one negative factor. When c is positive and b is negative, you need two negatives.
- Not verifying answers. FOIL your factors. Does (x + 3)(x - 5) equal x² - 2x - 15? Yes? Then you did it right.
- Overcomplicating simple problems. If you see x² - 9, your first thought should be "difference of squares," not "use the quadratic formula."
When Factoring Won't Work
Some quadratics don't factor into integers. x² + x + 1 = 0 is a good example. The discriminant (b² - 4ac) is negative or not a perfect square.
When that happens, use the quadratic formula:
x = (-b ± √(b² - 4ac)) / 2a
Factoring is faster when it works. The quadratic formula always works. Know both methods.
Final Notes
Factoring quadratics is a skill. It improves with practice. Work through problems daily and the patterns become automatic.
Start with simple trinomials where a = 1. Move to the AC method. Add difference of squares and perfect squares. Build up to mixed problems.
Don't memorize every possible problem. Memorize the process. The problems are just variations of the same handful of techniques.