Rearranging Formulae

The area of a circle is A = \pi r^2. That formula is built to answer one question: "I know the radius — what's the area?" But real life loves to hand you the problem the other way round. A gardener knows the circular flower bed covers 12 m² and needs the radius to buy edging. A formula written for A now has to give up r instead.

That is rearranging a formula — also called changing the subject. The letter standing alone is the subject; here it is A. To make r the subject you rewrite the formula so it is the one sitting alone. And the wonderful part: you already know every move. It is the exact same balance-scale logic you use when solving two-step equations — do the same thing to both sides — only now the "numbers" are letters.

The method: undo, in reverse, on both sides

Treat every other letter as if it were an ordinary number, and peel away whatever is done to your target letter — one inverse operation at a time, undoing the last thing first. Multiplied? Divide. Added? Subtract. Squared? Take the square root.

To make r the subject of the circumference formula C = 2\pi r: the r has been multiplied by 2\pi, so divide both sides by 2\pi:

C = 2\pi r \quad\Longrightarrow\quad r = \frac{C}{2\pi}

It is substitution in reverse: instead of feeding numbers in, you keep the letters and isolate the one you want.

See it rearranged

Watch v = u + at become a = \dfrac{v - u}{t}, one inverse move per step: first undo the +\,u, then undo the \times\,t. Step through it.

Worked example 1 — make a the subject of v = u + at

This is a real physics formula: final speed v equals starting speed u plus acceleration a times time t. Suppose you want the acceleration.

a = \frac{v - u}{t}

Notice the answer is a formula, not a number — exactly what we wanted.

Worked example 2 — make r the subject of A = \pi r^2

Back to the gardener's flower bed. Here r is squared, so undoing needs one extra move.

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

For the 12 m² bed: r = \sqrt{12/\pi} \approx 1.95 m. (A radius can't be negative, so we keep the positive root — more on that below.)

Worked example 3 — the subject is trapped inside a bracket

Sometimes the letter you want is buried. Make C the subject of the Fahrenheit formula F = \tfrac{9}{5}C + 32.

C = \frac{5}{9}\left(F - 32\right)

Multiplying by a fraction is just "divide by 9, times 5" — the same balancing move as always.

Because one formula quietly contains many. Take the speed relationship d = st (distance = speed × time). Rearrange it and you get s = \dfrac{d}{t} to find a speed from a journey, or t = \dfrac{d}{s} to work out how long a trip will take. Same formula, three tools — whichever quantity is the unknown, you re-solve for it.

This is algebra's "one formula, many uses" superpower, and it runs the modern world. A physicist re-solves E = mc^2 for mass; a spreadsheet user re-solves a mortgage formula for the monthly payment; a programmer re-solves a physics equation for whichever variable the game needs this frame. Learn to rearrange, and every formula you meet becomes a whole family of them.

See it explained

Sal Khan solves a formula for one of its letters by doing the same to both sides.