Orchids Logo

Factorisation of Quadratic Expressions

Class 10Quadratic Equations

Factorisation of quadratic expressions is a fundamental algebraic skill covered in Chapter 4 (Quadratic Equations) of the NCERT Class 10 Mathematics textbook.


A quadratic expression is a polynomial of degree 2 in the form ax² + bx + c. Factorisation means writing this expression as a product of two linear factors.


The primary method taught in Class 10 is splitting the middle term (also called factorisation by grouping). This method is used to:

  • Solve quadratic equations by factorisation.
  • Find the roots (zeros) of a quadratic polynomial.
  • Simplify algebraic expressions.

What is Factorisation of Quadratic Expressions — Splitting the Middle Term, Methods & Examples?

Definition: Factorisation of a quadratic expression means expressing ax² + bx + c as a product of two linear factors.


ax² + bx + c = a(x − p)(x − q)


where p and q are the roots of the quadratic equation ax² + bx + c = 0.


Key relationships:


When can a quadratic be factorised over integers?

  • The discriminant D = b² − 4ac must be a perfect square (including 0).
  • If D is a perfect square, the roots are rational and the expression factorises over rationals.
  • If D is not a perfect square, factorisation over integers is not possible — use the quadratic formula instead.

Factorisation of Quadratic Expressions Formula

Method: Splitting the Middle Term


To factorise ax² + bx + c:

Find two numbers m and n such that:
m + n = b (sum equals coefficient of x)
m × n = a × c (product equals coefficient of x² times constant)


Then:

  1. Rewrite bx as mx + nx: ax² + mx + nx + c
  2. Group in pairs: (ax² + mx) + (nx + c)
  3. Factor out the GCD from each pair.
  4. Factor out the common binomial.

Standard factorisation identities (useful shortcuts):

  • a² − b² = (a + b)(a − b)
  • a² + 2ab + b² = (a + b)²
  • a² − 2ab + b² = (a − b)²

Derivation and Proof

Step-by-step procedure — Splitting the Middle Term:

  1. Write the expression in standard form: ax² + bx + c.
  2. Calculate the product a × c.
  3. Find two numbers m and n such that m + n = b and m × n = a × c.
  4. Rewrite the middle term bx as mx + nx.
  5. Group the four terms into two pairs.
  6. Factor out the GCD from each pair.
  7. Factor out the common binomial factor.

Example walkthrough:

  • Factorise: 6x² + 11x + 3
  • a × c = 6 × 3 = 18
  • Find m, n such that m + n = 11 and m × n = 18.
  • m = 9, n = 2 (since 9 + 2 = 11 and 9 × 2 = 18)
  • Rewrite: 6x² + 9x + 2x + 3
  • Group: (6x² + 9x) + (2x + 3) = 3x(2x + 3) + 1(2x + 3)
  • Factor: (3x + 1)(2x + 3)

How to find m and n systematically:

  • List the factor pairs of |a × c|.
  • Check which pair sums to b (with correct signs).
  • If a × c is positive, m and n have the same sign (both positive if b > 0, both negative if b < 0).
  • If a × c is negative, m and n have opposite signs.

Types and Properties

Types of quadratic expressions and their factorisation:


Type 1: a = 1 (Monic quadratic)

  • Expression: x² + bx + c
  • Find two numbers whose sum = b and product = c.
  • Example: x² + 7x + 12 = (x + 3)(x + 4)

Type 2: a > 1 (Non-monic quadratic)

  • Expression: ax² + bx + c where a ≠ 1
  • Find m, n with m + n = b and m × n = ac.
  • Example: 2x² + 7x + 3 = (2x + 1)(x + 3)

Type 3: Middle term is negative

  • Example: x² − 5x + 6 = (x − 2)(x − 3)
  • Both m and n are negative.

Type 4: Constant term is negative

  • Example: x² + x − 12 = (x + 4)(x − 3)
  • m and n have opposite signs.

Type 5: Difference of squares

  • Example: 4x² − 9 = (2x + 3)(2x − 3)
  • Use identity: a² − b² = (a + b)(a − b)

Type 6: Perfect square trinomial

  • Example: x² + 6x + 9 = (x + 3)²
  • Both factors are identical.

