Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
ICSE • Class 8 • Mathematics • Ch 1
Estimated Time: 45 Mins
Study Progress: In Progress

Factorisation

In ICSE Class 8 Mathematics, "Factorisation" provides an authoritative, algebraically rigorous master study guide investigating the decomposition of polynomials into irreducible factors. This comprehensive chapter explores Fundamental Concept of Factors (Factors of natural numbers vs factors of algebraic expressions; Irreducible factors), Common Monomial and Polynomial Factorisation (Factoring by taking out the Highest Common Factor [HCF]: $ab + ac = a(b + c)$; Factoring binomial and polynomial common brackets), Factoring by Grouping Terms (Four-term and six-term grouping algorithms: $ax + bx + ay + by = x(a + b) + y(a + b) = (a + b)(x + y)$; Rearranging terms before grouping), Factoring using Algebraic Identities: 1. Difference of Two Squares ($a^2 - b^2 = (a - b)(a + b)$ and nested iterations: $x^4 - y^4 = (x^2 + y^2)(x - y)(x + y)$; Combining grouping with difference of squares: $x^2 - y^2 - 2yz - z^2 = x^2 - (y + z)^2 = (x - y - z)(x + y + z)$), 2. Perfect Square Trinomials ($a^2 \pm 2ab + b^2 = (a \pm b)^2$), Factoring Quadratic Trinomials by Splitting the Middle Term ($x^2 + (p + q)x + pq = (x + p)(x + q)$ and general trinomials $ax^2 + bx + c$ where $p \cdot q = ac$ and $p + q = b$; Handling positive and negative coefficient signs), Division of Polynomials (Monomial by monomial, polynomial by monomial, and polynomial by polynomial by factorisation or long polynomial division), and Common Algebraic Pitfalls aligned with the 2026–27 CISCE ICSE curriculum.

How Did Breaking Massive 600-Digit Mathematical Numbers into Tiny Factors Become the Unbreakable Shield of Global Banking Cryptography?

Every time you swipe a debit card at an ATM, buy a book on Amazon, or send an encrypted message on WhatsApp, your smartphone performs a lightning-fast mathematical trick invented over three hundred years ago: FACTORISATION! Modern internet cybersecurity relies on the RSA Public-Key Cryptosystem. It is laughably easy for a computer to multiply two massive 300-digit prime numbers together in a microsecond. But if someone gives you that 600-digit product and tells you to find the original prime factors, the fastest supercomputer on planet Earth would have to grind through calculations for ten billion years to crack it! Factorisation is the art of un-multiplying: decomposing a complex, unwieldy algebraic expression into its simplest, purest building blocks! Why does the difference of two squares ($a^2 - b^2$) appear in quantum physics equations? What is the secret two-step algorithm to split the middle term of any quadratic trinomial without guessing? Let's master factorisation.

Why This Chapter Matters

Factorisation is the foundational core of secondary and higher algebra: solving quadratic equations, simplifying rational algebraic fractions, finding polynomial roots in calculus, designing electrical filter circuits, and computational number theory. Scoring 100% in ICSE Class 8 and 10 algebra begins with mastering factorisation.

Before You Begin (Prerequisites)

  • Multiplication of algebraic expressions (monomials and polynomials) from Class 7.
  • Basic algebraic identities: $(a + b)^2, (a - b)^2$, and $(a + b)(a - b)$.
  • Finding the Highest Common Factor (HCF) of integers.

What You Will Learn (Core Objectives)

  • Identify irreducible factors of algebraic terms and polynomials.
  • Factorise algebraic expressions by extracting the common monomial/polynomial HCF.
  • Factorise multi-term expressions by strategic grouping and rearrangement.
  • Apply the difference of two squares identity ($a^2 - b^2$) and its nested forms.
  • Factorise quadratic trinomials of the form $x^2 + bx + c$ and $ax^2 + bx + c$ by splitting the middle term.
  • Divide polynomials by monomials and binomials using factorisation techniques.

Chapter Roadmap & Progression

1 1. Concept of Factorisation & Extra...
2 2. Factorisation by Grouping Terms
3 3. Factoring via Difference of Two...
4 4. Factoring Quadratic Trinomials (...

Complete Concept Guide (100% Curriculum Coverage)

1. Concept of Factorisation & Extracting the HCF

Understand
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):
  1. Find the numerical HCF of all the coefficients.
  2. Find the lowest power of each common variable present in every term.
  3. Write the product of the numerical HCF and common variables outside parentheses, and divide each term by this common factor.
  4. 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)}$$

