Expanding and Factorising
- Expand single and double brackets correctly
- Recognise and apply perfect square and difference of two squares identities
- Factorise expressions including by HCF
- Factorise quadratics when $a=1$ and when $a\neq1$
- Verify factorisations by re-expanding
π Core Concepts
Single Bracket Expansion
Every term inside the bracket is multiplied by the factor outside. This includes the sign β a negative outside the bracket flips all signs inside.
Double Bracket Expansion (FOIL / Grid Method)
The grid method is often safer for more complex expansions:
| Grid Γ | $x$ | $+b$ |
|---|---|---|
| $x$ | $x^2$ | $bx$ |
| $+a$ | $ax$ | $ab$ |
Perfect Square Identities
A perfect square occurs when a bracket is squared. The result always has a specific structure β memorise it to avoid expanding fully each time and to spot factorisations instantly.
Difference of Two Squares
Triple Bracket Expansion (Grade 9)
Factorising by Highest Common Factor (HCF)
Factorising Quadratics ($a = 1$)
Factorising Quadratics ($a \neq 1$) β ac Method
Proving Identities by Expansion (Grade 9)
Simplifying Algebraic Fractions by Factorising (Grade 9)
πΊοΈ Visual Notes
- Single bracket: $a(b+c)=ab+ac$
- Double bracket: FOIL or grid
- Perfect squares: squareβdoubleβsquare
- Triple brackets: two stages
- $(a+b)^2 = a^2+2ab+b^2$
- $(a-b)^2 = a^2-2ab+b^2$
- $(a+b)(a-b) = a^2-b^2$
- Use β‘ for proofs
- HCF: take out largest factor
- Quadratic $a=1$: find $p+q=b$, $pq=c$
- Quadratic $a\neq 1$: ac method
- DOTS: $a^2-b^2=(a+b)(a-b)$
- Triple bracket expansion
- Proving algebraic identities
- Simplifying algebraic fractions
- Non-integer coefficients
- Re-expand to verify factorisation
- Substitute a value to test identity
- Degree check (number of factors = degree)
- Sign check on constant term
- Missing $2ab$ in perfect squares
- Wrong sign when bracket is negative
- Partial HCF (not fully factorised)
- Cancelling terms not factors in fractions
Comparison: Factorising Methods
| Expression Form | Method | Example | Result |
|---|---|---|---|
| $ka + kb$ | HCF | $6x^2 + 9x$ | $3x(2x+3)$ |
| $x^2 + bx + c$ | Factor pairs ($a=1$) | $x^2+5x+6$ | $(x+2)(x+3)$ |
| $ax^2 + bx + c$ | ac method | $6x^2+7x+2$ | $(2x+1)(3x+2)$ |
| $a^2 - b^2$ | Difference of two squares | $x^2-25$ | $(x+5)(x-5)$ |
| $(a\pm b)^2$ | Perfect square recognition | $x^2+6x+9$ | $(x+3)^2$ |
| $a^2 \pm 2ab + b^2$ | Perfect square | $4x^2-12x+9$ | $(2x-3)^2$ |
Decision Tree: Which Factorising Method?
βοΈ Worked Examples
(b) Expand and simplify $(x + 3)(x - 7)$.
(b) Factorise $6x^2 + 11x - 10$ using the ac method.
(b) Prove that $(2n+3)^2 - (2n-3)^2 \equiv 24n$ for all values of $n$.
β Exam Questions
Expand $-4(3x - 2)$.
Mark scheme:
B1: $-12x + 8$ (both terms correct, accept $8 - 12x$)
Expand and simplify $(2x + 5)(2x - 5)$.
Mark scheme:
M1: Attempt to expand β at least 3 correct terms seen, e.g. $4x^2 - 10x + 10x - 25$
A1: $4x^2 - 25$ (cao, must be simplified β recognise DOTS)
Factorise fully $12x^2y - 8xy^2$.
Mark scheme:
M1: Identifies $4xy$ as the HCF or shows partial factorisation e.g. $4(3x^2y - 2xy^2)$
M1: Correct structure of factorisation with $xy$ taken out
A1: $4xy(3x-2y)$ β both factors correct
Factorise $3x^2 - 7x - 6$.
Mark scheme:
M1: Uses ac method β $ac = 3 \times (-6) = -18$; attempts to find $p+q=-7$, $pq=-18$
M1: Correctly identifies $p=2$, $q=-9$ and splits: $3x^2 + 2x - 9x - 6$
A1: $(3x+2)(x-3)$ β both brackets correct. Accept $(x-3)(3x+2)$.
Simplify fully $\dfrac{x^2 - x - 12}{x^2 - 16}$.
Mark scheme:
M1: Factorise numerator β finds two numbers with product $-12$ and sum $-1$: $(-4)(3)$ β $(x-4)(x+3)$
M1: Factorise denominator using DOTS β $x^2-16=(x+4)(x-4)$
M1: Cancel common factor $(x-4)$
A1: $\dfrac{x+3}{x+4}$ (cao, fully simplified)
(a) Expand and simplify $(x+1)(x-2)(x+4)$. [3]
(b) Hence, or otherwise, prove that $(x+1)(x-2)(x+4) + 8 \equiv x(x^2 + 3x - 2)$ is false, and find the correct constant $k$ such that $(x+1)(x-2)(x+4) + k \equiv x(x^2+3x-2)$. [3]
$(x+1)(x-2) = x^2 - x - 2$
$(x^2-x-2)(x+4) = x^3+4x^2-x^2-4x-2x-8 = x^3+3x^2-6x-8$
Part (b):
LHS with $k=8$: $x^3+3x^2-6x-8+8 = x^3+3x^2-6x$
RHS: $x(x^2+3x-2) = x^3+3x^2-2x$
These are not equal ($-6x \neq -2x$), so $k=8$ is incorrect.
For equality: $x^3+3x^2-6x+k = x^3+3x^2-2x$ β $-6x+k = -2x$ β $k = 4x$ β but $k$ must be a constant, so no constant $k$ makes them identically equal. (Award marks for showing the contradiction clearly.)
Mark scheme:
M1 A1 A1 for part (a); M1 for comparing expansions, M1 for identifying discrepancy, A1 for conclusion with justification.
β Grade 9 Model Answers
$(2n+1)^2 = 4n^2 + 4n + 1$
$= 4n^2 + 12n + 9 - 4n^2 - 4n - 1$
$= 8n + 8$
Since $n$ is an integer, $(n+1)$ is also an integer. Therefore $8(n+1)$ is always a multiple of 8. β
Why Each Part Earns Marks
| Step | What Was Done | Marks Earned |
|---|---|---|
| 1 | General consecutive odd numbers defined as $2n+1$ and $2n+3$ | M1 β correct algebraic representation |
| 2 | Both squares correctly expanded using $(a+b)^2 = a^2+2ab+b^2$ | M1 β correct expansions |
| 3 | Subtraction carried out with correct signs throughout | M1 β correct difference |
| 4 | Result written as $8(n+1)$ and conclusion stated explicitly | A1 β fully factoried with conclusion |
π Revision Sheet
| Term | Meaning |
|---|---|
| Expand | Remove brackets by multiplying |
| Factorise | Write as a product of factors |
| HCF | Highest common factor |
| DOTS | Difference of two squares |
| Identity (β‘) | True for all values |
| ac method | Split middle term for $a \neq 1$ |
- $a(b+c) = ab+ac$
- $(a+b)^2 = a^2+2ab+b^2$
- $(a-b)^2 = a^2-2ab+b^2$
- $(a+b)(a-b) = a^2-b^2$
- $(x+p)(x+q) = x^2+(p+q)x+pq$
- ac: $pq=ac$, $p+q=b$
- FOIL: First, Outer, Inner, Last
- SquareβDoubleβSquare for $(a\pm b)^2$
- DOTS: no middle term = difference of squares
- Signs in DOTS: one plus, one minus
- ac: always multiply $a \times c$, not $a \times b$
- Triple bracket: always two stages
- Always re-expand to check your factorisation
- Factorise fully β take out the HCF first
- $(a+b)^2 \neq a^2+b^2$ β include $2ab$
- In proofs, never assume what you're proving
- Cancel factors not terms in fractions
- Final term of perfect square is always $+b^2$
π Flashcards
Click a card to reveal the answer.
β Common Mistakes
Why marks lost: The $2ab$ term is missing β this is a fundamental error that loses all marks on an identity question.
Correct: $(x+5)^2 = x^2 + 10x + 25$. Use the rule: square first, double the product, square last.
Why marks lost: $-2 \times (-3)$ is $+6$, not $-6$. Sign errors cause knock-on mistakes in subsequent working.
Correct: $-2(x-3) = -2x + 6$. Always multiply the sign as well as the coefficient.
Why marks lost: The instruction "factorise fully" requires the HCF, not just a common factor. This scores 1 out of 2 at best.
Correct: $12x^2 + 8x = 4x(3x + 2)$ β both the numerical HCF and the variable factor $x$ are extracted.
Why marks lost: You can only cancel common factors β things multiplied. Here, you must first write $\dfrac{x(x+6)}{x} = x+6$.
Correct: Factorise the numerator first, then cancel the factor.
Why marks lost: This gives completely wrong factor pairs, leading to an incorrect factorisation.
Correct: In $ax^2 + bx + c$, multiply the first and last coefficients: $a \times c$.
Why marks lost: Every term of the quadratic must multiply every term of the linear factor β a systematic approach (grid or column) prevents missing terms.
Correct: Set out the multiplication clearly: each of the 3 terms of the quadratic by each of the 2 terms of the bracket = 6 individual products.
β Final Checklist
Click each item to mark it complete.
- I can expand a single bracket, including with a negative multiplier
- I can expand double brackets using FOIL or the grid method
- I can apply $(a+b)^2 = a^2+2ab+b^2$ without expanding from scratch
- I can apply $(a-b)^2 = a^2-2ab+b^2$ and know the last term is always $+b^2$
- I can recognise and apply the difference of two squares $(a+b)(a-b)=a^2-b^2$
- I can expand three brackets in two stages to get a cubic
- I can factorise by taking out the highest common factor fully
- I can factorise $x^2+bx+c$ by finding a factor pair with correct product and sum
- I can factorise $ax^2+bx+c$ ($a \neq 1$) using the ac method
- I can recognise and factorise a difference of two squares expression
- I can verify any factorisation by re-expanding
- I can simplify an algebraic fraction by factorising numerator and denominator
- I can construct an algebraic proof using expanding and factorising
- I know the difference between an equation (=) and an identity (β‘)
- I can spot and avoid the six most common errors in this topic