Methods

Method 1: Splitting the Middle Term

  • The standard method for Class 10.
  • Works when the discriminant is a perfect square.

Method 2: Using Algebraic Identities

  • a² − b² = (a − b)(a + b)
  • a² ± 2ab + b² = (a ± b)²
  • Useful for special forms like 25x² − 16 or 9x² + 12x + 4.

Method 3: Trial and Error (Cross Method)

  • For ax² + bx + c, try factor pairs of a and c.
  • Check which combination gives the correct middle term.
  • Faster for experienced solvers but less systematic.

When factorisation is not possible over integers:

  • Calculate D = b² − 4ac.
  • If D is not a perfect square, the expression cannot be factorised over integers.
  • Use the quadratic formula: x = (−b ± √D) / 2a.

Common mistakes:

  • Forgetting to check signs of m and n.
  • Incorrect grouping — always verify by expanding the result.
  • Missing a common factor of the entire expression (always extract GCD first).

Solved Examples

Example 1: Monic Quadratic — Both Roots Positive

Problem: Factorise x² + 7x + 12.


Solution:

Given: a = 1, b = 7, c = 12

Steps:

  1. a × c = 1 × 12 = 12
  2. Find m, n: m + n = 7, m × n = 12
  3. m = 3, n = 4 (since 3 + 4 = 7, 3 × 4 = 12)
  4. x² + 3x + 4x + 12
  5. = x(x + 3) + 4(x + 3)
  6. = (x + 3)(x + 4)

