Substitution
The moment a variable receives a value, algebra becomes arithmetic — and the answer becomes real.
What Is Substitution?
Substitution is the process of replacing a variable with a specific numerical value and then evaluating the resulting arithmetic expression. It is how algebraic formulas are put to work — every engineering calculation, every physics equation, every financial formula operates through substitution.
Given: x = 3, y = −2
The Bracket Rule — Why It Matters
Always place substituted values in brackets before evaluating. This is not optional — it is the mechanism that prevents sign errors and order-of-operations mistakes, especially with negative values and powers.
Substitute x = −3 into x²:
x² = −3² = −9 ✗ Wrong!
Without brackets, BODMAS applies the exponent before the negative sign.
Substitute x = −3 into x²:
x² = (−3)² = 9 ✓ Correct
Brackets force the negative into the base before the exponent applies.
Every time you substitute, write the value in round brackets first — even for positive integers. The habit takes one second and eliminates an entire class of errors that costs marks at every level of mathematics.
Single-Variable Substitution
Multi-Variable Substitution
When expressions contain more than one variable, substitute all values simultaneously — write every replacement before evaluating any of it.
Substitution into Real-World Formulas
Science and engineering express their laws as algebraic formulas. Substitution is the action that turns a formula into a specific result.
| Area of a triangle | A = ½bh | b = base, h = height |
| Kinetic energy | KE = ½mv² | m = mass, v = velocity |
| Distance-speed-time | d = vt | v = speed, t = time |
| Celsius to Fahrenheit | F = (9/5)C + 32 | C = degrees Celsius |
| Simple interest | I = PRT/100 | P = principal, R = rate, T = time |
Common Substitution Errors
| Expression | x = −3 | Wrong | Correct | Error |
|---|---|---|---|---|
| x² | −9 | 9 | Missing brackets on negative base | |
| 2x² | −18 | 18 | Applying exponent to −3 without brackets: 2(−3)² = 2(9) = 18 | |
| −x | −3 | 3 | −(−3) = +3, not −3 | |
| x + 2 | 32 | −1 | Writing x = −3 as 3, losing the negative sign entirely |
When the expression has a minus sign and the substituted value is negative, the two negatives combine to give positive. This surprises students every time:
Expression: −x | x = −5
Result: −(−5) = +5
The expression “the negative of x” becomes “the negative of negative five” — which is positive five.
Practice Set
Lesson Checklist
- Replace variables with given values using the bracket-first habit
- Evaluate the resulting expression correctly using BODMAS
- Handle negative substituted values, especially in powers and products
- Substitute into expressions with multiple variables simultaneously
- Apply substitution to real-world formulas from science and finance
- Identify double-negative situations and resolve them correctly
- Work backwards: find an unknown constant given a target output value
Translate real-world situations and word problems into algebraic expressions — the reverse direction of substitution, and the gateway to solving equations.