Learn to change the subject of any formula using inverse operations, then substitute values with confidence.
Before we begin: The formula for the area of a rectangle is $A = l \\times w$. If you know the area and the width, how would you find the length? Write down your method.
Changing the subject of a formula is identical to solving an equation. The only difference: instead of finding a numerical answer, you express one variable in terms of the others. The same rules apply: whatever you do to one side, do to the other, and undo operations in reverse BIDMAS order.
$F = ma$ becomes $m = F/a$. Same steps, different goal.
Wrong: Rearranging $C = 2\\pi r$ to $r = \\frac{C}{2}$ and forgetting the $\\pi$.
Right: Divide by both $2$ and $\\pi$: $r = \\frac{C}{2\\pi}$. The entire product $2\\pi$ is multiplied by $r$.
Wrong: Taking the square root before isolating the squared term. In $A = \\pi r^2$, writing $r = \\sqrt{A} - \\pi$.
Right: First divide by $\\pi$, then take the square root: $r = \\sqrt{\\frac{A}{\\pi}}$.
To change the subject of a formula, treat it exactly like solving an equation. Identify the operations applied to the desired variable, then undo them in reverse BIDMAS order. The goal is to get that variable alone on one side.
$y = 3x + 5$: subtract 5, then divide by 3. $x = \\frac{y-5}{3}$.
When a variable has multiple operations applied to it, undo them in the reverse order of BIDMAS. Undo addition and subtraction first, then multiplication and division, then powers and roots. This keeps every step valid.
$P = 2a + 2b$: subtract $2a$, then divide by 2.
When the subject is squared (or cubed), you must isolate the squared term before taking the square root. Taking the root too early is one of the most common errors in formula rearrangement. And remember: a square root has two solutions, positive and negative.
$A = \\pi r^2$: divide by $\\pi$ first, then square root.
Once you have rearranged a formula, you can substitute known values to calculate the unknown. Rearrange first, substitute second. This is more reliable than trying to substitute into the original formula and then solving.
$A = lw$ → $w = A/l$ → $w = 48/8 = 6$ cm.
Watch Me Solve It · 3 examples
Brain Trainer · 4 problems
Four formulas to rearrange. Show each step clearly, then reveal the answer to check your working.
1 Make $x$ the subject of $y = 2x + 4$.
2 Make $a$ the subject of $v = u + at$.
3 Make $h$ the subject of $V = \\pi r^2 h$.
4 Make $b$ the subject of $P = 2(a + b)$.
Quick Check · 5 questions
Show Your Working · 3 questions
Q6. Make $h$ the subject of $V = \\pi r^2 h$ (volume of a cylinder). Then find $h$ when $V = 616$ cm³ and $r = 7$ cm. Use $\\pi = \\frac{22}{7}$.
Q7. Make $m$ the subject of $E = mc^2$. A nuclear reaction releases $E = 1.8 \\times 10^{14}$ joules of energy. If $c = 3 \\times 10^8$ m/s, calculate the mass $m$ that was converted to energy.
Q8. A car rental company uses the formula $C = 50 + 0.25d$ where $C$ is the total cost in dollars and $d$ is the distance driven in kilometres.
(a) Make $d$ the subject of the formula. (1 mark)
(b) A customer was charged $185. How many kilometres did they drive? (1 mark)
(c) Explain why this formula is a linear model and identify what the gradient and y-intercept represent in this context. (1 mark)
1. B -- Subtract 5: $y - 5 = 3x$. Divide by 3: $x = \frac{y-5}{3}$.
2. C -- Divide by $\pi$: $\frac{A}{\pi} = r^2$. Square root: $r = \sqrt{\frac{A}{\pi}}$.
3. B -- Subtract $u$: $v - u = at$. Divide by $t$: $a = \frac{v-u}{t}$.
4. C -- Subtract $2a$: $P - 2a = 2b$. Divide by 2: $b = \frac{P-2a}{2}$.
5. B -- Subtract 32: $F - 32 = \frac{9C}{5}$. Multiply by 5: $5(F-32) = 9C$. Divide by 9: $C = \frac{5(F-32)}{9}$.
Q6 (3 marks): Divide by $\\pi r^2$: $h = \\frac{V}{\\pi r^2}$ [1]. Substitute: $h = \\frac{616}{\\frac{22}{7} \\times 7^2} = \\frac{616}{22 \\times 7} = \\frac{616}{154} = 4$ cm [2].
Q7 (3 marks): $m = \\frac{E}{c^2}$ [1]. $m = \\frac{1.8 \\times 10^{14}}{(3 \\times 10^8)^2} = \\frac{1.8 \\times 10^{14}}{9 \\times 10^{16}} = 0.2 \\times 10^{-2} = 2 \\times 10^{-3}$ kg [2].
Q8 (3 marks): (a) $C = 50 + 0.25d$ → $C - 50 = 0.25d$ → $d = \frac{C-50}{0.25} = 4(C-50)$ [1]. (b) $d = 4(185-50) = 4 \times 135 = 540$ km [1]. (c) This is a linear model because $C$ changes at a constant rate with respect to $d$. The gradient (0.25) represents the cost per kilometre (25 cents per km). The y-intercept (50) represents the fixed base cost regardless of distance driven [1].
Make $t$ the subject of $s = ut + \\frac{1}{2}at^2$. This is a quadratic in $t$. Rearrange to standard form $at^2 + bt + c = 0$ and use the quadratic formula to solve for $t$. Show every step.
Rearrange: $s = ut + \\frac{1}{2}at^2$ → $\\frac{1}{2}at^2 + ut - s = 0$.
Multiply by 2: $at^2 + 2ut - 2s = 0$.
Use quadratic formula with $A = a$, $B = 2u$, $C = -2s$:
$t = \\frac{-2u \\pm \\sqrt{(2u)^2 - 4(a)(-2s)}}{2a} = \\frac{-2u \\pm \\sqrt{4u^2 + 8as}}{2a}$
$t = \\frac{-2u \\pm 2\\sqrt{u^2 + 2as}}{2a} = \\frac{-u \\pm \\sqrt{u^2 + 2as}}{a}$
Since time must be positive, we take the positive root: $t = \frac{-u + \sqrt{u^2 + 2as}}{a}$.
Every rule for solving applies to rearranging
Undo operations in the opposite order
Divide first, then take square roots
Get the formula right before plugging in numbers
Clear working earns method marks
Substitute back into the original formula
Practise changing the subject step by step with instant feedback. Try linear, fractional and power formulas.
Print or save as PDF — or build a custom worksheet from any module's questions.