Manipulate Expressions
Manipulating expressions involves rewriting mathematical expressions in different but equivalent forms using algebraic properties. This process includes expanding brackets, factoring terms, and isolating variables through inverse operations. The fundamental principle maintains that whatever operation is performed on one side of an equation must also be performed on the other side.
Why it matters
Expression manipulation forms the foundation for solving real-world problems across multiple fields. Engineers use these techniques to rearrange formulas like P = IV (power equals current times voltage) to find unknown values in electrical circuits. Financial analysts manipulate compound interest formulas to determine investment growth over time periods of 5, 10, or 20 years. In physics, manipulating F = ma allows scientists to calculate acceleration when force and mass are known. Medical dosage calculations require manipulating expressions to determine proper medication amounts based on patient weight and treatment duration. These skills appear throughout algebra coursework and are essential for success in calculus, where expression manipulation becomes increasingly complex with derivatives and integrals.
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 + 8 = 12
Answer: x = 4
- Subtract 8 from both sides → x = 12 − 8 — To isolate x, subtract 8 from both sides.
- Calculate → x = 4 — 12 − 8 = 4.
Make x the subject: 6x = 60
Answer: x = 10
- Divide both sides by 6 → x = 606 — To isolate x, divide both sides by the coefficient 6.
- Calculate → x = 10 — 60 ÷ 6 = 10.
Make y the subject: 2y − 12 = 6
Answer: y = 9
- Add 12 to both sides → 2y = 18 — Undo the subtraction by adding 12.
- Divide both sides by 2 → y = 9 — 18 ÷ 2 = 9.
Common mistakes
- When expanding 3(x + 4), writing 3x + 4 instead of 3x + 12 by forgetting to multiply both terms inside the bracket.
- In factoring 6x + 9, incorrectly writing 2(3x + 3) instead of 3(2x + 3) by choosing the wrong common factor.
- When isolating x from 2x + 5 = 11, subtracting 5 from only the right side to get 2x = 6 instead of properly subtracting from both sides to get 2x = 6.