Factorizing by Grouping
GCSE Mathematics (Higher)🤝 What is Factorizing by Grouping?
Factorizing by grouping is a method used when an expression has four or more terms. We group terms in pairs, factor out common factors from each pair, and then look for a common bracket that appears in both groups. This method is especially useful for cubic expressions and quadratics where the coefficient of x² is greater than 1.
= (x³ + 2x²) + (3x + 6)
= x²(x + 2) + 3(x + 2)
= (x + 2)(x² + 3)
🎨 Visualizing Grouping
First Group
(x³ + 2x²)Factor out x²
x²(x + 2)Second Group
(3x + 6)Factor out 3
3(x + 2)📚 Types of Grouping
4️⃣ Four Terms - Basic Grouping
Group the first two terms and last two terms, then factor each group.
Example 1: x³ + 3x² + 2x + 6
Step 1: Group terms: (x³ + 3x²) + (2x + 6)
Step 2: Factor each group:
First group: x²(x + 3)
Second group: 2(x + 3)
Step 3: Notice common factor (x + 3)
Step 4: Write as: (x + 3)(x² + 2)
Check: (x + 3)(x² + 2) = x³ + 2x + 3x² + 6 = x³ + 3x² + 2x + 6 ✓
Example 2: 2x³ + 4x² + 3x + 6
Step 1: Group terms: (2x³ + 4x²) + (3x + 6)
Step 2: Factor each group:
First group: 2x²(x + 2)
Second group: 3(x + 2)
Step 3: Notice common factor (x + 2)
Step 4: Write as: (x + 2)(2x² + 3)
Example 3: x³ + x² + 4x + 4
Step 1: Group terms: (x³ + x²) + (4x + 4)
Step 2: Factor each group:
First group: x²(x + 1)
Second group: 4(x + 1)
Step 3: Notice common factor (x + 1)
Step 4: Write as: (x + 1)(x² + 4)
📐 Quadratic Expressions (ax² + bx + c where a > 1)
For quadratics like 2x² + 7x + 3, we split the middle term and then group.
Example 1: 2x² + 7x + 3
Step 1: Multiply a × c = 2 × 3 = 6
Step 2: Find factors of 6 that add to 7: 6 and 1
Step 3: Split middle term: 2x² + 6x + 1x + 3
Step 4: Group: (2x² + 6x) + (x + 3)
Step 5: Factor each group:
First group: 2x(x + 3)
Second group: 1(x + 3)
Step 6: Common factor (x + 3): (x + 3)(2x + 1)
Example 2: 3x² + 10x + 8
Step 1: Multiply a × c = 3 × 8 = 24
Step 2: Find factors of 24 that add to 10: 6 and 4
Step 3: Split middle term: 3x² + 6x + 4x + 8
Step 4: Group: (3x² + 6x) + (4x + 8)
Step 5: Factor each group:
First group: 3x(x + 2)
Second group: 4(x + 2)
Step 6: Common factor (x + 2): (x + 2)(3x + 4)
Example 3: 6x² + 13x + 5
Step 1: Multiply a × c = 6 × 5 = 30
Step 2: Find factors of 30 that add to 13: 10 and 3
Step 3: Split middle term: 6x² + 10x + 3x + 5
Step 4: Group: (6x² + 10x) + (3x + 5)
Step 5: Factor each group:
First group: 2x(3x + 5)
Second group: 1(3x + 5)
Step 6: Common factor (3x + 5): (3x + 5)(2x + 1)
📦 Cubic Expressions
Cubics often factorize nicely by grouping pairs.
Example 1: x³ - 2x² + 3x - 6
Step 1: Group terms: (x³ - 2x²) + (3x - 6)
Step 2: Factor each group:
First group: x²(x - 2)
Second group: 3(x - 2)
Step 3: Notice common factor (x - 2)
Step 4: Write as: (x - 2)(x² + 3)
Example 2: 2x³ + 4x² - 3x - 6
Step 1: Group terms: (2x³ + 4x²) + (-3x - 6)
Step 2: Factor each group:
First group: 2x²(x + 2)
Second group: -3(x + 2) [since -3x - 6 = -3(x + 2)]
Step 3: Notice common factor (x + 2)
Step 4: Write as: (x + 2)(2x² - 3)
Example 3: x³ + 2x² - 4x - 8
Step 1: Group terms: (x³ + 2x²) + (-4x - 8)
Step 2: Factor each group:
First group: x²(x + 2)
Second group: -4(x + 2)
Step 3: Notice common factor (x + 2)
Step 4: Write as: (x + 2)(x² - 4)
Step 5: Notice x² - 4 is difference of squares: (x - 2)(x + 2)
Final: (x + 2)(x - 2)(x + 2) = (x + 2)²(x - 2)
➖ Working with Negatives
Be careful when grouping terms with negative signs.
Example 1: x³ - 3x² - 2x + 6
Step 1: Group terms: (x³ - 3x²) + (-2x + 6)
Step 2: Factor each group:
First group: x²(x - 3)
Second group: -2(x - 3) [since -2x + 6 = -2(x - 3)]
Step 3: Notice common factor (x - 3)
Step 4: Write as: (x - 3)(x² - 2)
Example 2: 2x³ - 4x² - 3x + 6
Step 1: Group terms: (2x³ - 4x²) + (-3x + 6)
Step 2: Factor each group:
First group: 2x²(x - 2)
Second group: -3(x - 2)
Step 3: Notice common factor (x - 2)
Step 4: Write as: (x - 2)(2x² - 3)
Example 3: x³ - 2x² - 4x + 8
Step 1: Group terms: (x³ - 2x²) + (-4x + 8)
Step 2: Factor each group:
First group: x²(x - 2)
Second group: -4(x - 2)
Step 3: Notice common factor (x - 2)
Step 4: Write as: (x - 2)(x² - 4)
Step 5: x² - 4 = (x - 2)(x + 2)
Final: (x - 2)(x - 2)(x + 2) = (x - 2)²(x + 2)
🧮 Interactive Grouping Calculator
Enter an expression and see how to factorize by grouping!
Step-by-Step Grouping:
Original expression:
✏️ Practice Factorizing by Grouping
Factorize by grouping: x³ + 3x² + 2x + 6
⚠️ When Grouping Doesn't Work
Sometimes expressions can't be factorized by simple grouping. Try:
- Reordering the terms differently
- Looking for common factors in all terms first
- Using other methods (quadratic formula, factor theorem)
Example: x³ + 2x² + 3x + 5
Try grouping: (x³ + 2x²) + (3x + 5)
= x²(x + 2) + (3x + 5) ← No common factor
Try different grouping: (x³ + 3x) + (2x² + 5)
= x(x² + 3) + (2x² + 5) ← Still no common factor
This expression doesn't factorize nicely by grouping.
🌍 Why Grouping Matters
🧮 Solving Higher Degree Equations
x³ + 2x² - 4x - 8 = 0
Group: (x³ + 2x²) + (-4x - 8) = 0
= x²(x + 2) - 4(x + 2) = 0
= (x + 2)(x² - 4) = 0
= (x + 2)(x - 2)(x + 2) = 0
Solutions: x = -2, x = 2
📊 Calculus - Finding Turning Points
Derivative: f'(x) = 3x² + 6x - 9
Group: 3(x² + 2x - 3)
= 3(x + 3)(x - 1)
🔬 Physics - Volume Problems
Volume = x³ + 3x² + 2x
= x(x² + 3x + 2)
= x(x + 1)(x + 2)
Dimensions of a box
📋 Grouping Method
- Group terms in pairs
- Factor each pair
- Look for common bracket
- Factor out common bracket
- Check by expanding
📐 Splitting the Middle Term
For ax² + bx + c:
- Multiply a × c
- Find factors that add to b
- Split middle term
- Group and factor
📚 Related Topics
📎 Practice Materials
Master Factorizing by Grouping Free Demo
Grouping is a powerful technique for higher GCSE. Our expert tutors can help you master this method.
❓ What's challenging?
⚡ Quick Practice
Factorize by grouping: x³ + 2x² + 3x + 6
💡 Tip
If the first grouping doesn't work, try reordering the terms!
Sometimes (1,2) & (3,4) works better than (1,3) & (2,4).