Factorising Quadratic Expressions
To factorise a quadratic expression of the form ax² + bx + c, follow these steps:
- Identify coefficients: a (leading coefficient), b (linear coefficient), and c (constant).
- Look for two numbers that multiply to ac and add to b.
- Rewrite the middle term using these two numbers.
- Group the terms and factor out the common factors.
- Write the expression as a product of two binomials.
Example: Factorise the expression 2x² + 7x + 3.
- Here, a = 2, b = 7, c = 3.
- Multiply a and c: 2 * 3 = 6.
- Find two numbers that multiply to 6 and add to 7: 6 and 1.
- Rewrite: 2x² + 6x + 1x + 3.
- Group: (2x² + 6x) + (1x + 3).
- Factor: 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3).
To solve quadratic equations by factorisation, set the expression to zero and solve for x by setting each factor to zero.
Key points to remember
- Identify coefficients a, b, and c in the quadratic expression.
- Find two numbers that multiply to ac and add to b.
- Rewrite the quadratic expression using these two numbers.
- Group terms and factor out common factors.
- Set each factor to zero to find x.
Worked example
Factorise and solve: x² + 5x + 6 = 0.
- Factor: (x + 2)(x + 3) = 0.
- Set factors to zero: x + 2 = 0 or x + 3 = 0.
- Solutions: x = -2 or x = -3.