The Factored Form
A quadratic equation in standard form ax² + bx + c can often be written as:
Where r₁ and r₂ are the roots of the equation.
Approaches to Factoring
- Grouping/AC Method: Used when
a ≠ 1. Find two numbers that multiply to `ac` and add to `b`. - Difference of Squares: Special case for
a² - b² = (a-b)(a+b). - Quadratic Formula: When direct factoring is too hard, use the formula to find roots, then write them as factors.
Advanced Technique: Factoring by Grouping
When dealing with a quadratic where the leading coefficient (a) is not 1, the simple "guess and check" method can become tedious. This is where factoring by grouping (also known as the AC method) shines. First, multiply a and c together. Then, find two numbers that multiply to this new product (ac) while simultaneously adding up to the middle coefficient (b). Rewrite the middle term bx using these two numbers, splitting the equation into four terms. From there, extract the greatest common factor from the first pair and the second pair separately, revealing a common binomial bracket!
When Factoring Fails: The Formula
Not all quadratic equations can be neatly factored into integers or simple fractions. If the
discriminant (b² - 4ac) isn't a perfect square, you'll be dealing with messy irrational
roots (numbers with never-ending decimals or square roots). In these scenarios, attempting to
factor by hand is generally a lost cause. Instead, your best approach is to jump straight to the
Quadratic Formula. By finding the exact roots (x₁ and x₂)
using the formula, you can technically force the factored form a(x - x₁)(x - x₂),
even if it looks intimidating on paper!
Why Do We Factor Quadratics?
Factoring isn't just an abstract algebraic exercise; it has tangible applications in higher mathematics, physics, and computer science. By finding the roots through factoring, we are essentially finding the x-intercepts of a parabola. This tells us exactly when a thrown object will hit the ground (where height equals zero), or when a company's profit margin will break even. Furthermore, factoring is crucial for simplifying complex rational expressions in calculus, making taking derivatives and integrals manageable.