Factorisation of Polynomials
Factorisation of polynomials is a fundamental algebraic technique that transforms a polynomial expression into a product of simpler factors. This approach is integral to various algebraic processes, including simplifying expressions, solving equations, and understanding polynomial behaviors. Several methods can be employed for factorisation:
- Taking Out Common Factors: Identify and extract the greatest common factor shared among the terms.
- Splitting the Middle Term: This method particularly applies to quadratics where the middle term can be broken down into two terms, facilitating factorisation.
- Using Identities: Familiarity with algebraic identities (like
- (a+b)² = a² + 2ab + b²) can simplify factorisation efforts dramatically.
Example: To factorise the polynomial x² + 7x + 10:
1. Split the middle term: x² + 5x + 2x + 10 = x(x + 5) + 2(x + 5).
2. Combine the grouped factors: = (x + 2)(x + 5).
Understanding these techniques empowers learners to tackle more complex polynomial expressions effectively.