S3-SA1-0829
What is Factorisation of Polynomials?
Grade Level:
Class 6
AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering
Definition
What is it?
Factorisation of Polynomials is like breaking down a big number into its smaller multiplication parts. For polynomials, it means writing a polynomial as a product of two or more simpler polynomials. Think of it as finding the 'building blocks' that multiply together to form the original polynomial.
Simple Example
Quick Example
Imagine you have a total of 10 mangoes. You can arrange them as 2 groups of 5 mangoes each (2 x 5) or 5 groups of 2 mangoes each (5 x 2). Here, 2 and 5 are the 'factors' of 10. Similarly, if you have a polynomial like (x + 2)(x + 3), when you multiply them, you get x^2 + 5x + 6. Factorisation is going backward, starting from x^2 + 5x + 6 and finding (x + 2) and (x + 3).
Worked Example
Step-by-Step
Let's factorise the polynomial x^2 + 7x + 10.
1. Look for two numbers that multiply to give the last number (10) and add up to give the middle number's coefficient (7).
---
2. The numbers are 2 and 5, because 2 * 5 = 10 and 2 + 5 = 7.
---
3. Rewrite the middle term (7x) using these two numbers: x^2 + 2x + 5x + 10.
---
4. Group the terms: (x^2 + 2x) + (5x + 10).
---
5. Factor out the common term from each group: x(x + 2) + 5(x + 2).
---
6. Notice that (x + 2) is common in both parts. Factor out (x + 2): (x + 2)(x + 5).
---
7. So, the factorisation of x^2 + 7x + 10 is (x + 2)(x + 5).
---
Answer: (x + 2)(x + 5)
Why It Matters
Factorisation helps simplify complex problems in many fields. Engineers use it to design structures, and computer scientists use it to create efficient algorithms for apps. Even in AI and Machine Learning, understanding how to break down complex equations helps build smarter systems.
Common Mistakes
MISTAKE: Not checking if the factors multiply back to the original polynomial. | CORRECTION: Always multiply your factors back together to ensure you get the original polynomial. This is your cross-check!
MISTAKE: Confusing addition/subtraction with multiplication when finding number pairs. | CORRECTION: Remember, you need two numbers that MULTIPLY to the constant term and ADD/SUBTRACT to the coefficient of the middle term.
MISTAKE: Forgetting to factor out the greatest common factor (GCF) first. | CORRECTION: Always look for a common factor among all terms in the polynomial and factor it out before trying other methods.
Practice Questions
Try It Yourself
QUESTION: Factorise x^2 + 6x + 8. | ANSWER: (x + 2)(x + 4)
QUESTION: Factorise y^2 - 5y + 6. | ANSWER: (y - 2)(y - 3)
QUESTION: Factorise 2x^2 + 10x + 12. (Hint: Factor out the common number first!) | ANSWER: 2(x + 2)(x + 3)
MCQ
Quick Quiz
Which of the following is a factorisation of x^2 + 8x + 15?
(x + 3)(x + 5)
(x + 1)(x + 15)
(x + 2)(x + 6)
(x - 3)(x - 5)
The Correct Answer Is:
A
For x^2 + 8x + 15, we need two numbers that multiply to 15 and add to 8. The numbers 3 and 5 fit this perfectly (3 * 5 = 15, 3 + 5 = 8). So, (x + 3)(x + 5) is the correct factorisation.
Real World Connection
In the Real World
When app developers create games or social media apps, they use factorisation to optimise code, making the apps run faster and smoother on your phone. For example, in cricket match analytics, polynomials might be used to model player performance, and factorisation helps simplify these models to understand key contributing factors.
Key Vocabulary
Key Terms
POLYNOMIAL: An expression with one or more terms, like x^2 + 5x + 6 | FACTOR: A number or expression that divides another number or expression evenly | COEFFICIENT: The number multiplied by a variable, like 5 in 5x | TERM: A single number or variable, or numbers and variables multiplied together, like 5x or 10
What's Next
What to Learn Next
Great job understanding factorisation! Next, you can explore 'Quadratic Equations' and 'Algebraic Identities'. Factorisation is a key skill for solving these equations and simplifying more complex algebraic expressions, which will open doors to even more exciting math concepts!


