The backbone of IGCSE Mathematics
Algebraic manipulation occupies a central position within the Cambridge IGCSE Mathematics 0580 syllabus. It is not a single skill but a family of techniques - expanding, factorising, simplifying, rearranging - that together form the procedural foundation on which almost every other algebraic topic depends. Candidates who develop fluency in these techniques find that equations, inequalities, functions, and even coordinate geometry become significantly more accessible. Those who don't tend to encounter the same stumbling blocks repeatedly across different papers and question types.
The term algebraic manipulation refers to the process of rewriting algebraic expressions into equivalent forms using established mathematical rules. The expression changes shape, but its value remains the same for all valid inputs. Whether you're expanding 3(x + 4) into 3x + 12 or factorising x^2 + 5x + 6 into (x + 2)(x + 3), the underlying principle is identical: the two forms are mathematically interchangeable, and choosing the right form for the task at hand is the real skill being tested.
- Algebraic manipulation appears on all four IGCSE Mathematics papers (Papers 1-4)
- Core candidates need expanding single brackets, collecting like terms, simple factorising, and basic formula rearrangement
- Extended candidates additionally need expanding double and triple brackets, factorising quadratics and difference of two squares, algebraic fractions, completing the square, and algebraic proof
- Questions typically carry 2-5 marks and reward clear, sequential working
- Sign errors are the single largest source of lost marks in this topic area
Expanding brackets
Single brackets
Expanding a single bracket means multiplying each term inside the bracket by the term outside it. The distributive law governs this process: a(b + c) = ab + ac. Every IGCSE candidate, whether sitting Core or Extended papers, needs this technique to be automatic.
Worked example 1: Expand 4(2x - 3y + 5)
Multiply each term inside the bracket by 4:
4 x 2x = 8x
4 x (-3y) = -12y
4 x 5 = 20
Result: 8x - 12y + 20
The critical point is that the multiplier applies to every term, including those with negative signs. Writing out each multiplication separately, as shown above, reduces the chance of dropping a term or mishandling a sign.
Double brackets (Extended and higher Core)
Expanding two brackets requires each term in the first bracket to be multiplied by each term in the second. For the product (a + b)(c + d), the expansion produces ac + ad + bc + bd. Many students learn this as the FOIL method (First, Outer, Inner, Last), though the underlying logic is simply the distributive law applied twice.
Worked example 2: Expand and simplify (3x + 2)(x - 7)
| Pair | Multiplication | Result |
|---|---|---|
| First | 3x x x | 3x^2 |
| Outer | 3x x (-7) | -21x |
| Inner | 2 x x | 2x |
| Last | 2 x (-7) | -14 |
Combining: 3x^2 - 21x + 2x - 14 = 3x^2 - 19x - 14
The simplification step (collecting -21x and 2x into -19x) is where sign errors most commonly occur. Writing out all four terms before collecting prevents the kind of mental shortcut that leads to dropped negatives.
Triple brackets (Extended only)
Expanding three brackets is a two-stage process. First expand any two of the three brackets, simplify the result, then expand that result with the remaining bracket. There is no shortcut that reliably avoids errors.
Worked example 3: Expand (x + 1)(x - 2)(x + 3)
Step 1 - expand the first two brackets:
(x + 1)(x - 2) = x^2 - 2x + x - 2 = x^2 - x - 2
Step 2 - expand with the third bracket:
(x^2 - x - 2)(x + 3)
= x^3 + 3x^2 - x^2 - 3x - 2x - 6
= x^3 + 2x^2 - 5x - 6
Factorising
Factorising is the reverse of expanding: taking an expression and rewriting it as a product of simpler expressions. The Cambridge mark scheme typically requires the fully factorised form, meaning no further common factors can be extracted from within the brackets.
Common factor
The simplest form of factorising identifies a factor shared by every term in the expression and places it outside a bracket.
Worked example 4: Factorise 12x^3y - 8x^2y^2 + 4xy
The highest common factor of 12, 8, and 4 is 4. Each term contains at least one x and one y. So the common factor is 4xy.
12x^3y divided by 4xy = 3x^2
-8x^2y^2 divided by 4xy = -2xy
4xy divided by 4xy = 1
Result: 4xy(3x^2 - 2xy + 1)
A common error is extracting only a partial common factor. If a candidate writes 2xy(6x^2 - 4xy + 2), the answer is technically correct but not fully factorised, because 2 can still be taken from the bracket. Cambridge examiners expect the highest common factor.
Difference of two squares
Any expression of the form a^2 - b^2 factorises to (a + b)(a - b). Recognising this pattern is essential for Extended candidates and increasingly tested at the upper end of Core.
Worked example 5: Factorise 49m^2 - 16n^2
49m^2 = (7m)^2 and 16n^2 = (4n)^2
Result: (7m + 4n)(7m - 4n)
The pattern only applies to subtraction. The sum of two squares, a^2 + b^2, does not factorise over the real numbers. Candidates who attempt to apply the pattern to addition expressions will produce incorrect results.
Factorising quadratic trinomials
A quadratic trinomial takes the form ax^2 + bx + c. When a = 1, factorising requires finding two numbers that multiply to give c and add to give b.
Worked example 6: Factorise x^2 + 7x + 12
Find two numbers that multiply to 12 and add to 7. Those numbers are 3 and 4.
Result: (x + 3)(x + 4)
When a is not equal to 1, the process becomes more involved. One reliable method is to find two numbers that multiply to give ac and add to give b, then split the middle term accordingly.
Worked example 7: Factorise 6x^2 + 11x - 10
ac = 6 x (-10) = -60. Find two numbers that multiply to -60 and add to 11. Those are 15 and -4.
Rewrite: 6x^2 + 15x - 4x - 10
Group: 3x(2x + 5) - 2(2x + 5)
Result: (3x - 2)(2x + 5)
Verification is straightforward: expand the answer and confirm it matches the original. This check takes under a minute and catches the majority of sign or factor errors.
Factorising by grouping
When an expression has four terms and no single common factor, grouping in pairs often reveals a structure. Group the first two terms and the last two, extract a common factor from each pair, and if the resulting brackets match, the expression factorises cleanly.
Worked example 8: Factorise 2px + 2qx + 3py + 3qy
Group: (2px + 2qx) + (3py + 3qy)
Factor each group: 2x(p + q) + 3y(p + q)
Common bracket factor: (p + q)(2x + 3y)
Simplifying algebraic fractions (Extended)
An algebraic fraction is simplified by factorising both numerator and denominator, then cancelling any common factors. The principle mirrors numerical fractions: 6/9 simplifies to 2/3 by dividing both by 3. With algebraic expressions, the "common factor" is often a bracket.
Worked example 9: Simplify (x^2 - 9) / (x^2 + 5x + 6)
Factorise the numerator: x^2 - 9 = (x + 3)(x - 3) [difference of two squares]
Factorise the denominator: x^2 + 5x + 6 = (x + 2)(x + 3) [quadratic trinomial]
Cancel the common factor (x + 3):
Result: (x - 3) / (x + 2)
A persistent misconception among candidates is attempting to cancel individual terms rather than factors. Writing (x^2 - 9) / (x^2 + 5x + 6) and cancelling the x^2 terms from top and bottom is mathematically invalid and earns zero marks. Cancellation requires a factor common to the entire numerator and the entire denominator.
Adding and subtracting algebraic fractions
The method parallels numerical fractions: find a common denominator, rewrite each fraction with that denominator, then combine the numerators.
Worked example 10: Simplify 3/(x + 1) + 2/(x - 4)
Common denominator: (x + 1)(x - 4)
Rewrite: 3(x - 4) / [(x + 1)(x - 4)] + 2(x + 1) / [(x + 1)(x - 4)]
Combine numerators: [3(x - 4) + 2(x + 1)] / [(x + 1)(x - 4)]
Expand: [3x - 12 + 2x + 2] / [(x + 1)(x - 4)]
Simplify: (5x - 10) / [(x + 1)(x - 4)]
Factor the numerator: 5(x - 2) / [(x + 1)(x - 4)]
Rearranging formulae
Rearranging a formula means isolating a specified variable on one side of the equation. The process uses inverse operations applied systematically. Whatever operation has been performed on the target variable, apply its inverse in the reverse order.
Worked example 11: Make t the subject of v = u + at
Subtract u from both sides: v - u = at
Divide both sides by a: t = (v - u) / a
Extended-level rearrangement often involves the target variable appearing more than once, requiring factorisation to isolate it.
Worked example 12: Make x the subject of y = (3x + 1) / (x - 2)
Multiply both sides by (x - 2): y(x - 2) = 3x + 1
Expand: yx - 2y = 3x + 1
Collect x terms on one side: yx - 3x = 1 + 2y
Factorise: x(y - 3) = 1 + 2y
Divide: x = (1 + 2y) / (y - 3)
The critical step is recognising that when x appears in multiple terms, those terms must be gathered together and x factorised out. Candidates who attempt to "undo" operations one at a time without gathering will find themselves going in circles.
Completing the square (Extended)
Completing the square rewrites a quadratic expression ax^2 + bx + c in the form a(x + p)^2 + q. This form reveals the vertex of the parabola (at the point (-p, q)) and is required for certain equation-solving and graphing questions on Extended papers.
Worked example 13: Write x^2 + 8x + 3 in the form (x + p)^2 + q
Take half the coefficient of x: 8/2 = 4
Write the squared bracket: (x + 4)^2 = x^2 + 8x + 16
Adjust for the constant: x^2 + 8x + 3 = (x + 4)^2 - 16 + 3 = (x + 4)^2 - 13
So p = 4 and q = -13
When the coefficient of x^2 is not 1, factor it out first before completing the square on the remaining expression. This additional step is where many Extended candidates lose their way, particularly when the leading coefficient introduces fractions into the working.
- Expression - a collection of terms with no equals sign (e.g., 3x + 7)
- Equation - a statement that two expressions are equal (e.g., 3x + 7 = 22)
- Formula - an equation relating defined variables (e.g., A = pi r^2)
- Identity - an equation true for all values of the variable (e.g., (x + 1)^2 = x^2 + 2x + 1)
- Term - a single component of an expression, separated by + or - signs
- Coefficient - the numerical factor of a term (the coefficient of 5x^2 is 5)
- Like terms - terms with identical variable parts that can be combined (3x and -7x are like terms; 3x and 3x^2 are not)
Algebraic proof (Extended)
Algebraic proof questions ask candidates to demonstrate that a statement is always true. These questions combine expanding, factorising, and logical reasoning. The typical structure requires candidates to express a general situation algebraically, manipulate it, and show that the result must have a particular property (such as being divisible by a given number or always being even).
Worked example 14: Prove that the sum of three consecutive integers is always divisible by 3.
Let the three consecutive integers be n, n + 1, and n + 2.
Their sum: n + (n + 1) + (n + 2) = 3n + 3 = 3(n + 1)
Since 3(n + 1) contains 3 as a factor, the sum is divisible by 3 for any integer n.
The proof is complete once the expression has been written in a form that makes the required property self-evident. Candidates should state their conclusion explicitly: "Since the expression has a factor of 3, it is always divisible by 3." Leaving the factorised form without a concluding sentence may cost the final mark.
Common exam patterns and mark scheme insights
| Question type | Typical marks | What examiners look for |
|---|---|---|
| Expand and simplify | 2-3 | Correct expansion (M mark) followed by correct simplification (A mark). All terms present, signs correct. |
| Factorise fully | 2 | The complete factorisation. Partial factorisation (correct but not fully factored) typically earns 1 of 2 marks. |
| Simplify algebraic fraction | 3-4 | Correct factorisation of numerator (M1), correct factorisation of denominator (M1), cancellation to reach final answer (A1). |
| Rearrange formula | 3 | Correct inverse operations, correct handling of target variable appearing twice, final answer isolated. |
| Complete the square | 2-3 | Correct value of p and correct value of q. Method marks available even if arithmetic slips occur. |
| Algebraic proof | 3-4 | Clear algebraic setup, correct manipulation, and an explicit concluding statement linking the algebra to the claim. |
Strategies for avoiding errors
- Write out every step. The temptation to perform two operations at once is the primary source of sign and arithmetic errors. Cambridge mark schemes award method marks for intermediate steps, so showing working earns marks even when the final answer contains a slip.
- Verify by substitution. After factorising or rearranging, substitute a simple value (such as x = 2) into both the original and the result. If they produce the same number, the manipulation is almost certainly correct.
- Check for complete factorisation. After factorising, examine whether any bracket still contains a common factor. If 2(4x + 6) appears in your answer, the 2 and the bracket share a factor of 2, so the fully factorised form is 4(2x + 3).
- Treat negative signs with suspicion. Before collecting like terms, re-read each term's sign. When subtracting a bracket, distribute the negative to every term inside. A single dropped negative can invalidate an entire solution.
- Distinguish between expressions and equations. If the question says "factorise," it expects a product of factors with no equals sign. If it says "solve," it expects a numerical value for the variable. Confusing the two wastes time and earns no marks.
Self-check questions
Work through these independently, then verify each answer by expanding or substituting back.
- Expand and simplify: (2x - 5)(3x + 4)
- Factorise completely: 18x^3 - 12x^2
- Factorise: x^2 - 11x + 28
- Factorise: 25a^2 - 36b^2
- Simplify: (x^2 - 4x - 5) / (x^2 - 1)
- Make r the subject of: A = 4(r + s) / 3
- Write x^2 - 6x + 1 in the form (x + p)^2 + q
- Prove that the product of two consecutive even numbers is always divisible by 4
Answers:
- 6x^2 - 7x - 20
- 6x^2(3x - 2)
- (x - 4)(x - 7)
- (5a + 6b)(5a - 6b)
- (x - 5) / (x - 1) [after cancelling (x + 1)]
- r = (3A - 4s) / 4, equivalently r = 3A/4 - s
- (x - 3)^2 - 8
- Let the two consecutive even numbers be 2n and 2n + 2. Their product is 2n(2n + 2) = 4n(n + 1). Since 4 is a factor, the product is divisible by 4.
Algebraic manipulation rewards systematic practice more than any other area of the IGCSE Mathematics syllabus. Each technique builds on the ones before it: expanding feeds into factorising, factorising feeds into simplifying fractions, and all of them feed into the formula rearrangement and proof questions that carry the highest marks. Candidates who invest time in mastering these foundations will find the return extends well beyond the manipulation questions themselves, reaching into virtually every other topic the Cambridge papers test.
A thorough exploration of algebraic manipulation for IGCSE Mathematics 0580, covering expanding brackets, factorising expressions, simplifying algebraic fractions, rearranging formulae, and completing the square, with worked examples at both Core and Extended levels and self-check questions for independent revision.
Sharhi(ko)