1. Expanding Single and Double Brackets
Expanding brackets means to multiply out the terms. For a single bracket, you multiply the term outside by everything inside. This is called the distributive law. For example, a(b +c) becomes ab + ac. For double brackets, like (a + b)(c + d), a useful method is FOIL: multiply the First terms (ac), Outer terms (ad), Inner terms (bc), and Last terms (bd). Then, collect any like terms to simplify. A special case is squaring a binomial, like (x + y)², which expands to x² + 2xy + y², not just x² + y².
a(b + c) = ab + ac
(a + b)(c + d) = ac + ad + bc + bd
(a + b)² = a² + 2ab + b²
(a - b)² = a² - 2ab + b²
Key term
Common pitfall
Worked example 12 marks
Expand and simplify 5x(3x - 7).
- 1
Multiply the term outside the bracket, 5x, by the first term inside, 3x.
- 2
5x * 3x = 15x²
- 3
Multiply the term outside, 5x, by the second term inside, -7.
- 4
5x * (-7) = -35x
- 5
Combine the results.
- 6
Answer: 15x² - 35x
Worked example 22 marks
Expand and simplify (y + 5)(y - 8).
- 1
Use the FOIL method.
- 2
First: y * y = y²
- 3
Outer: y * (-8) = -8y
- 4
Inner: 5 * y = 5y
- 5
Last: 5 * (-8) = -40
- 6
Combine the terms: y² - 8y + 5y - 40
- 7
Collect the like terms (-8y + 5y = -3y).
- 8
Answer: y² - 3y - 40
Worked example 33 marks
Expand and simplify (2x - 3)³.
- 1
First, expand (2x - 3)². This is (2x - 3)(2x - 3).
- 2
(2x)² + 2(2x)(-3) + (-3)² = 4x² - 12x + 9
- 3
Now, multiply this result by (2x - 3): (4x² - 12x + 9)(2x - 3)
- 4
Multiply every term in the first bracket by 2x: 2x(4x² - 12x + 9) = 8x³ - 24x² + 18x
- 5
Multiply every term in the first bracket by -3: -3(4x² - 12x + 9) = -12x² + 36x - 27
- 6
Combine the results: 8x³ - 24x² + 18x - 12x² + 36x - 27
- 7
Collect like terms: 8x³ + (-24x² - 12x²) + (18x + 36x) - 27
- 8
Answer: 8x³ - 36x² + 54x - 27
Recap
- To expand a single bracket, multiply the outside term by every term inside.
- Use the FOIL method for expanding double brackets: First, Outer, Inner, Last.
- Always collect like terms after expanding to simplify the expression.
- Remember the pattern for squared brackets: (a ± b)² = a² ± 2ab + b².
Quick check
- Expand 3(2x - 9).1 mark
- Expand (x + 2)(x + 5).2 marks