E2.2 Algebraic manipulation
- Syllabus
- 0580–2028–2029
- Topic
- E2.2
- Level
- Extended
Like terms have exactly the same variable part, including the same powers. Their coefficients can be added or subtracted because they count the same kind of algebraic quantity.
| Terms | Like? | Reason |
|---|---|---|
| 3x and −5x | yes | both have variable part x |
| 2a2 and 7a2 | yes | both have variable part a2 |
| 4x and 4x2 | no | the powers differ |
| 3ab and −2ba | yes | ab=ba |
Group like terms, then combine only their coefficients: 4a2−3ab+2+5a2+7ab−6=(4+5)a2+(−3+7)ab+(2−6)=9a2+4ab−4.
A reliable check is to identify the variable part of every term before calculating. Constants are like terms with one another, but a constant is not like a term containing a variable.
Do not combine unlike terms: 3x+2x2 cannot become 5x3 or 5x2. Simplifying changes the form of an expression, not its value.
Expanding removes brackets by multiplying every term in one factor by every term in the other factor. This is the distributive law: a(b+c)=ab+ac.
For one bracket, multiply the outside term by each inside term: 3x(2x−4y)=6x2−12xy. Keep the sign attached to each term.
(3x+y)(x−4y)
Make all four products: 3x2−12xy+xy−4y2. Then collect like terms to obtain 3x2−11xy−4y2.
With more than two brackets, expand two factors first, simplify, then multiply by the next factor. For example, start (x−2)(x+3)(2x+1) by finding (x−2)(x+3)=x2+x−6.
A negative term changes the sign of its product. Missing just one cross-product makes a double-bracket expansion incomplete; multiplying only the first terms is not enough.
Factorising is the reverse of expanding. To factorise fully by extraction, place the greatest factor shared by every term outside one pair of brackets.
Find the greatest common numerical factor. For each variable, take the lowest power present in every term. Divide every original term by that common factor to form the bracket.
18x2y+24xy2
The greatest common numerical factor is 6; both terms also contain xy. Therefore 18x2y+24xy2=6xy(3x+4y).
Expand the result to check: 6xy(3x+4y)=18x2y+24xy2. If the bracket still has a common factor, the expression has not been factorised fully.
A factor must divide every term. Do not extract a higher variable power than the smallest power common to all terms.
Factorise completely by extracting any common factor first, then recognise the structure that remains. Expanding the final factors should reproduce the original expression.
| Structure | Factorised form | Recognition cue |
|---|---|---|
| ax+bx+kay+kby | (a+b)(x+ky) | group pairs with a repeated bracket |
| a2x2−b2y2 | (ax−by)(ax+by) | difference of two squares |
| a2+2ab+b2 | (a+b)2 | square ends and twice their product |
| ax2+bx+c | two linear factors | product gives ac and sum gives b |
| ax3+bx2+cx | x(ax2+bx+c) first | every term contains x |
For 6x2+7x−20, use numbers with product 6(−20)=−120 and sum 7: 15 and −8. Split and group: 6x2+15x−8x−20=3x(2x+5)−4(2x+5)=(3x−4)(2x+5).
For x3−25x, extract x first, then use a difference of squares: x(x2−25)=x(x−5)(x+5).
A single expression may need more than one step. For example, 20x2−45y2=5(4x2−9y2)=5(2x−3y)(2x+3y).
Pattern conditions matter: a2+b2 is not a difference of squares, and the middle term of a perfect square must be exactly 2ab. This card factorises expressions; it does not solve equations.
Completing the square rewrites ax2+bx+c as a multiple of one squared binomial plus a constant. It reverses the identity (x+p)2=x2+2px+p2.
x^2+bx+c=\left(x+rac b2 ight)^2+c-\left(rac b2 ight)^2
When $a
e1,firstfactorafromthex^2andxterms.Equivalently,ax^2+bx+c=a\left(x+rac{b}{2a}
ight)^2+c-rac{b^2}{4a}fora
e0$.
2x2+12x+5=2(x2+6x)+5=2[(x+3)2−9]+5=2(x+3)2−13. Half the coefficient of x inside the bracket to obtain 3.
Expand to verify: 2(x+3)2−13=2(x2+6x+9)−13=2x2+12x+5.
Factor out only from the terms that contain x before completing the square; do not accidentally divide the outside constant. Rewriting the expression is not the same as solving a quadratic equation.