A. What is Factorisation?
Factorisation is the reverse process of multiplication. It involves expressing a given algebraic polynomial as the product of two or more irreducible factors:
$$\mathbf{\text{Expansion: } a(b + c) = ab + ac \quad \Longleftrightarrow \quad \text{Factorisation: } ab + ac = a(b + c)}$$- An Irreducible Factor is a factor that cannot be factored further into simpler algebraic expressions (e.g., in $3x(x + 2)$, the irreducible factors are $3, x,$ and $(x + 2)$).
B. Method 1: Taking out the Highest Common Factor (HCF):
- Find the numerical HCF of all the coefficients.
- Find the lowest power of each common variable present in every term.
- Write the product of the numerical HCF and common variables outside parentheses, and divide each term by this common factor.
- Example: Factorise $12x^3y^2 - 18x^2y^3 + 24x^4y$:
- Numerical HCF of 12, 18, 24 is 6.
- Lowest powers of common variables: $x^2$ and $y$. Overall $\text{HCF} = \mathbf{6x^2y}$.
- Divide each term: $\frac{12x^3y^2}{6x^2y} = 2xy; \quad \frac{-18x^2y^3}{6x^2y} = -3y^2; \quad \frac{24x^4y}{6x^2y} = 4x^2$.
- $$\mathbf{12x^3y^2 - 18x^2y^3 + 24x^4y = 6x^2y(2xy - 3y^2 + 4x^2)}$$