You are viewing a free preview of this lesson.
Subscribe to unlock all 11 lessons in this course and every other course on LearningBro.
In algebra we use letters to represent unknown values or variables. This lesson covers the foundations of algebra for Edexcel GCSE Mathematics (1MA1): writing algebraic expressions, collecting like terms, substitution, and using the laws of indices in algebraic contexts.
| Term | Meaning | Example |
|---|---|---|
| Variable | A letter representing an unknown or changing value | x, y, n |
| Expression | A collection of terms (no equals sign) | 3x + 2y − 7 |
| Term | A single number, variable, or their product | 5x2, −3y, 7 |
| Coefficient | The number in front of a variable | In 5x2, the coefficient is 5 |
| Constant | A term with no variable — just a number | 7, −3 |
| Like terms | Terms with exactly the same variable parts | 3x and −5x; 2x2y and 7x2y |
| Equation | A statement that two expressions are equal | 3x + 1 = 10 |
| Formula | An equation showing the relationship between variables | A=πr2 |
When translating words into algebra, look for the mathematical operation hidden in the language.
| English phrase | Algebraic expression |
|---|---|
| 5 more than x | x + 5 |
| 3 less than y | y − 3 |
| twice n | 2n |
| the product of a and b | ab |
| x divided by 4 | x/4 |
| the square of p | p2 |
| 3 times the sum of x and 2 | 3(x + 2) |
A pen costs p pence and a ruler costs r pence. Write an expression for the total cost of 4 pens and 3 rulers.
Solution: 4p + 3r
Tara is t years old. Her brother is 5 years older. Their mother is three times Tara's age.
(a) Write an expression for her brother's age: t + 5
(b) Write an expression for their mother's age: 3t
(c) Write an expression for the sum of all three ages: t + (t + 5) + 3t = 5t + 5
To simplify an expression, combine terms that have identical variable parts.
Simplify: 7a + 3b − 2a + 5b − 4
Group the like terms:
Answer: 5a + 8b − 4
Simplify: 4x2+3x−2x2+7−x+1
Answer: 2x2+2x+8
Simplify: 5ab−3ba+2a2b
Since ab = ba (multiplication is commutative): 5ab−3ab+2a2b= 2ab+2a2b
Note: 2ab and 2a2b are NOT like terms — they have different variable parts.
When multiplying:
When dividing:
Simplify: 3a×4ab
3×4=12; a×a=a2; ×b=b
Answer: 12a2b
Simplify: 12x3y2÷4xy
12÷4=3; x3÷x=x2; y2÷y=y
Answer: 3x2y
flowchart TD
EXPR[Algebraic expression] --> OP{Operation present?}
OP -->|Addition / subtraction| LIKE{Are there like terms?}
OP -->|Multiplication| MULT["Multiply coefficients<br/>add indices on same letter"]
OP -->|Division| DIV["Divide coefficients<br/>subtract indices on same letter"]
OP -->|Power of a product| POW["Raise each factor to that power<br/>multiply indices"]
LIKE -->|Yes: same variable parts| COLLECT["Add or subtract<br/>the coefficients"]
LIKE -->|No| LEAVE[Leave as separate terms]
COLLECT --> SIMP[Simplified expression]
LEAVE --> SIMP
MULT --> SIMP
DIV --> SIMP
POW --> SIMP
SIMP --> NEG{"Any negative<br/>or fractional indices?"}
NEG -->|Yes| INDEX["Apply index laws:<br/>a to the minus n = 1 over a to the n;<br/>a to the half = root a"]
NEG -->|No| FINAL[Final answer]
INDEX --> FINAL
The laws of indices apply to algebraic expressions in exactly the same way as for numbers.
| Law | Rule | Algebraic Example |
|---|---|---|
| Multiply | am×an=am+n | x3×x5=x8 |
| Divide | am÷an=am−n | y7÷y2=y5 |
| Power of a power | (am)n=amn | (x4)3=x12 |
| Zero index | a0=1 | x0=1 |
| Negative index | a−n=1/an | x−3=1/x3 |
Simplify: (2x3)4
=24×(x3)4=16×x12= 16x12
Simplify: (3a2b)3÷9a4b
Step 1: (3a2b)3=27a6b3
Step 2: 27a6b3÷9a4b=3a2b2
Answer: 3a2b2
Replace each variable with its given value, then evaluate.
Key rule: Always use brackets when substituting, especially for negative numbers.
Given a = 3, b = −2, c = 5, evaluate:
(a) 4a + 2b = 4(3) + 2(−2) = 12 − 4 = 8
(b)a2−bc=(3)2−(−2)(5)=9−(−10)=9+10= 19
(c)2(a+c)2=2(3+5)2=2(8)2=2×64= 128
The formula for the area of a trapezium is A = ½(a + b)h.
Find A when a = 6, b = 10, h = 4.
A = ½(6 + 10)(4) = ½ ×16×4= 32
| Mistake | Why it's wrong | Correct version |
|---|---|---|
| 3x + 2y = 5xy | You cannot add unlike terms | 3x + 2y (it's already simplified) |
| 2x2 means (2x)2 | The index applies only to x, not to 2 | 2x2=2×x×x; (2x)2=4x2 |
| Forgetting to multiply the sign | −2×−3 is positive, not negative | (−2)(−3) = +6 |
| x+x=x2 | Adding is not the same as multiplying | x + x = 2x; x×x=x2 |
| a3×a2=a6 | Indices are added, not multiplied | a3×a2=a5 |
Simplify: (−2a3)2×5a4
Apply the power of a product rule. Everything inside the bracket is squared, so (−2)2=4 and (a3)2=a6.
(−2a3)2=4a6.
Then 4a6×5a4=20a10.
Answer: 20a10.
Note that the overall sign is positive because (−2)2=4 — a very common slip is to leave the sign as negative.
Simplify: x21×x23.
Add the indices: 21+23=2.
Answer: x2.
Then try: x21x25=x25−21=x2. The same answer, obtained by the subtract-indices rule.
Let p=4 and q=−3. Evaluate pq3p2q−pq2 after simplifying first.
Simplify: Divide every term on the numerator by pq.
pq3p2q=3p, and pqpq2=q.
So the expression becomes 3p−q.
Substitute: 3(4)−(−3)=12+3=15.
Answer: 15.
Contrast with substituting first: (4)(−3)3(16)(−3)−(4)(9)=−12−144−36=−12−180=15. Same answer — but simplifying first is faster and less error-prone, especially on Paper 1 (non-calculator).
Simplify: 9xy36x2y.
Cancel common factors: the HCF of 6 and 9 is 3; x2÷x=x; y÷y3=y21.
Answer: 3y22x.
The kinetic energy of a moving object is given by E=21mv2, where m is mass in kg and v is speed in m/s.
Find E when m = 8 kg and v = 5 m/s.
E=21(8)(52)=21(8)(25)=4×25=100 J.
Answer: 100 J (joules).
Consider f=a−b2 with a = 7, b = −3.
Always bracket negative substitutions: write (−3)2 so that the square applies to the whole of −3, giving +9 rather than accidentally −9.
Exam-style question: "Simplify fully 5a2b×2ab3, and then substitute a=2, b=−1 to find the value of the simplified expression."
Grade 3–4 response: A student at this level recognises that this is a multiplication and multiplies the numbers 5 × 2 = 10, but often stops there or forgets to use the index laws on the variables. A typical answer is 10a2b⋅ab3 without combining, or 10a3b3 (missing one of the indices). On substitution they may not bracket (−1) and lose the sign.
Grade 5–6 response: Applies the index laws correctly: 5×2=10, a2×a=a3, b×b3=b4, giving 10a3b4. When substituting: 10(2)3(−1)4=10×8×1=80. Working is shown line-by-line, brackets used correctly.
Grade 7–9 response: Does all of the above, but also states the rule being applied ("using am×an=am+n"), verifies by checking whether the final sign is sensible (since b4 is always non-negative), and writes the final answer as 10a3b4=80 when a=2, b=−1. A top-band candidate would add a brief note: "Because the index 4 is even, any negative sign on b disappears — so the answer is always positive for non-zero b."
The distinction: Grade 3–4 candidates see one operation at a time; Grade 5–6 candidates execute the expand / factorise / index-law machinery correctly; Grade 7–9 candidates also anticipate and justify why their answer has the form it does.
Edexcel alignment: This content is aligned with Edexcel GCSE Mathematics (1MA1) specification — specifically Topic A [A1 Notation, vocabulary and manipulation; A2 Indices and index laws; A3 Expand and factorise; A4 Algebraic formulae and substitution]. Assessed on Papers 1, 2, 3.