Leave lesson

Algebra · Formulae & rearranging

1 / 9

Rearranging formulae

Why changing the subject is solving-an-equation in disguise, why operations must be undone in reverse order (onion peeling), and how fractions, squares and roots come apart.

Algebra · Formulae & rearranging

Rearranging formulae

Why changing the subject is solving-an-equation in disguise, why operations must be undone in reverse order (onion peeling), and how fractions, squares and roots come apart.

Why it works

"Make xx the subject" means: rewrite the formula as x=x = \ldots with xx appearing exactly once, alone. It's the same balance game as solving an equation — the only difference is that letters, not numbers, ride along. Every move is an inverse operation applied to both whole sides.

Peel the onion: last operation on, first operation off. In y=4x7y = 4x - 7, the xx was multiplied by 4 then had 7 subtracted. Undo in reverse: add 7 (y+7=4xy + 7 = 4x), then divide by 4:

x=y+74.x = \frac{y + 7}{4}.

The WHOLE side gets divided — y4+7\frac{y}{4} + 7 divides only one term and breaks the balance. The fraction bar is a bracket: (y+7)÷4(y + 7) \div 4.

Letters obey the same moves as numbers. v=u+atv = u + at: subtract uu, divide by aat=vuat = \frac{v - u}{a}. That aa is unknown changes nothing; the balance doesn't care what's riding on it.

Squares and roots are inverses of each other. A=πr2A = \pi r^2: divide by π\pi first, THEN take the square root of the whole side:

r=Aπ.r = \sqrt{\frac{A}{\pi}}.

The root must swallow everything — Aπ\frac{\sqrt{A}}{\pi} roots only the top, a different (wrong) formula. Going the other way, a root is undone by squaring the whole side: from T=2x5T = 2\sqrt{x} - 5, isolate the root FIRST (x=T+52\sqrt{x} = \frac{T+5}{2}), then square:

x=(T+5)24.x = \frac{(T + 5)^2}{4}.

Squaring before the root is alone drags the 5-5 and the 2 into the square and wrecks it — isolate, then invert.

Check by substituting a number. Put an easy value through the original and your rearrangement — if y=4x7y = 4x - 7 gives y=1y = 1 at x=2x = 2, then x=1+74=2x = \frac{1 + 7}{4} = 2 must come back. One number catches most slips.