2. Factorisation by Grouping Terms

Grouping
A. The Four-Term Grouping Algorithm:

When an expression has four terms with no single factor common to all terms, group the terms into pairs that share a common factor:

  1. Group terms into two pairs: $(T_1 + T_2) + (T_3 + T_4)$. Sometimes terms must be rearranged first!
  2. Take out the common factor from each pair to reveal an identical common binomial bracket.
  3. Factor out the common binomial bracket as the final product.
  4. Example: Factorise $ab + bc + ax + cx$: $$(ab + bc) + (ax + cx) = b(a + c) + x(a + c) = \mathbf{(a + c)(b + x)}$$
  5. Sign-Trap Example: Factorise $x^2 - x(a + 2b) + 2ab$: $$x^2 - ax - 2bx + 2ab = x(x - a) - 2b(x - a) = \mathbf{(x - a)(x - 2b)}$$ *(Notice that taking out $-2b$ flips $+2ab$ to $-a$!)*.

3. Factoring via Difference of Two Squares & Perfect Squares

Identities
A. Difference of Two Squares:
$$\mathbf{a^2 - b^2 = (a - b)(a + b)}$$
  • Iterated / Nested Difference of Squares: $$x^4 - 81 = (x^2)^2 - 9^2 = (x^2 - 9)(x^2 + 9) = \mathbf{(x - 3)(x + 3)(x^2 + 9)}$$ *(Always check if the resulting factor can be factored again!)*
  • Grouped Difference of Squares: $$x^2 - y^2 - 4x + 4 = (x^2 - 4x + 4) - y^2 = (x - 2)^2 - y^2 = \mathbf{(x - 2 - y)(x - 2 + y)}$$
B. Perfect Square Trinomials:
$$\mathbf{a^2 + 2ab + b^2 = (a + b)^2 \quad \land \quad a^2 - 2ab + b^2 = (a - b)^2}$$

Example: $4x^2 - 12xy + 9y^2 = (2x)^2 - 2(2x)(3y) + (3y)^2 = \mathbf{(2x - 3y)^2}$.

4. Factoring Quadratic Trinomials (Splitting the Middle Term)

Splitting Middle Term
A. General Trinomial Form: $ax^2 + bx + c$:

To factorise $ax^2 + bx + c$, find two numbers $p$ and $q$ such that:

$$\mathbf{p \times q = a \times c \quad \land \quad p + q = b}$$
  1. Replace the middle term $bx$ with $px + qx$.
  2. Factorise the resulting four-term expression by grouping in pairs.
B. Master Worked Examples:
  • Case 1 ($a = 1$, Positive constant): Factorise $x^2 + 9x + 20$:

    Product $p \cdot q = 20$, Sum $p + q = 9$. Factors are $4$ and $5$ ($4 \times 5 = 20, 4 + 5 = 9$).

    $$x^2 + 4x + 5x + 20 = x(x + 4) + 5(x + 4) = \mathbf{(x + 4)(x + 5)}$$
  • Case 2 ($a > 1$, Negative middle term): Factorise $6x^2 - 17x + 12$:

    Product $ac = 6 \times 12 = 72$. Sum $b = -17$. Two numbers are $-9$ and $-8$ ($(-9)(-8) = 72, -9 - 8 = -17$).

    $$6x^2 - 9x - 8x + 12 = 3x(2x - 3) - 4(2x - 3) = \mathbf{(2x - 3)(3x - 4)}$$
  • Case 3 (Negative constant): Factorise $2x^2 - x - 15$:

    Product $ac = 2 \times (-15) = -30$. Sum $b = -1$. Factors are $-6$ and $+5$ ($(-6)(5) = -30, -6 + 5 = -1$).

    $$2x^2 - 6x + 5x - 15 = 2x(x - 3) + 5(x - 3) = \mathbf{(x - 3)(2x + 5)}$$

Key Formulas, Identities & Theorems

Difference of Two Squares
$$a^2 - b^2 = (a - b)(a + b)$$
Applies to any two squared terms separated by a minus sign.
Splitting Middle Term Condition
$$ax^2 + bx + c \implies p \cdot q = ac \quad \land \quad p + q = b$$
Find pair of integers satisfying both product and sum.

Algebra: The Factorisation Toolkit & Middle Term Splitting

