This chapter on factorisation explores methods to express numbers and algebraic expressions as products of their factors, including prime factorisation, common factor methods, regrouping, and identities for simplification.
Factorisation is the process of breaking down a number or an algebraic expression into its constituent factors, which are the numbers or expressions that multiply together to produce the original number or expression.
In a similar way, algebraic expressions can have their terms broken down into factors:
While factorisation generally refers to breaking down numbers, in algebra, it means writing an expression as a product of its algebraic factors.
The common factor method involves searching for the greatest common factor among the terms of an expression:
2x + 4, each term can be rewritten as:
2x + 4 can be factored into 2(x + 2).When there’s no common factor among all terms, a method called regrouping can be employed:
2xy + 2y + 3x + 3, we can regroup as (2xy + 2y) + (3x + 3), yielding the common factor 2y and 3, subsequently allowing the full expression to be factored as (x + 1)(2y + 3).Identities are fixed mathematical truths that can be applied for factorisation:
x² + 8x + 16, you can recognize it as
(x + 4)² since it matches
a² + 2ab + b² with a = x, b = 4.When dealing with quadratic expressions like x² + px + q, it's helpful to find two numbers that multiply to q (the constant term) and add to p (the coefficient of x).
x² + 5x + 6, the factors are
(x + 2)(x + 3) because 2×3 = 6 and 2 + 3 = 5.Understanding division is crucial: it inversely relates to multiplication.
Mastering factorisation is foundational in algebra, offering insight into the structure of numbers and expressions, enabling simplification and easier calculation in more complex scenarios.