What "the subject" means
The subject of a formula is the letter on its own, usually to the left of the equals sign. In \(y = 3x + 4\) the subject is \(y\). Changing the subject to \(x\) means rearranging until it reads \(x = \ldots\).
- Subject of a formula
- The variable that stands alone on one side, expressed in terms of all the others.
The golden rule is balance: whatever you do to one side of the equals sign, you must do to the other. That keeps the two sides equal at every step.
Working with inverse operations
To free a letter, peel away everything attached to it using the inverse, the operation that undoes it. Addition is undone by subtraction, multiplication by division, and so on.
Make \(x\) the subject of \(y = 3x + 4\).
Divide the whole side, not just one term
When you divide by \(3\), the entire left side becomes \(\dfrac{y - 4}{3}\). Writing \(y - \dfrac{4}{3}\) instead splits the side up and changes its value.
When the subject is multiplied
If the letter you want is multiplied by something, divide it out. If it is inside a product like \(2 \pi r\), divide by the whole coefficient in front of it.
Make \(r\) the subject of \(C = 2 \pi r\).
Order of undoing
Undo operations in the reverse order they were applied, the same way you take off a coat before a jumper. Deal with terms added or subtracted first, then the multiplying or dividing.
| Formula | Make subject | Result |
|---|---|---|
| \(v = u + at\) | \(t\) | \(t = \dfrac{v - u}{a}\) |
| \(P = 2a + 2b\) | \(a\) | \(a = \dfrac{P - 2b}{2}\) |
| \(A = \tfrac{1}{2}bh\) | \(h\) | \(h = \dfrac{2A}{b}\) |
Check yourself
1. Make \(x\) the subject of \(y = 5x - 2\). +
Add \(2\) to both sides: \(y + 2 = 5x\). Divide by \(5\). Answer: \(x = \dfrac{y + 2}{5}\).
2. Make \(h\) the subject of \(A = \tfrac{1}{2}bh\). +
Multiply both sides by \(2\): \(2A = bh\). Divide by \(b\). Answer: \(h = \dfrac{2A}{b}\).
3. Make \(t\) the subject of \(v = u + at\). +
Subtract \(u\): \(v - u = at\). Divide by \(a\). Answer: \(t = \dfrac{v - u}{a}\).
Part of the Standard Maths library. Spotted an error or want a topic added? That feedback makes the notes better.