Factorisation: The Four Methods & Quadratic Splitting THE FOUR FACTORISATION METHODS 1. Extracting the HCF: ab + ac = a(b + c) • Numerical HCF × Variable powers 2. Grouping Terms in Pairs: ax + bx + ay + by = x(a + b) + y(a + b) = (a + b)(x + y) 3. Difference of Two Squares: a2 - b2 = (a - b)(a + b) x4 - 16 = (x2 + 4)(x - 2)(x + 2) 4. Perfect Square Trinomials: a2 ± 2ab + b2 = (a ± b)2 SPLITTING THE MIDDLE TERM ax2 + bx + c ⇒ Find p and q: p × q = a × c AND p + q = b • Example: 6x2 - 17x + 12 Product a×c = 6 × 12 = 72 • Sum b = -17 Numbers are -9 and -8 ((-9)×(-8)=72, -9-8=-17) = 6x2 - 9x - 8x + 12 = 3x(2x - 3) - 4(2x - 3) = (2x - 3)(3x - 4) FACTORISATION IS REVERSE EXPANSION • a^2 - b^2 = (a-b)(a+b) • CHECK FOR COMMON HCF FIRST

Chapter Summary & 10 Key Takeaways

Takeaway 1
Factorisation expresses an algebraic expression as a product of irreducible factors.
Takeaway 2
Always check for and extract the common monomial or polynomial HCF first.
Takeaway 3
Four-term polynomials can often be factored by grouping terms in pairs.
Takeaway 4
The difference of two squares identity: a2 - b2 = (a - b)(a + b).
Takeaway 5
Check for nested difference of squares, such as x4 - y4 = (x2 + y2)(x - y)(x + y).
Takeaway 6
Perfect square trinomials: a2 + 2ab + b2 = (a + b)2 and a2 - 2ab + b2 = (a - b)2.
Takeaway 7
Quadratic trinomials ax2 + bx + c are factored by finding p, q such that p*q = ac and p + q = b.
Takeaway 8
Be careful with negative signs when factoring out negative common brackets: -(a - b) = -a + b.
Takeaway 9
Division of a polynomial by a binomial is performed by factoring the numerator completely.
Takeaway 10
A fully factorised expression contains only irreducible prime algebraic factors.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
Factorise completely: $16x^4 - 81y^4$.
Reveal Answer & Explanation
Answer:

Recognize as the difference of two squares:

$$16x^4 - 81y^4 = (4x^2)^2 - (9y^2)^2$$


$$= (4x^2 - 9y^2)(4x^2 + 9y^2)$$


Notice that the first factor $(4x^2 - 9y^2)$ is itself a difference of two squares ($[2x]^2 - [3y]^2$):

$$4x^2 - 9y^2 = (2x - 3y)(2x + 3y)$$


The second factor $(4x^2 + 9y^2)$ is a sum of squares and cannot be factored over real numbers.
• Final Complete Factorisation:

$$\mathbf{16x^4 - 81y^4 = (2x - 3y)(2x + 3y)(4x^2 + 9y^2)}$$

.


