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