C2.2 Algebraic manipulation

Syllabus
0580–2028–2029
Topic
C2.2
Level
Core

Learning objectives

Collect like terms without changing their variable part

Like terms have exactly the same variable part, including the same powers. They represent the same kind of quantity, so only their numerical coefficients can be combined.

Pair Like terms? Reason
3a3a and 5a-5a yes both have variable part aa
4y24y^2 and y2-y^2 yes both have variable part y2y^2
2a2a and 2b2b no different variables
xx and x2x^2 no different powers

Group each set of like terms, add or subtract their coefficients, and keep the common variable part unchanged. For example, 2a+3b+5a9b=(2+5)a+(39)b=7a6b2a+3b+5a-9b=(2+5)a+(3-9)b=7a-6b.

Treat different powers as different groups. Thus 4y2+3yy2+2y=(41)y2+(3+2)y=3y2+5y4y^2+3y-y^2+2y=(4-1)y^2+(3+2)y=3y^2+5y. Neither y2y^2 nor yy can be absorbed into the other.

A sign belongs to the term immediately after it. In a2b3a+7ba-2b-3a+7b, collect a3a=2aa-3a=-2a and 2b+7b=5b-2b+7b=5b, giving 2a+5b-2a+5b.

Do not combine unlike terms by adding their coefficients: 3a+4b3a+4b is already simplified. Collecting terms changes coefficients, not variables or powers; for instance, 3x+7x4x=6x3x+7x-4x=6x, not 6x26x^2.

Expand every product across algebraic brackets

Expansion uses the distributive law to replace a product containing brackets with an equivalent sum or difference. Every term in one factor must multiply every term in the other factor.

Form Products to write Then simplify
k(a+b)k(a+b) ka+kbka+kb collect if possible
k(ab)k(a-b) kakbka-kb keep the second sign
(a+b)(c+d)(a+b)(c+d) ac+ad+bc+bdac+ad+bc+bd collect like middle terms

Multiply the outside term by each term inside. The syllabus example becomes 3x(2x4y)=3x2x+3x(4y)=6x212xy3x(2x-4y)=3x\cdot2x+3x\cdot(-4y)=6x^2-12xy. The variable products must also be multiplied.

For (2x+1)(x4)(2x+1)(x-4), write all four products: 2x28x+x42x^2-8x+x-4. The two middle terms are like terms, so the simplified result is 2x27x42x^2-7x-4.

A minus before a bracket changes the sign of every term in that bracket. For 4(x5)(32x)4(x-5)-(3-2x), expansion gives 4x203+2x=6x234x-20-3+2x=6x-23.

Do not stop after multiplying only the first terms, and do not drop a negative product. Expansion rewrites an expression; it does not solve an equation. A quick check is that substituting the same value of xx before and after expansion gives the same result.

Factorise fully by extracting the greatest common factor

Factorising by a common factor reverses expansion: write an expression as a product by taking outside the greatest factor shared by every term.

Part of the common factor How to choose it Example
number greatest common divisor of all coefficients for 9 and 15, choose 3
variable include only variables present in every term xx is common to x2x^2 and xyxy
power use the smallest shared power a2a^2 and abab share aa

Find the greatest common factor, divide every term by it to form the bracket, then multiply back to check. For 9x2+15xy9x^2+15xy, the greatest common factor is 3x3x, so 9x2+15xy=3x(3x+5y)9x^2+15xy=3x(3x+5y).

Factorisation is complete only when the bracket has no further common factor. For 18x212x18x^2-12x, 2x(9x6)2x(9x-6) is only partial; extracting 6x6x gives the fully factorised form 6x(3x2)6x(3x-2).

Preserve the operation signs when dividing each term. For 5x20x25x-20x^2, extracting 5x5x gives 5x(14x)5x(1-4x) because 5x÷5x=15x\div5x=1 and 20x2÷5x=4x-20x^2\div5x=-4x.

Only extract a factor shared by every term. Do not use quadratic-factor methods here: this Core objective is common-factor extraction. Expansion of the final product must reproduce the original expression exactly.