Apply difference of squares twice: $(4x^2 - 9y^2)(4x^2 + 9y^2)$, then factor the first term again.
2
Factorise the quadratic trinomial by splitting the middle term: $6x^2 + 11x - 10$.
Reveal Answer & Explanation
Answer: Here $a = 6, b = 11, c = -10$.
Step 1: Calculate product $ac = 6 \times (-10) = -60$.
Step 2: Find two numbers $p$ and $q$ whose product is $-60$ and whose sum is $+11$.
Testing factor pairs of $60$: $(15) \times (-4) = -60$ and $15 + (-4) = +11$.
Step 3: Split the middle term $11x$ into $+15x - 4x$:
$$6x^2 + 15x - 4x - 10$$
Step 4: Group terms in pairs and extract common factors:
$$3x(2x + 5) - 2(2x + 5)$$
Step 5: Factor out the common binomial bracket $(2x + 5)$:
$$\mathbf{(2x + 5)(3x - 2)}$$.
Product $ac = -60$, sum $b = 11$. Numbers are $+15$ and $-4$. Result: $(2x + 5)(3x - 2)$.
3
Factorise by grouping: $ab(x^2 + y^2) - xy(a^2 + b^2)$.
Reveal Answer & Explanation
Answer: Step 1: Expand brackets completely:
$$abx^2 + aby^2 - a^2xy - b^2xy$$
Step 2: Rearrange terms to group common variables:
$$(abx^2 - a^2xy) + (aby^2 - b^2xy)$$
Step 3: Factor out the HCF from each pair:
$$ax(bx - ay) - by(bx - ay)$$
Step 4: Factor out the common binomial $(bx - ay)$:
$$\mathbf{(bx - ay)(ax - by)}$$.
Expand brackets first, regroup terms containing common variables $ax$ and $by$, then extract $(bx - ay)$.
4
Factorise completely: $x^2 - y^2 - 2y - 1$.
Reveal Answer & Explanation
Answer: Notice that the last three terms form a perfect square trinomial when grouped with a negative sign:
$$x^2 - (y^2 + 2y + 1)$$
Recognize that $y^2 + 2y + 1 = (y + 1)^2$:
$$x^2 - (y + 1)^2$$
Now apply the Difference of Two Squares identity ($a^2 - b^2 = [a - b][a + b]$) where $a = x$ and $b = (y + 1)$:
$$[x - (y + 1)][x + (y + 1)]$$
$$\mathbf{= (x - y - 1)(x + y + 1)}$$.
Group the last three terms: $x^2 - (y + 1)^2$. Then apply $a^2 - b^2 = (a - b)(a + b)$.
5
Factorise: $x^2 + \frac{1}{x^2} - 2 - 3x + \frac{3}{x}$.
Reveal Answer & Explanation
Answer: Step 1: Group the first three terms and recognize the perfect square:
$$\left( x^2 - 2 + \frac{1}{x^2} \right) - 3 \left( x - \frac{1}{x} \right)$$
Since $\left( x - \frac{1}{x} \right)^2 = x^2 - 2(x)\left(\frac{1}{x}\right) + \frac{1}{x^2} = x^2 - 2 + \frac{1}{x^2}$:
$$= \left( x - \frac{1}{x} \right)^2 - 3 \left( x - \frac{1}{x} \right)$$
Step 2: Factor out the common binomial $\left( x - \frac{1}{x} \right)$:
$$\mathbf{= \left( x - \frac{1}{x} \right) \left( x - \frac{1}{x} - 3 \right)}$$.
Recognize $(x - 1/x)^2 = x^2 - 2 + 1/x^2$. Factor out $(x - 1/x)$.
6
Divide the polynomial $(x^2 - 7x + 12)$ by $(x - 3)$ using factorisation.
Reveal Answer & Explanation
Answer: Step 1: Factorise the numerator quadratic trinomial $x^2 - 7x + 12$:
Product $= 12$, Sum $= -7$. Numbers are $-3$ and $-4$ ($(-3)(-4) = 12, -3 - 4 = -7$).
$$x^2 - 7x + 12 = x^2 - 3x - 4x + 12 = x(x - 3) - 4(x - 3) = (x - 3)(x - 4)$$
Step 2: Divide by the denominator $(x - 3)$:
$$\frac{x^2 - 7x + 12}{x - 3} = \frac{(x - 3)(x - 4)}{(x - 3)}$$
Cancel the common factor $(x - 3)$:
$$\mathbf{= x - 4}$$.
Factorise numerator into $(x - 3)(x - 4)$ and cancel out $(x - 3)$ to get $x - 4$.
7
Factorise: $2a^2 - 8ab + 8b^2$.
Reveal Answer & Explanation
Answer:

Step 1: Always take out the common numerical HCF first! Here, $2$ is common to all terms:

$$2(a^2 - 4ab + 4b^2)$$


Step 2: Recognize the perfect square trinomial inside the parentheses:

$$a^2 - 4ab + 4b^2 = a^2 - 2(a)(2b) + (2b)^2 = (a - 2b)^2$$


• Final Answer:

$$\mathbf{2(a - 2b)^2}$$

.


Take out common factor 2 first: $2(a^2 - 4ab + 4b^2) = 2(a - 2b)^2$.
8
Factorise: $x(x - 1) - y(y - 1)$.
Reveal Answer & Explanation
Answer: Step 1: Expand brackets:
$$x^2 - x - y^2 + y$$
Step 2: Group squared terms and linear terms separately:
$$(x^2 - y^2) - (x - y)$$
Step 3: Apply difference of two squares to $(x^2 - y^2)$:
$$(x - y)(x + y) - 1(x - y)$$
Step 4: Factor out the common binomial $(x - y)$:
$$\mathbf{= (x - y)(x + y - 1)}$$.
Expand to $x^2 - y^2 - (x - y) = (x - y)(x + y) - (x - y) = (x - y)(x + y - 1)$.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.