Solving Quadratics by Factoring
Solving Quadratic Equations by Factoring
A quadratic equation is an equation that can be written in the standard form ax2+bx+c=0, where a, b, and c are numbers, and a๎ =0. One of the most efficient ways to solve a quadratic equation is by factoring.
The Zero-Product Property
The entire method of solving by factoring relies on a simple logical rule called the Zero-Product Property. It states that if the product of two numbers (or expressions) is zero, then at least one of those numbers must be zero.
In math terms: If aโ b=0, then a=0 or b=0.
Once we factor a quadratic equation into two binomials, we can set each binomial equal to zero to find our solutions.
Example 1: Simple Trinomials (a=1)
Solve: x2โ5x+6=0
- Factor the quadratic: We need two numbers that multiply to 6 (the constant term) and add up to โ5 (the middle coefficient). Those numbers are โ2 and โ3.
- Rewrite the equation: (xโ2)(xโ3)=0
- Apply the zero-product property: Set each factor to zero. xโ2=0orxโ3=0
- Solve for x: x=2orx=3
Example 2: Complex Trinomials (a๎ =1)
Solve: 2x2+7xโ15=0
- Factor by grouping: Multiply a and c: 2ร(โ15)=โ30. We need two numbers that multiply to โ30 and add to 7. Those numbers are 10 and โ3.
- Split the middle term: 2x2+10xโ3xโ15=0
- Factor by grouping: 2x(x+5)โ3(x+5)=0 (2xโ3)(x+5)=0
- Apply the zero-product property: 2xโ3=0orx+5=0
- Solve for x: x=23โorx=โ5
Example 3: Difference of Squares
Solve: x2โ16=0
- Recognize the pattern: Both x2 and 16 are perfect squares. We can use the difference of squares formula: a2โb2=(aโb)(a+b).
- Factor the expression: (xโ4)(x+4)=0
- Apply the zero-product property: xโ4=0orx+4=0
- Solve for x: x=4orx=โ4