What Is a Formula?
A formula is a rule — written in mathematical symbols — that shows how two or more quantities relate to one another, so that knowing some of them lets you work out the rest. It almost always contains an equals sign, at least two quantities, and the operations that connect them. The area of a rectangle, $A = l \times w$, is a formula: give it a length and a width, and it returns the area.
The quantities in a formula are usually variables — letters standing for values that can change, like the $l$ and $w$ above. The whole point of a formula is generality: $A = l \times w$ is true for a stamp and for a football pitch, so you write it once and reuse it forever. For more on the letters themselves, see our guide to the variable in math.
What Is the Difference Between a Formula and an Equation?
Is a formula the same as an equation? Not quite, and the difference is worth getting straight because it trips up almost everyone. Both use an equals sign — but they do different jobs.
An equation is a statement that two expressions are equal, often with one unknown to solve for. $x + 2 = 6$ is an equation; you solve it and get $x = 4$.
A formula is a general rule relating two or more quantities, built to be reused with different values. $A = l \times w$ is a formula; you do not "solve" it once — you feed it numbers again and again.
Put simply: every formula is an equation, but not every equation is a formula. A formula is the special kind of equation that stays useful after you have used it. For more on equations on their own, see equation in math.
Formula | Equation | |
|---|---|---|
Purpose | A reusable rule | A statement to solve |
Variables | Two or more | Often one unknown |
Example | $A = l \times w$ | $x + 2 = 6$ |
After use | Reuse with new values | Solved once |
Examples of Formulas
The set below moves from a one-step plug-in to rearranging a formula and applying one in a real budget — the same span of cases the strongest competitor pages demonstrate. Read each problem first.
Example 1
Use the rectangle-area formula $A = l \times w$ to find the area when $l = 7$ and $w = 3$.
Substitute the values:
$$A = 7 \times 3 = 21 \text{ square units}$$
The area is 21 square units. This is the core move with any formula: replace the letters with known numbers, then compute.
Example 2
This is the slip that costs the most marks, so it is worth taking the wrong road first.
A square has perimeter $28$ cm. Use a formula to find the length of one side.
The tempting wrong move. A student remembers "perimeter is four times the side," writes $P = 4s$, and then — rushing — multiplies: $28 \times 4 = 112$. They report the side as $112$ cm.
Why it breaks. A side longer than the whole perimeter is impossible; one side cannot exceed the distance all the way around. The error was using the formula in the wrong direction — multiplying when the unknown calls for dividing.
The correct method. The formula is $P = 4s$. Here $P$ is known and $s$ is unknown, so rearrange to make $s$ the subject:
$$s = \frac{P}{4} = \frac{28}{4} = 7 \text{ cm}$$
Each side is 7 cm. Check: $4 \times 7 = 28$, the given perimeter.
Example 3
The area of a circle is $A = \pi r^2$. Find the area when $r = 5$ (use $\pi \approx 3.14$).
Square the radius first, then multiply:
$$A = \pi \times 5^2 = 3.14 \times 25 = 78.5 \text{ square units}$$
The order matters — exponents before multiplication. The $\pi$ here is a constant, a fixed number, not a variable you choose.
Example 4
Rearrange the speed formula $d = s \times t$ to make time $t$ the subject.
A formula can be reorganised to solve for whichever quantity you need. Divide both sides by $s$:
$$t = \frac{d}{s}$$
Now the same relationship answers "how long did the trip take?" instead of "how far did I travel?" One formula, read three different ways depending on what is unknown.
Example 5
A taxi charges a $$3$ base fare plus $$2$ per kilometre. Write a formula for the total cost $C$ over $d$ kilometres, then find the cost of a $6$ km trip.
Translate the words into symbols — base fare plus rate times distance:
$$C = 2d + 3$$
Then substitute $d = 6$:
$$C = 2 \times 6 + 3 = 15$$
The trip costs $$15$. Notice the formula has a variable input ($d$, the distance you travel — the independent variable) and a fixed constant (the $$3$ base fare).
Example 6
The formula $F = \frac{9}{5}C + 32$ converts Celsius to Fahrenheit. Convert $20°$C.
Multiply, then add:
$$F = \frac{9}{5} \times 20 + 32 = 36 + 32 = 68$$
So $20°$C is $68°$F. This formula relates two temperature scales — a rule that lets a weather app show either reading from a single measurement.
Why Formulas Matter
"Written once, used everywhere."
A formula is not a thing to memorise for its own sake. It is compression: a relationship that would otherwise have to be rediscovered every single time gets written down once and handed to everyone who comes after. That is why formulas show up far beyond the math classroom.
Here is where formulas reach — the destination worth seeing early:
Engineering and physics. A bridge's load capacity, a rocket's thrust, a circuit's current — each is governed by a formula relating measurable quantities. Newton's $F = ma$ and Einstein's $E = mc^2$ are formulas compact enough to fit on a T-shirt and powerful enough to redirect a century of science.
Geometry. Area, perimeter, volume, and surface area are all formulas relating a shape's dimensions to a quantity you cannot easily count by hand.
Money and everyday life. Compound interest, a recipe scaled up for more guests, a budget, a phone bill with a base charge plus per-unit cost — all are formulas. You use them whether or not you call them that.
Spreadsheets and code. Every spreadsheet cell that computes from other cells holds a formula; every line of code that calculates a value is one too.
The reason a formula is worth more than a single answer: an answer solves one problem, a formula solves a whole family of them. That generality is the same leap that turned arithmetic into algebra. A formula is built from an algebraic expression set equal to a quantity — which is why fluency with expressions makes formulas feel natural rather than memorised.
Common Errors When Working With Formulas
Mistake 1: Using the formula in the wrong direction
Where it slips in: A formula like $P = 4s$ is given, but the unknown is $s$, not $P$.
Don't do this: Multiply when the unknown requires you to divide — reporting a side of $112$ cm for a $28$ cm perimeter.
The correct way: Rearrange first so the unknown is alone on one side, then substitute. $s = P / 4 = 7$ cm.
Mistake 2: Ignoring the order of operations
Where it slips in: Formulas with both an exponent and a multiplication, like $A = \pi r^2$.
Don't do this: Multiply $\pi$ by $r$ first and then square — treating $\pi r^2$ as $(\pi r)^2$.
The correct way: Square $r$ first, then multiply by $\pi$. For $r = 5$: $5^2 = 25$, then $3.14 \times 25 = 78.5$.
Mistake 3: Substituting values into the wrong variables
Where it slips in: A formula with several letters, like $d = s \times t$, where it is easy to put the time in for the speed.
Don't do this: Plug a number into whichever letter you reach first without checking what it stands for.
The correct way: Write down what each variable means before substituting. Match the number to the quantity, not to the nearest letter.
The Short Version
A formula is a rule, written in symbols, that relates two or more quantities so you can compute one from the rest.
Every formula is an equation, but not every equation is a formula — a formula is the reusable, general kind.
Substitute known values for the matching variables, mind the order of operations, and rearrange first when the unknown is buried.
Formulas appear everywhere: geometry, physics, money, recipes, spreadsheets, and code.
The wrong-direction and wrong-units errors cause the most damage — match every number to the variable it belongs to.
Try These Three Before Moving On
Work through these, then check against the article.
Use $A = \frac{1}{2}bh$ to find the area of a triangle with base $10$ and height $6$.
The formula $C = 2\pi r$ gives a circle's circumference. Rearrange it to make $r$ the subject.
A gym charges a $$20$ joining fee plus $$15$ per month. Write a formula for the total cost $C$ after $m$ months, then find the cost after $4$ months.
If problem 2 stalled you, reread Example 4 — making a variable the subject is the same move every time. Want a live Bhanzu trainer to walk through more formula problems with your child? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content