Factorisation for CBSE Class 8 Maths
Welcome to the world of Factorisation! Just like you can break down the number 20 into its prime factors, 2 × 2 × 5, we can also break down algebraic expressions into their simplest 'building blocks'. Factorisation is the reverse process of multiplication. When you multiply (x+2) and (x+3), you get x² + 5x + 6. When you factorise x² + 5x + 6, you get back (x+2)(x+3). Understanding factorisation is a superpower in mathematics! It helps you simplify complex expressions, solve equations more easily, and builds a strong foundation for more advanced topics in Classes 9, 10, and beyond. In this chapter, you will master the different methods of factorisation: finding common factors, regrouping terms, and using standard algebraic identities. Let's get started!
What is Factorisation?
Factorisation is the process of writing an algebraic expression as a product of two or more algebraic expressions, called its factors. These factors can be numbers, variables, or other algebraic expressions. For example, consider the expression 5xy + 10x. We can see that both terms have 5 and x in common. By taking 5x as a common factor, we can write the expression as 5x(y + 2). Here, 5, x, and (y + 2) are the factors of 5xy + 10x. The goal is to find factors that are 'irreducible', meaning they cannot be factorised any further. This is very similar to finding the prime factors of a number. Just as the prime factors of 12 are 2, 2, and 3, the irreducible factors of 5xy + 10x are 5, x, and (y+2). Mastering this skill allows us to simplify problems and see the underlying structure of equations.
Method 1: Finding Common Factors
- Step 1: Decompose each term — Break down every term in the expression into its irreducible factors (prime numbers and individual variables). For example, to factorise
8x²y + 12xy², we write each term's factors:8x²y = 2 × 2 × 2 × x × x × y12xy² = 2 × 2 × 3 × x × y × y - Step 2: Identify the common factors — Look for the factors that appear in the decomposition of all the terms. In our example, the common factors are
2,2,x, andy. The product of these common factors is the Highest Common Factor (HCF), which is2 × 2 × x × y = 4xy. - Step 3: Factor out the HCF — Use the distributive law in reverse (
ab + ac = a(b+c)) to pull out the HCF. Divide each original term by the HCF to find what remains inside the bracket.8x²y + 12xy² = 4xy (8x²y / 4xy) + 4xy (12xy² / 4xy)= 4xy(2x) + 4xy(3y)= 4xy(2x + 3y)The factors are4xyand(2x + 3y).
Method 2: Factorisation by Regrouping Terms
- Sometimes, there is no single factor common to all terms. In such cases, we can try grouping the terms to find common factors within smaller groups.
Problem: Factorise the expression
ax + bx + ay + by. Step 1: Observe the terms. There is no factor common to all four terms. Step 2: Group the terms. Let's group the first two terms and the last two terms together:(ax + bx) + (ay + by). Step 3: Factor out the common factor from each group. In the first group(ax + bx), the common factor isx. So, we getx(a + b). In the second group(ay + by), the common factor isy. So, we gety(a + b). Step 4: Combine the results. Our expression now looks like this:x(a + b) + y(a + b). Step 5: Factor out the common binomial factor. Notice that(a + b)is now a common factor to the entire expression. We can factor it out.(a + b)(x + y). Final Answer: The factors ofax + bx + ay + byare(a + b)and(x + y).
Method 3: Factorisation using Identities
- Identity I:
a² + 2ab + b² = (a + b)². If an expression is a perfect square trinomial with a positive middle term, its factors are(a + b)and(a + b). Example:x² + 6x + 9 = (x + 3)². - Identity II:
a² – 2ab + b² = (a – b)². If an expression is a perfect square trinomial with a negative middle term, its factors are(a – b)and(a – b). Example:y² – 10y + 25 = (y – 5)². - Identity III:
a² – b² = (a + b)(a – b). This is the 'difference of squares'. If you have one perfect square subtracted from another, it factors easily. Example:4x² – 9 = (2x)² – 3² = (2x + 3)(2x – 3). - Identity IV:
x² + (a + b)x + ab = (x + a)(x + b). For trinomials, look for two numbers (aandb) that multiply to give the constant term (ab) and add to give the coefficient ofx(a+b). Example: Forp² + 6p + 8, we need two numbers that add to 6 and multiply to 8. The numbers are 4 and 2. So, the factors are(p + 4)(p + 2).
Practice Questions with Solutions
- Q: Factorise the expression:
12a²b + 15ab²A: Step 1: Find the prime factors of each term.12a²b = 2 × 2 × 3 × a × a × b15ab² = 3 × 5 × a × b × bStep 2: Identify the highest common factors (HCF). The common factors are3,a, andb. The HCF is3ab. Step 3: Factor out the HCF from the expression.12a²b + 15ab² = 3ab(4a) + 3ab(5b) = 3ab(4a + 5b)Final answer:3ab(4a + 5b) - Q: Factorise the expression:
6xy - 4y + 6 - 9xA: Step 1: The terms do not have a common factor, so we try regrouping. Let's rearrange for convenience:6xy - 9x - 4y + 6. Step 2: Group the terms:(6xy - 9x) + (-4y + 6). Step 3: Factor out the HCF from each group. From(6xy - 9x), the HCF is3x, giving3x(2y - 3). From(-4y + 6), the HCF is-2, giving-2(2y - 3). Step 4: The expression becomes3x(2y - 3) - 2(2y - 3). The common binomial factor is(2y - 3). Step 5: Factor out the common binomial:(2y - 3)(3x - 2). Final answer:(2y - 3)(3x - 2) - Q: Factorise the expression:
49p² - 36A: Step 1: Observe the expression. It has two terms, both are perfect squares, and they are separated by a minus sign. This fits the identitya² - b² = (a + b)(a - b). Step 2: Write each term as a square.49p² = (7p)²and36 = 6². Step 3: Apply the identity. Here,a = 7pandb = 6.(7p)² - 6² = (7p + 6)(7p - 6). Final answer:(7p + 6)(7p - 6) - Q: Factorise the expression:
m² + 7m + 10A: Step 1: This is a trinomial of the formx² + (a+b)x + ab. We need to find two numbers,aandb, such that their sum(a+b)is 7 and their product(ab)is 10. Step 2: Think of pairs of numbers that multiply to 10: (1, 10), (2, 5). Now check their sums: 1+10=11, 2+5=7. The correct pair is 2 and 5. Step 3: Apply the identity(x+a)(x+b). Here,x=m,a=2, andb=5.m² + 7m + 10 = (m + 2)(m + 5). Final answer:(m + 2)(m + 5)
Frequently Asked Questions
What is the difference between factors and multiples?
Factors are numbers or expressions that divide another number or expression exactly, without leaving a remainder. Multiples are the result of multiplying a number or expression by an integer. For example, 3 is a factor of 12, while 12 is a multiple of 3.
Why is regrouping necessary in factorisation?
Regrouping is a useful technique when you have an expression with four or more terms and there is no common factor across all of them. By grouping terms strategically, you can often find a common factor within each group, which then reveals a common binomial factor for the entire expression.
Can every algebraic expression be factorised?
Not every algebraic expression can be factorised into simpler polynomials with integer coefficients. These are called prime or irreducible polynomials, much like prime numbers. For example, an expression like `x² + x + 1` cannot be factorised further using the methods we learn in this class.