Expressions and Formulae
- Use algebraic vocabulary correctly: term, expression, equation, formula, identity
- Collect like terms and simplify expressions including index notation
- Substitute values into expressions and formulae accurately
- Form expressions and formulae from word descriptions and geometric contexts
- Change the subject of a formula including with powers and square roots
π Core Concepts
Algebraic Vocabulary
Before manipulating algebra, you must understand precisely what each word means. Examiners award marks for using the correct term β and lose marks for confusion between an equation and an identity.
Collecting Like Terms
Like terms share the exact same variable part (including powers). You can only add or subtract like terms β just as you can only add apples to apples. The coefficients change; the variable part stays the same.
Group like terms: $(5a^2b + 2a^2b) + (-3ab^2 + ab^2)$
$= 7a^2b - 2ab^2$
Note: $a^2b$ and $ab^2$ are not like terms because the powers on $a$ and $b$ differ.
Index Notation in Algebra
Indices (powers) appear constantly in algebra. Knowing the laws prevents the most common errors in simplification.
Substitution into Expressions and Formulae
Substitution means replacing a letter with a number. The golden rule: write the substituted expression fully before evaluating, and always use brackets when substituting negative values.
Numerator: $2(-2)^2 - 3(5) = 2(4) - 15 = 8 - 15 = -7$
Denominator: $(-2) + 5 = 3$
$p = \dfrac{-7}{3} = -2\tfrac{1}{3}$
Forming Expressions and Formulae
Many exam questions describe a real-world or geometric situation in words and ask you to write an algebraic expression or formula. The skill is translating language into algebra precisely.
Perimeter $= 2l + 2w = 2(3x+1) + 2(x-2) = 6x + 2 + 2x - 4 = 8x - 2$ cm.
Changing the Subject of a Formula
Changing the subject means rearranging a formula so a different variable is isolated on the left-hand side. The strategy is always to reverse the operations in reverse order, using inverse operations β like undoing knots from the outside in.
Divide both sides by $\pi$: $\dfrac{A}{\pi} = r^2$
Take square root: $r = \sqrt{\dfrac{A}{\pi}}$
Note: since $r$ is a length, we take the positive square root only.
Step 1 β Divide both sides by $2\pi$: $\dfrac{T}{2\pi} = \sqrt{\dfrac{l}{g}}$
Step 2 β Square both sides: $\dfrac{T^2}{4\pi^2} = \dfrac{l}{g}$
Step 3 β Multiply both sides by $g$: $l = \dfrac{gT^2}{4\pi^2}$
$ax - cx = d - b$
$x(a - c) = d - b$
$x = \dfrac{d - b}{a - c}$
πΊοΈ Visual Notes
& Formulae
- Term β single unit
- Expression β no = sign
- Equation β specific values
- Identity β‘ β all values
- Collect like terms only
- Same variable part required
- Index laws: add when multiply
- Coefficients multiply separately
- Replace letters with numbers
- Brackets around negatives
- Work numerator/denominator separately
- Show every step for marks
- Define variable first
- Translate words β operations
- Geometric contexts common
- No = sign in expression
- Isolate target variable
- Inverse operations, reverse order
- Square/square-root carefully
- Two occurrences β factorise
- Multiply β add powers
- Divide β subtract powers
- Power of power β multiply
- $a^0 = 1$, $a^{-n} = 1/a^n$
Comparing Algebraic Types
| Type | Has = sign? | True for⦠| Symbol | Example |
|---|---|---|---|---|
| Expression | No | N/A β not a statement | β | $3x^2 - 5x + 2$ |
| Equation | Yes | Specific value(s) | $=$ | $2x + 3 = 11$ |
| Formula | Yes | All valid inputs | $=$ | $A = \pi r^2$ |
| Identity | Yes | All values of variable | $\equiv$ | $x^2 - 1 \equiv (x+1)(x-1)$ |
Rearranging a Formula β Decision Flow
YES β Collect on one side & factorise
(move everything else to opposite side)
YES β take $\sqrt{\ }$ ; Is it under $\sqrt{}$? β square both sides
Target variable is now the subject
βοΈ Worked Examples
Group terms with $x$: $3x - 7x$
Constant: $+5$
$3x - 7x = -4x$
Simplified expression: $2x^2 - 4x + 5$
β Exam Questions
State whether $5(x + 2) = 5x + 10$ is an equation, an expression, or an identity. Give a reason.
Identity β β because $5(x + 2) \equiv 5x + 10$ holds for all values of $x$ (it is simply expanding the bracket). [1 mark: correct term with valid reason]
Simplify $3x^2y + 5xy^2 - x^2y + 2xy^2 - 4xy$.
$x^2y$ terms: $3x^2y - x^2y = 2x^2y$ β
$xy^2$ terms: $5xy^2 + 2xy^2 = 7xy^2$ β
$xy$ term: $-4xy$ (no like terms to combine)
Answer: $2x^2y + 7xy^2 - 4xy$
[1 mark for any two pairs collected correctly; 1 mark for fully correct final expression]
The formula for the surface area of a closed cylinder is $S = 2\pi r^2 + 2\pi r h$. Make $h$ the subject.
$S - 2\pi r^2 = 2\pi r h$ β (subtract $2\pi r^2$)
$\dfrac{S - 2\pi r^2}{2\pi r} = h$ β (divide by $2\pi r$)
Answer: $h = \dfrac{S - 2\pi r^2}{2\pi r}$ β
[1M subtract $2\pi r^2$; 1M divide by $2\pi r$; 1M correct final form]
A trapezium has parallel sides of length $a$ cm and $b$ cm, and height $h$ cm. The area formula is $A = \frac{1}{2}(a + b)h$.
(a) Make $b$ the subject. [2 marks]
(b) Given $A = 60$ cmΒ², $a = 8$ cm, $h = 6$ cm, find the value of $b$. [2 marks]
$2A = (a + b)h$ β
$\dfrac{2A}{h} = a + b$
$b = \dfrac{2A}{h} - a$ β
(b) Substituting:
$b = \dfrac{2(60)}{6} - 8 = 20 - 8 = 12$ ββ
Answer: $b = 12$ cm
[Part (a): 1M multiply by 2 and divide by $h$; 1M isolate $b$. Part (b): 1M correct substitution into rearranged formula; 1M correct value]
Given $s = ut + \dfrac{1}{2}at^2$, make $a$ the subject. [2 marks]
Hence find $a$ when $s = 84$ m, $u = 6$ m/s, $t = 4$ s. [2 marks]
$s - ut = \dfrac{1}{2}at^2$ β
$a = \dfrac{2(s - ut)}{t^2}$ β
Substituting:
$a = \dfrac{2(84 - 6 \times 4)}{4^2} = \dfrac{2(84 - 24)}{16} = \dfrac{2 \times 60}{16} = \dfrac{120}{16} = 7.5$ ββ
Answer: $a = 7.5$ m/sΒ²
[1M subtract $ut$; 1M multiply by 2 and divide by $t^2$; 1M correct substitution; 1M correct value]
Make $r$ the subject of $V = \dfrac{4}{3}\pi r^3$ [2 marks], then make $t$ the subject of $p = \dfrac{mt}{r + t}$ [4 marks].
$3V = 4\pi r^3$ β
$r^3 = \dfrac{3V}{4\pi}$ β
$r = \sqrt[3]{\dfrac{3V}{4\pi}}$
Part 2 β Make $t$ subject of $p = \dfrac{mt}{r+t}$:
$p(r + t) = mt$ β (multiply both sides by $(r+t)$)
$pr + pt = mt$ β (expand)
$pr = mt - pt$ β (collect $t$ terms)
$pr = t(m - p)$ β (factorise)
$t = \dfrac{pr}{m - p}$ β
[Part 1: 2 marks. Part 2: 1M multiply to clear fraction; 1M expand; 1M factorise; 1M divide to isolate $t$]
β Grade 9 Model Answers
Full Model Answer: Q6 (Part 2) β $t = \dfrac{pr}{m-p}$ from $p = \dfrac{mt}{r+t}$
This question tests three Grade 9 skills simultaneously: clearing a fraction, recognising that the target variable appears on both sides, and factorising to isolate it. Here is what a full-marks answer looks like.
Why this earns marks: you have cleared the fraction. Never try to cross-multiply unless it is truly a single fraction on each side.
Why: expanding reveals that $t$ now appears on both sides, which is the key difficulty of this question.
Why: subtracting $pt$ from both sides gathers the two $t$-terms together so they can be factorised.
Why: this is the crucial step. A common error is to write $t(m-p)$ incorrectly as $t \cdot m - p$ β you must factor out $t$ from every term.
Note: valid only when $m \neq p$. In an exam, you do not need to state this unless asked.
π Revision Sheet
| Term | Meaning |
|---|---|
| Term | Single algebraic unit (e.g. $5x$) |
| Expression | Terms combined; no $=$ sign |
| Equation | True for specific values only |
| Formula | Relationship between quantities |
| Identity $\equiv$ | True for ALL values |
| Subject | Variable alone on LHS |
Index Laws: $a^m \times a^n = a^{m+n}$
$a^m \div a^n = a^{m-n}$
$(a^m)^n = a^{mn}$
$a^0 = 1$; $a^{-n} = \dfrac{1}{a^n}$
SUVAT: $v = u + at$; $s = ut + \frac{1}{2}at^2$
Area of circle: $A = \pi r^2$; Sphere: $V = \frac{4}{3}\pi r^3$
Pendulum: $T = 2\pi\sqrt{\dfrac{l}{g}}$
- BELT: Brackets first, Expand, Like terms, Tidy β order for simplifying
- $\equiv$ = Eternal: identity is true forever (all values)
- BIRDCAGE: Brackets on negatives when substituting
- FOLD: Factorise Out when variable appears twice on Left & right-hand sides when Dividing
- Reverse onion: peel off outer operations first when rearranging
- Show every substitution step β method marks available
- Write $\equiv$ not $=$ when showing an identity
- For subject changes: write each new line clearly
- If target variable appears twice, you must factorise
- When taking square roots, consider if $\pm$ applies in context
- Define your variable if forming an expression from words
- Check your answer by substituting back into the original formula
π Flashcards
Click any card to reveal the answer. Use these for rapid recall practice.
β Common Mistakes
Why marks are lost: The equals sign implies this is only true for specific values. Examiners marking "prove the identity" questions specifically check for $\equiv$.
How to avoid: Whenever a result holds for all values of a variable, use $\equiv$. Ask yourself: "Is this true no matter what I substitute?" If yes, use $\equiv$.
Why marks are lost: $x^2$ and $x$ are different powers of $x$; they cannot be added. Students confuse "they both have $x$" with "they are the same term".
How to avoid: Write out the variable part fully: $x^2$ means $x \times x$; $x$ means $x \times 1$. They are structurally different. Like terms must match exactly.
Why marks are lost: $-3^2 = -(3^2) = -9$ due to order of operations. The correct answer is $(-3)^2 = 9$.
How to avoid: Always write brackets: $(-3)^2$. This is a strict rule β drill it until automatic.
Why marks are lost: Power of a power requires multiplication of indices: $(x^3)^4 = x^{3 \times 4} = x^{12}$.
How to avoid: Distinguish the two rules clearly. $x^3 \times x^4 = x^7$ (same base, multiply β ADD indices). $(x^3)^4 = x^{12}$ (power of a power β MULTIPLY indices).
Why marks are lost: The method mark is specifically for $x(a-b) = c$. Writing the answer without the factorisation step loses a mark even if the final answer is correct.
How to avoid: Always show $x(\ldots) = \ldots$ explicitly as a separate line. The examiner needs to see the factorisation.
Why marks are lost: When squaring both sides, you must square the entire side, not individual terms. $(\sqrt{x+1})^2 = x + 1$; $k^2$ is the result of squaring the right-hand side.
How to avoid: Think of each side as a single object in brackets: $(\sqrt{x+1})^2 = (k)^2$ gives $x + 1 = k^2$.
β Final Checklist
Click each item when you feel confident. Track your progress below.
- I can define: term, expression, equation, formula, identity
- I know when to use $\equiv$ versus $=$
- I can identify like terms including with multiple variables and indices
- I can collect like terms in expressions with three or more different term types
- I know all five index laws and can apply them to algebraic expressions
- I can substitute positive and negative values (with brackets) into expressions
- I can substitute values into complex formulae with fractions and powers
- I can form an expression from a word description, defining my variable first
- I can form expressions and formulae from geometric contexts (area, perimeter)
- I can change the subject of a formula using inverse operations
- I can rearrange formulae involving squares (e.g. $A = \pi r^2 \Rightarrow r = \sqrt{A/\pi}$)
- I can rearrange formulae involving square roots (e.g. $T = 2\pi\sqrt{l/g}$)
- I can rearrange when the target variable appears on both sides (factorise method)
- I can rearrange formulae involving fractions by clearing the denominator first
- I can verify a rearrangement by substituting numbers back into the original formula