Manipulate Expressions
Manipulating expressions involves systematically rearranging algebraic statements using inverse operations and algebraic rules to isolate variables or change their form. This fundamental skill encompasses expanding brackets, factorising polynomials, and rearranging formulae to make different variables the subject. The process requires applying operations equally to both sides of equations whilst maintaining mathematical balance.
Why it matters
Expression manipulation forms the backbone of advanced mathematics and appears throughout GCSE and A-level courses. Engineers use these techniques when rearranging formulae like V = IR to find resistance R = V/I in electrical circuits. Economists manipulate profit equations P = R - C to isolate revenue R = P + C when analysing business performance. In Year 8, students expand double brackets like (x + 3)(x + 5) = x² + 8x + 15, whilst Year 9 pupils rearrange formulae such as changing v = u + at to find acceleration a = (v - u)/t. Physics students frequently manipulate kinematic equations, and A-level mathematics requires partial fraction decomposition for integration. The skill appears in real contexts from calculating mortgage payments to determining medication dosages based on body weight.
How to solve manipulate expressions
Expanding & Factoring
- Expand single bracket: a(b + c) = ab + ac.
- Expand double brackets: (a+b)(c+d) = ac + ad + bc + bd (FOIL).
- Factorise: find the HCF of all terms and write outside the bracket.
- Factorise quadratics: find two numbers that multiply to c and add to b.
Example: Expand 3(x + 4) = 3x + 12. Factor 6x + 9 = 3(2x + 3).
Worked examples
Make x the subject: x + 5 = 17
Answer: x = 12
- Subtract 5 from both sides → x = 17 − 5 — To isolate x, subtract 5 from both sides.
- Calculate → x = 12 — 17 − 5 = 12.
Make x the subject: 8x = 40
Answer: x = 5
- Divide both sides by 8 → x = 408 — To isolate x, divide both sides by the coefficient 8.
- Calculate → x = 5 — 40 ÷ 8 = 5.
Make x the subject: 2x − 11 = -7
Answer: x = 2
- Add 11 to both sides → 2x = 4 — Undo the subtraction by adding 11.
- Divide both sides by 2 → x = 2 — 4 ÷ 2 = 2.
Common mistakes
- When expanding 3(x + 4), writing 3x + 4 instead of 3x + 12 by forgetting to multiply the constant term by 3.
- In rearranging 2x + 5 = 13, subtracting 5 from only one side to get 2x = 13 instead of correctly obtaining 2x = 8.
- When factorising 6x + 9, writing 2(3x + 9) instead of 3(2x + 3) by not finding the highest common factor correctly.