Verification: (x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12 ✓

Answer: (x + 3)(x + 4)

Example 2: Monic Quadratic — Both Roots Negative

Problem: Factorise x² − 9x + 20.


Solution:

Given: a = 1, b = −9, c = 20

Steps:

  1. a × c = 20
  2. Find m, n: m + n = −9, m × n = 20
  3. m = −4, n = −5 (since −4 + (−5) = −9, (−4)(−5) = 20)
  4. x² − 4x − 5x + 20
  5. = x(x − 4) − 5(x − 4)
  6. = (x − 4)(x − 5)

Verification: (x − 4)(x − 5) = x² − 9x + 20 ✓

Answer: (x − 4)(x − 5)

Example 3: Quadratic with Negative Constant

Problem: Factorise x² + x − 12.


Solution:

Given: a = 1, b = 1, c = −12

Steps:

  1. a × c = −12
  2. Find m, n: m + n = 1, m × n = −12
  3. m = 4, n = −3 (since 4 + (−3) = 1, 4 × (−3) = −12)
  4. x² + 4x − 3x − 12
  5. = x(x + 4) − 3(x + 4)
  6. = (x + 4)(x − 3)

Verification: (x + 4)(x − 3) = x² + x − 12 ✓

Answer: (x + 4)(x − 3)

Example 4: Non-Monic Quadratic (a > 1)

Problem: Factorise 6x² + 11x + 3.


Solution:

Given: a = 6, b = 11, c = 3

Steps:

  1. a × c = 6 × 3 = 18
  2. Find m, n: m + n = 11, m × n = 18
  3. m = 9, n = 2 (since 9 + 2 = 11, 9 × 2 = 18)
  4. 6x² + 9x + 2x + 3
  5. = 3x(2x + 3) + 1(2x + 3)
  6. = (3x + 1)(2x + 3)

Verification: (3x + 1)(2x + 3) = 6x² + 9x + 2x + 3 = 6x² + 11x + 3 ✓

Answer: (3x + 1)(2x + 3)

Example 5: Non-Monic with Negative Terms

Problem: Factorise 3x² − 2x − 8.


Solution:

Given: a = 3, b = −2, c = −8

Steps:

  1. a × c = 3 × (−8) = −24
  2. Find m, n: m + n = −2, m × n = −24
  3. m = −6, n = 4 (since −6 + 4 = −2, (−6)(4) = −24)
  4. 3x² − 6x + 4x − 8
  5. = 3x(x − 2) + 4(x − 2)
  6. = (3x + 4)(x − 2)

Verification: (3x + 4)(x − 2) = 3x² − 6x + 4x − 8 = 3x² − 2x − 8 ✓

Answer: (3x + 4)(x − 2)

Example 6: Difference of Squares

Problem: Factorise 4x² − 25.


Solution:

Given: 4x² − 25 = (2x)² − 5²

Using identity: a² − b² = (a + b)(a − b)

  • = (2x + 5)(2x − 5)

Verification: (2x + 5)(2x − 5) = 4x² − 25 ✓

Answer: (2x + 5)(2x − 5)

Example 7: Perfect Square Trinomial

Problem: Factorise 9x² + 24x + 16.


Solution:

Given: a = 9, b = 24, c = 16

Check: √9 = 3, √16 = 4, 2 × 3 × 4 = 24 = b

Using identity: a² + 2ab + b² = (a + b)²

  • 9x² + 24x + 16 = (3x)² + 2(3x)(4) + 4² = (3x + 4)²

Verification: (3x + 4)² = 9x² + 24x + 16 ✓

Answer: (3x + 4)²

Example 8: Solving a Quadratic Equation by Factorisation

Problem: Solve 2x² + x − 6 = 0 by factorisation.


Solution:

Given: 2x² + x − 6 = 0

Steps:

  1. a × c = 2 × (−6) = −12
  2. Find m, n: m + n = 1, m × n = −12
  3. m = 4, n = −3
  4. 2x² + 4x − 3x − 6 = 0
  5. 2x(x + 2) − 3(x + 2) = 0
  6. (2x − 3)(x + 2) = 0
  7. 2x − 3 = 0 or x + 2 = 0
  8. x = 3/2 or x = −2

Verification:

  • x = 3/2: 2(9/4) + 3/2 − 6 = 9/2 + 3/2 − 6 = 6 − 6 = 0 ✓
  • x = −2: 2(4) + (−2) − 6 = 8 − 2 − 6 = 0 ✓

Answer: x = 3/2 or x = −2.

Example 9: Common Factor First, Then Factorise

Problem: Factorise 4x² − 20x + 24.


Solution:

Given: 4x² − 20x + 24

Steps:

  1. Extract GCD: 4(x² − 5x + 6)
  2. Now factorise x² − 5x + 6
  3. Find m, n: m + n = −5, m × n = 6
  4. m = −2, n = −3
  5. x² − 2x − 3x + 6 = x(x − 2) − 3(x − 2) = (x − 2)(x − 3)
  6. Final answer: 4(x − 2)(x − 3)

Verification: 4(x − 2)(x − 3) = 4(x² − 5x + 6) = 4x² − 20x + 24 ✓

Answer: 4(x − 2)(x − 3)

Example 10: Quadratic with Fractional Roots

Problem: Solve 6x² − x − 2 = 0 by factorisation.


Solution:

Given: 6x² − x − 2 = 0

Steps:

  1. a × c = 6 × (−2) = −12
  2. Find m, n: m + n = −1, m × n = −12
  3. m = 3, n = −4 (since 3 + (−4) = −1, 3 × (−4) = −12)
  4. 6x² + 3x − 4x − 2 = 0
  5. 3x(2x + 1) − 2(2x + 1) = 0
  6. (3x − 2)(2x + 1) = 0
  7. x = 2/3 or x = −1/2

Verification:

  • x = 2/3: 6(4/9) − 2/3 − 2 = 8/3 − 2/3 − 2 = 6/3 − 2 = 0 ✓
  • x = −1/2: 6(1/4) − (−1/2) − 2 = 3/2 + 1/2 − 2 = 0 ✓

Answer: x = 2/3 or x = −1/2.

Real-World Applications

Applications of factorisation of quadratic expressions:

  • Solving quadratic equations — set each factor to zero to find roots. If (x − 3)(x + 5) = 0, then x = 3 or x = −5.
  • Finding zeros of polynomials — the zeros (roots) of ax² + bx + c are the values of x that make the expression zero. These are found by factorisation.
  • Simplifying algebraic fractions — factorise numerator and denominator separately, then cancel common factors. For example: (x² − 9)/(x² − 5x + 6) = (x+3)(x−3)/[(x−2)(x−3)] = (x+3)/(x−2) for x ≠ 3.
  • Area and perimeter problems — geometric conditions lead to quadratic equations. A rectangle with area 180 and length = breadth + 3 gives x(x+3) = 180, solved by factorisation.
  • Number problems — finding two numbers given their sum and product. If sum = 13 and product = 40, then x² − 13x + 40 = 0 → (x−5)(x−8) = 0 → numbers are 5 and 8.
  • Projectile motion — height h = ut − (1/2)gt². Setting h = 0 gives t(u − gt/2) = 0 → t = 0 or t = 2u/g. Factorisation identifies the two times when the projectile is at ground level.
  • Revenue and profit — revenue R = px − ax² (p = price, a = demand factor, x = quantity). Setting R = 0 gives the break-even points by factorisation.
  • Graphing quadratic functions — the x-intercepts of y = ax² + bx + c are the roots found by factorisation. These determine where the parabola crosses the x-axis.

Connection to higher mathematics:

  • Factorisation is a prerequisite for partial fractions (Class 11–12).
  • Factor theorem and remainder theorem extend factorisation to higher-degree polynomials.
  • The discriminant D = b² − 4ac determines whether factorisation over rationals is possible.

Key Points to Remember

  • Factorisation of ax² + bx + c means writing it as a product of two linear factors.
  • The splitting the middle term method: find m, n such that m + n = b and m × n = ac.
  • Always extract the GCD of all terms first before splitting the middle term.
  • If D = b² − 4ac is a perfect square, the quadratic factorises over rationals.
  • If D is not a perfect square, factorisation over integers is not possible.
  • After factorising, always verify by expanding the factors.
  • For monic quadratics (a = 1), find two numbers whose sum = b and product = c.
  • The sign of c determines whether m and n have the same or opposite signs.
  • Special identities — a² − b² = (a+b)(a−b), perfect squares — provide shortcuts.
  • In CBSE exams, factorisation carries 2–4 marks. Show the splitting step and grouping clearly.

Practice Problems

  1. Factorise: x² + 5x + 6.
  2. Factorise: x² − 11x + 28.
  3. Factorise: 2x² + 7x + 3.
  4. Factorise: 3x² − 10x + 8.
  5. Factorise: 5x² + 13x − 6.
  6. Solve by factorisation: x² − 3x − 10 = 0.
  7. Solve by factorisation: 4x² − 12x + 9 = 0.
  8. Factorise: 12x² − 7x + 1.

Frequently Asked Questions

Q1. What does factorisation of a quadratic expression mean?

It means expressing ax² + bx + c as a product of two linear factors, i.e., in the form (px + q)(rx + s) where the product equals the original expression.

Q2. What is the splitting the middle term method?

Find two numbers m and n such that m + n = b (coefficient of x) and m × n = ac (product of coefficient of x² and constant). Rewrite bx as mx + nx, group, and factor.

Q3. How do I decide the signs of m and n?

If ac is positive, m and n have the same sign — both positive if b > 0, both negative if b < 0. If ac is negative, m and n have opposite signs, and their sum determines which is larger.

Q4. Can every quadratic be factorised?

Not every quadratic can be factorised over integers. If the discriminant D = b² − 4ac is not a perfect square, the roots are irrational and the expression cannot be written as a product of linear factors with integer coefficients.

Q5. Why should I extract the GCD first?

Extracting the GCD simplifies the expression, makes the product ac smaller, and makes finding m and n easier. For example, 6x² − 18x + 12 = 6(x² − 3x + 2) = 6(x − 1)(x − 2).

Q6. How is factorisation related to solving quadratic equations?

If ax² + bx + c = (px + q)(rx + s) = 0, then px + q = 0 or rx + s = 0. This gives x = −q/p or x = −s/r. Factorisation converts the quadratic equation into two linear equations.

Q7. What are the common algebraic identities used in factorisation?

Three key identities: (i) a² − b² = (a + b)(a − b), (ii) a² + 2ab + b² = (a + b)², (iii) a² − 2ab + b² = (a − b)². These handle difference of squares and perfect square trinomials.

Q8. Is factorisation important for CBSE board exams?

Yes. CBSE Class 10 frequently asks 'solve by factorisation' questions worth 2–4 marks. The splitting the middle term method must be shown clearly. Factorisation is also a prerequisite for understanding the quadratic formula and discriminant.

We are also listed in