Factorising
Introduction to Factorising
Factorising is a way of breaking down an algebraic expression into simpler parts (called factors) that, when multiplied together, give you the original expression. Think of it like "unpacking" a complicated expression into smaller, easier pieces.
We'll learn how to do this using four different methods:
- Highest Common Factor (HCF)
- Grouping
- Difference of Two Squares
- Quadratic Trinomials (Quadratic Equations)
1. Highest Common Factor (HCF)
What is it?
The Highest Common Factor is the biggest thing (number, letter, or a combination) that can divide into all the terms in your expression.
How to do it:
- Look for the biggest common factor in all the terms. This could be a number, a letter, or both.
- Write down the HCF outside a set of brackets.
- Inside the brackets, write what's left after you've divided each term by the HCF.
2. Factors by Grouping
What is it?
Factoring by grouping is used when an expression has four terms. The idea is to group the terms in pairs and factor out common factors within those pairs.
How to do it:
- Group the terms into pairs that look like they have something in common.
- Factor out the common factor from each pair.
- Check if you have a common binomial (a binomial is two terms inside a bracket). If yes, factor that out.
3. Difference of Two Squares
What is it?
This method is used when you have two perfect squares with a minus sign between them, like (a2−b2). It can be factorised as (a−b)(a+b).
How to do it:
- Recognise the pattern: Check if both terms are squares and if there's a minus sign between them.
- Write down the square roots of both terms.
- Factorise as (firstsquareroot−secondsquareroot)(firstsquareroot+secondsquareroot).
4. Quadratic Trinomials (Quadratic Equations)
What is it?
Quadratic trinomials have three terms and look like (ax2+bx+c). The goal is to factorise it into two binomials, like (x−m)(x−n).
How to do it:
- Find two numbers that multiply to give the last number ac and add to give the middle number b.
- Split the middle term using these two numbers.
- Factor by grouping.
Further Explanation: Quadratic Trinomials (Quadratic Equations)
What is it?
A quadratic trinomial is an expression with three terms that follows the form ax2+bx+c, where:
- a is the coefficient of x2, (it might be 1, or another number)
- b is the coefficient of x,
- c is the constant (the number without a variable).
Goal:
The goal is to factorise this expression into two binomials. In other words, we want to rewrite (ax2+bx+c) as (dx+e)(fx+g).
Why is it tricky?
Quadratic trinomials can be challenging because you need to find two numbers that both add and multiply correctly to fit the expression. But don't worry! With practice, you can master it.
Steps to Factorise Quadratic Trinomials
- Identify the coefficients a, b, and c.
- Multiply a and c to get a product. Let's call this product ac.
- Find two numbers that multiply to ac and add to b.
- Rewrite the middle term using these two numbers.
- Group the terms in pairs and factor out the common factor from each pair.
- Factor out the common binomial.
Let's go through this process with some examples.
Tips for Factorising Quadratic Trinomials
38. Check for a Common Factor First:
- Always check if there's a common factor you can factor out from all three terms before you start.
- If the Numbers Don't Work Out:
- Go back and check your multiplication and addition. Consider if you might have missed an obvious pair.
- Dealing with Negative Numbers:
- Remember that two negatives multiply to a positive, but add to a negative.
- Practice, Practice, Practice:
- Factorising is a skill that improves with practice. The more you do it, the quicker you'll recognise patterns and pairs.
Problem Set 1: Highest Common Factor (HCF)
Problem 1:
Step-by-Step Solution:
- Identify the terms:
- The expression has two terms: 6x2 and −9x.
- Find the Highest Common Factor (HCF):
- First, look at the numbers: 6 and 9. The largest number that can divide both 6 and 9 is 3.
- Next, look at the variables: both terms have x, with the lowest power being x1.
- So, the HCF is 3x.
- Factor out the HCF:
- Divide each term by the HCF 3x.
- (6x2÷3x=2x) (because (6÷3=2) and (x2÷x=x)
- (−9x÷3x=−3) (because (−9÷3=−3) and (x÷x=1), which is just -3)
- Write the expression as 3x(2x−3).
- Final Answer:
- The factorised form is 3x(2x−3).
Explanation: We started by finding what was common in both terms, factored it out, and then rewrote the expression with the remaining terms inside the brackets.
Problem 2:
Step-by-Step Solution:
- Identify the terms:
- The expression has three terms: 12a3b2, −8a2b3, and 4ab4.
- Find the HCF:
- For the numbers: The HCF of 12, 8, and 4 is 4.
- For the variable a : The lowest power of a across all terms is a1 (in the third term).
- For the variable b : The lowest power of b across all terms is b2(in the first term).
- So, the HCF is 4ab2.
- Factor out the HCF:
- Divide each term by the HCF 4ab2.
- 12a3b2÷4ab2=3a2(because (12÷4=3), (a3÷a=a2), and (b2÷b2=1))
- −8a2b3÷4ab2=−2ab (because (−8÷4=−2), (a2÷a=a), and (b3÷b2=b)
- 4ab4÷4ab2=b2 (because (4÷4=1), (a÷a=1), and (b4÷b2=b2)
- Write the expression as 4ab2(3a2−2ab+b2).
- Final Answer:
- The factorised form is 4ab2(3a2−2ab+b2).
Explanation: Each term was divided by the HCF to leave the simpler expression inside the brackets. The hardest part is finding the common factors for both numbers and variables.
Problem Set 2: Factors by Grouping
Problem 3:
Step-by-Step Solution:
- Group the terms:
- Pair the terms into two groups: (x3+3x2) and (2x+6).
- Factor out the common factor from each group:
- From the first group (x3+3x2):
- The common factor is x2, so x3+3x2 becomes x2(x+3).
- From the second group 2x+6:
- The common factor is 2, so (2x+6)becomes 2(x+3).
- Check the binomials:
- The binomials (x+3) in both groups are the same, so you can factor this out.
- Factor out the common binomial:
- Write the expression as (x2+2)(x+3).
- Final Answer:
- The factorised form is (x2+2)(x+3).
Explanation: We grouped the terms to simplify them, factored out what was common in each group, and then combined the common binomials.
Problem 4:
Step-by-Step Solution:
- Group the terms:
- Pair the terms into two groups: (3xy−6x) and (2y−4).
- Factor out the common factor from each group:
- From the first group (3xy−6x):
- The common factor is 3x, so (3xy−6x) becomes 3x(y−2).
- From the second group (2y−4):
- The common factor is 2, so (2y−4) becomes 2(y−2).
- Check the binomials:
- The binomials (y−2) in both groups are the same, so you can factor this out.
- Factor out the common binomial:
- Write the expression as (3x+2)(y−2).
- Final Answer:
- The factorised form is (3x+2)(y−2).
Explanation: We grouped and factored each pair, then used the common binomial to simplify the expression further.
Problem Set 3: Difference of Two Squares
Problem 5:
Step-by-Step Solution:
- Recognise the pattern:
- Notice that x2 is a perfect square, and 25 is also a perfect square.
- This is a difference of squares since there is a subtraction sign between them.
- Write the expression in the form (a2−b2):
- Here, x2=(x)2 and 25=(5)2.
- So, x2−25=(x)2−(5)2.
- Factor using the difference of squares formula:
- The difference of squares formula is a2−b2=(a−b)(a+b).
- Apply it: x2−25=(x−5)(x+5).
- Final Answer:
- The factorised form is (x−5)(x+5).
Explanation: We identified that the expression was a difference of squares and applied the formula to factor it.
Problem 6:
Step-by-Step Solution:
- Recognise the pattern:
- Notice that 4x2 is a perfect square, and 9y2 is also a perfect square.
- This is another example of a difference of squares.
- Write the expression in the form (a2−b2):
- Here, (4x2=(2x)2) and (9y2=(3y)2).
- So, 4x2−9y2=(2x)2−(3y)2.
- Factor using the difference of squares formula:
- Apply it: 4x2−9y2=(2x−3y)(2x+3y).
- Final Answer:
- The factorised form is (2x−3y)(2x+3y).
Explanation: We used the difference of squares formula to simplify the expression into two binomials.
Problem Set 4: Quadratic Trinomials (Quadratic Equations)
Problem 7:
Step-by-Step Solution:
- Identify the coefficients:
- Here, a=1, b=7, and c=12.
- Find two numbers that multiply to c=12 and add to b=7:
- We need to find two numbers that multiply to 12 and add to 7.
- These numbers are 3 and 4 because:
- 3×4=12
- 3+4=7
- Rewrite the expression using these two numbers:
- Rewrite the middle term 7x as 3x+4x:
- x2+3x+4x+12.
- Group and factor:
- Group the first two terms and the last two terms:
- (x2+3x)+(4x+12).
- Factor out the common factor from each group:
- x(x+3)+4(x+3).
- Factor out the common binomial:
- The expression becomes (x+3)(x+4).
- Final Answer:
- The factorised form is (x+3)(x+4).
Explanation: By finding two numbers that work with both the multiplication and addition rules, we could rewrite the expression in a simpler form.
Problem 8:
Step-by-Step Solution:
- Identify the coefficients:
- Here, a=2, b=5, and c=−3.
- Multiply a×c=2×−3=−6.
- Find two numbers that multiply to −6 and add to 5:
- These numbers are 6 and −1 because:
- 6×−1=−6
- 6+(−1)=5
- Rewrite the expression using these two numbers:
- Rewrite the middle term 5x as 6x−x:
- 2x2+6x−x−3.
- Group and factor:
- Group the first two terms and the last two terms:
- (2x2+6x)−(x+3).
- Factor out the common factor from each group:
- 2x(x+3)−1(x+3).
- Factor out the common binomial:
- The expression becomes (2x−1)(x+3).
- Final Answer:
- The factorised form is (2x−1)(x+3).
Explanation: Here, multiplying (a×c)helped us find the right pair of numbers to split the middle term and proceed with grouping.
Problem 9:
Step-by-Step Solution:
- Identify the coefficients:
- Here, a=6, b=11, and c=3.
- Multiply a×c=6×3=18.
- Find two numbers that multiply to 18 and add to 11:
- These numbers are 9 and 2 because:
- 9×2=18
- 9+2=11
- Rewrite the expression using these two numbers:
- Rewrite the middle term 11x as 9x+2x:
- 6x2+9x+2x+3.
- Group and factor:
- Group the first two terms and the last two terms:
- (6x2+9x)+(2x+3).
- Factor out the common factor from each group:
- 3x(2x+3)+1(2x+3).
- Factor out the common binomial:
- The expression becomes (3x+1)(2x+3).
- Final Answer:
- The factorised form is (3x+1)(2x+3).
Explanation: By splitting the middle term and carefully grouping, we could factorise the quadratic trinomial completely.