How to Factorise Quadratic Equations Without Calculator
Quadratic equations are fundamental in algebra, and factoring them is a crucial skill. This guide explains how to factorise quadratic equations without a calculator, covering multiple methods and providing clear examples.
Introduction
A quadratic equation is any equation that can be written in the form:
where a, b, and c are constants, and x is the variable. Factoring quadratic equations involves expressing the quadratic as a product of two binomials:
This process is useful for solving equations, graphing parabolas, and understanding the roots of quadratic functions.
Methods for Factoring Quadratic Equations
1. Factoring by Grouping
This method involves grouping terms in the quadratic expression and factoring out the greatest common factor from each group.
Example: Factor x² + 5x + 6
- Group the terms: (x² + 6) + (5x)
- Factor out common terms: x(x + 6) + 5(x + 1)
- Notice that (x + 6) is common: (x + 5)(x + 1)
2. The AC Method
This method involves multiplying the coefficients of x² (a) and the constant term (c), then finding two numbers that multiply to this product and add to the coefficient of x (b).
Example: Factor 2x² + 7x + 3
- Multiply a and c: 2 × 3 = 6
- Find two numbers that multiply to 6 and add to 7: 6 and 1
- Rewrite the middle term: 2x² + 6x + x + 3
- Factor by grouping: (2x² + 6x) + (x + 3) = 2x(x + 3) + 1(x + 3)
- Factor out common binomial: (2x + 1)(x + 3)
3. Perfect Square Trinomials
If a quadratic can be written as the square of a binomial, it's a perfect square trinomial.
Example: Factor x² + 6x + 9
- Recognize that 9 is 3² and 6 is 2×3
- Write as: (x + 3)²
4. Difference of Squares
For quadratics where b = 0, the equation is a difference of squares.
Example: Factor x² - 9
- Recognize as a² - b²
- Factor as: (x + 3)(x - 3)
Worked Examples
Example 1: Factoring by Grouping
Factor 3x² + 8x + 4
- Multiply a and c: 3 × 4 = 12
- Find two numbers that multiply to 12 and add to 8: 6 and 2
- Rewrite the middle term: 3x² + 6x + 2x + 4
- Factor by grouping: (3x² + 6x) + (2x + 4) = 3x(x + 2) + 2(x + 2)
- Factor out common binomial: (3x + 2)(x + 2)
Example 2: Perfect Square Trinomial
Factor 4x² - 12x + 9
- Recognize that 9 is 3² and -12 is -2×3
- Write as: (2x - 3)²
Common Mistakes
- Forgetting to multiply a and c when using the AC method
- Incorrectly identifying the two numbers that add to b and multiply to ac
- Miscounting the signs when factoring by grouping
- Assuming all quadratics can be factored by grouping when they might be perfect squares
FAQ
- Can all quadratic equations be factored?
- No, only quadratics where a, b, and c are integers and the discriminant (b² - 4ac) is a perfect square can be factored using integer coefficients.
- What if the quadratic doesn't factor nicely?
- If the quadratic doesn't factor nicely, you may need to use the quadratic formula or other methods to solve it.
- How do I know if a quadratic is a perfect square trinomial?
- A quadratic is a perfect square trinomial if the first and last terms are perfect squares and the middle term is twice the product of the square roots of the first and last terms.
- Can I factor quadratics with fractions?
- Yes, but it's often easier to eliminate the fractions by multiplying through by the least common denominator first.
- What if the coefficient of x² is negative?
- You can factor out the negative sign first to make the leading coefficient positive, then proceed with factoring.