Factoring Quadratics: Unlocking the Roots 🔑
Factoring is like "un-multiplying" a quadratic expression. It rewrites ax² + bx + c as a product of two simpler expressions. This is super useful because it helps us find the roots (or x-intercepts) of a parabola, which is essential for solving equations and graphing.
Step-by-Step Guide: The AC Method
- Identify a, b, and c: From the standard form ax² + bx + c.
- Multiply a and c: Find the product a*c.
- Find two magic numbers: Look for two numbers that multiply to a*c and add to b.
- Rewrite the middle term: Split bx into two terms using your magic numbers.
- Factor by grouping: Group the first two and last two terms, and factor out the Greatest Common Factor (GCF) from each.
- Final factored form: You should now have a common binomial factor. Write your answer as (binomial)(binomial).
Visual Examples
Example 1: Factor x² + 5x + 6
- a=1, b=5, c=6
- a*c = 6
- Magic numbers: 2 and 3 (2*3=6, 2+3=5) ✅
- Rewrite: x² + 2x + 3x + 6
- Group: (x² + 2x) + (3x + 6) → x(x + 2) + 3(x + 2)
- Final: (x + 2)(x + 3)
Example 2: Factor 2x² - 7x - 15
- a=2, b=-7, c=-15
- a*c = -30
- Magic numbers: -10 and 3 (-10*3=-30, -10+3=-7) ✅
- Rewrite: 2x² - 10x + 3x - 15
- Group: (2x² - 10x) + (3x - 15) → 2x(x - 5) + 3(x - 5)
- Final: (x - 5)(2x + 3)
Common Mistakes to Avoid 🚫
- Forgetting the GCF first: Always check if all terms have a common factor to pull out before starting the AC method.
- Incorrect signs: Be extra careful with negative values for b and c. The magic numbers must multiply to a*c and add to b.
- Rushing the final factor: After grouping, make sure the binomial in the parentheses is exactly the same to factor it out completely.
Tips & Tricks
- M.A.P. (Multiply, Add, Pair): A great memory aid. Multiply a*c, Add to b, Pair for grouping.
- Spot the Easy Ones: If a=1, you just need two numbers that multiply to c and add to b.
- Check Your Work! You can always FOIL your final answer to see if you get the original quadratic back.
How to Practice
Start simple and build up complexity!
- Begin with quadratics where a=1 (e.g., x² + 6x + 8).
- Move to quadratics where a>1 (e.g., 2x² + 9x + 4).
- Challenge yourself with negative terms (e.g., 3x² - x - 10).
- Try creating your own problems and factoring them, or swap with a friend.