The Subject of a Formula
What Exactly is the Subject of a Formula?
Think of a formula as a sentence that describes a relationship between different quantities. The subject of a formula is the variable that the formula is "talking about" or solving for. It is the variable that is by itself on one side of the equals sign, with every other variable and number on the other side.
For example, in the formula for the area of a rectangle, $A = l \times w$, the subject is $A$ (area). The formula is explicitly written to calculate the area. But what if you know the area and the length, and you need to find the width? You would need to rearrange the formula to make $w$ the new subject. The ability to change the subject of a formula is like having a universal key that unlocks the value of any variable in an equation.
The Golden Rule: Using Inverse Operations
Rearranging formulas is based on one core principle: whatever you do to one side of the equation, you must do to the other. This keeps the equation balanced, like a perfectly balanced scale. To move terms from one side to the other, you use their inverse operations.
| Operation | Inverse Operation | Example |
|---|---|---|
| Addition $(+)$ | Subtraction $(-)$ | $x + 5 = 9$ becomes $x = 9 - 5$ |
| Subtraction $(-)$ | Addition $(+)$ | $x - 3 = 7$ becomes $x = 7 + 3$ |
| Multiplication $(\times)$ | Division $(\div)$ | $3x = 12$ becomes $x = 12 \div 3$ |
| Division $(\div)$ | Multiplication $(\times)$ | $x \div 4 = 2$ becomes $x = 2 \times 4$ |
| Square $(^2)$ | Square Root $(\sqrt{})$ | $x^2 = 25$ becomes $x = \sqrt{25}$ |
The general strategy is to undo the operations that are being applied to the variable you want to make the subject. You do this in the reverse order of the standard BODMAS[1] rule (Brackets, Orders, Division/Multiplication, Addition/Subtraction). Think of it as "peeling an onion," removing the outermost layers first.
Step-by-Step: Changing the Subject from Simple to Complex
Let's walk through the process with examples of increasing difficulty.
Example 1: A One-Step Change
Make $x$ the subject of $y = x + 10$.
$x$ has $10$ added to it. The inverse of addition is subtraction. Subtract $10$ from both sides:
$y - 10 = x + 10 - 10$
$y - 10 = x$
We now have $x$ as the subject: $x = y - 10$.
Example 2: A Two-Step Change
Make $x$ the subject of $y = 4x - 7$.
First, $x$ is multiplied by $4$, and then $7$ is subtracted. We undo in reverse order.
Step 1: Undo the subtraction by adding $7$ to both sides: $y + 7 = 4x$.
Step 2: Undo the multiplication by dividing both sides by $4$: $\frac{y + 7}{4} = x$.
The new formula with $x$ as the subject is $x = \frac{y + 7}{4}$.
Example 3: Dealing with Fractions and Squares
Make $r$ the subject of the formula for the area of a circle, $A = \pi r^2$.
$r$ is first squared and then multiplied by $\pi$. We undo in reverse.
Step 1: Undo the multiplication by $\pi$ by dividing both sides by $\pi$: $\frac{A}{\pi} = r^2$.
Step 2: Undo the squaring by taking the square root of both sides: $\sqrt{\frac{A}{\pi}} = r$.
The new formula is $r = \sqrt{\frac{A}{\pi}}$. Now you can find the radius if you know the area!
Example 4: When the Subject Appears More Than Once
Make $x$ the subject of $y = \frac{x + 2}{x - 1}$. This is more advanced.
When the subject appears in multiple terms, you need to collect them together.
Step 1: Multiply both sides by the denominator $(x - 1)$ to eliminate the fraction: $y(x - 1) = x + 2$.
Step 2: Expand the bracket: $yx - y = x + 2$.
Step 3: Get all terms with $x$ on one side. Subtract $x$ from both sides: $yx - y - x = 2$.
Step 4: Add $y$ to both sides to move the non-$x$ terms: $yx - x = 2 + y$.
Step 5: Factor out $x$ on the left side: $x(y - 1) = 2 + y$.
Step 6: Divide both sides by $(y - 1)$ to isolate $x$: $x = \frac{2 + y}{y - 1}$.
Real-World Applications: Why Changing the Subject Matters
This skill is not just an abstract math exercise; it is used constantly in science, technology, and daily life.
In Physics:
- The formula for speed is $s = \frac{d}{t}$, where $s$ is speed, $d$ is distance, and $t$ is time. If you need to find the time for a journey, you rearrange to make $t$ the subject: $t = \frac{d}{s}$.
- Ohm's Law in electronics is $V = IR$ (Voltage = Current $\times$ Resistance). To find the resistance $R$, you rearrange to $R = \frac{V}{I}$.
In Geometry:
- The formula for the volume of a cone is $V = \frac{1}{3}\pi r^2 h$. If you know the volume and the height and need to find the radius, you would rearrange to $r = \sqrt{\frac{3V}{\pi h}}$.
In Finance:
- The formula for simple interest is $I = PRT$ (Interest = Principal $\times$ Rate $\times$ Time). To find out how long you need to invest your money, you would make $T$ the subject: $T = \frac{I}{PR}$.
Common Mistakes and Important Questions
Q: What is the most common error when changing the subject of a formula?
The most common error is not applying the inverse operation to the entire side of the equation. For example, in $y = 3x + 6$, to isolate $3x$, you subtract $6$ from both sides, giving $y - 6 = 3x$. A common mistake is to write $y - 6 = 3x + 6 - 6$ incorrectly or to only subtract the $6$ from one term on the left if there were multiple terms. Always remember the golden rule: what you do to one side, you must do to the entire other side.
Q: When dealing with a formula like $v = u + at$, does the order of rearrangement matter?
Yes, the order matters because you must follow the reverse order of operations (BODMAS). In $v = u + at$, the variable $a$ is multiplied by $t$ first, and then $u$ is added to that product. To make $a$ the subject, you must first undo the addition of $u$ by subtracting $u$ from both sides: $v - u = at$. Then, you undo the multiplication by $t$ by dividing both sides by $t$: $a = \frac{v - u}{t}$. If you tried to divide first, you would get an incorrect and messy result.
Q: How do you handle formulas where the subject is in the denominator, like $I = \frac{V}{R}$?
A great strategy is to first multiply both sides by the denominator to "bring it up." To make $R$ the subject of $I = \frac{V}{R}$, multiply both sides by $R$: $I \times R = V$. Then, to isolate $R$, divide both sides by $I$: $R = \frac{V}{I}$. The key is to get the subject out of the denominator as your first step.
Mastering the skill of changing the subject of a formula transforms you from a passive user of equations into an active problem-solver. It empowers you to take any given relationship and manipulate it to find the specific quantity you need. By consistently applying the principle of inverse operations and maintaining the balance of the equation, you can tackle formulas of any complexity. This foundational algebraic skill opens doors to deeper understanding in mathematics, all the sciences, and beyond, proving that flexibility in thinking is just as important as knowing the formulas themselves.
Footnote
[1] BODMAS: An acronym for the order of operations in mathematics: Brackets, Orders (like powers and square roots), Division, Multiplication, Addition, Subtraction. In some countries, this is known as PEMDAS (Parentheses, Exponents, Multiplication, Division, Addition, Subtraction). When rearranging a formula to change the subject, you typically work in the reverse order of BODMAS.
