Fac­tori­sa­tion means writ­ing an alge­braic expres­sion as a prod­uct of sim­pler expres­sions, called its fac­tors. It is the reverse of expand­ing brack­ets: expand­ing turns 3ab(4a+5b)3ab(4a + 5b) into 12a2b+15ab212a^2b + 15ab^2, and fac­toris­ing turns it back. You will use it to sim­plify frac­tions, divide poly­no­mi­als, solve qua­dratic equa­tions in Class 10 and can­cel terms in almost every later chap­ter. This les­son starts with the high­est com­mon fac­tor of mono­mi­als, lists the fif­teen iden­ti­ties and meth­ods used for fac­toris­ing, works through exam­ples of each, and ends with divi­sion of alge­braic expres­sions.

High­est com­mon fac­tor (HCF) of mono­mi­als

Def­i­n­i­tion

The HCF of two or more mono­mi­als is the com­mon fac­tor with the great­est numer­i­cal coef­fi­cient and the high­est power of each vari­able that divides all of them. In prac­tice this means: the HCF of the coef­fi­cients, mul­ti­plied by every vari­able com­mon to all the mono­mi­als, each raised to its small­est power.

Method

  1. Write each mono­mial as a prod­uct of prime num­bers and vari­ables.
  2. Pick out the prime fac­tors and vari­ables that appear in every mono­mial.
  3. For each one, take the low­est power that appears.
  4. Mul­ti­ply these together.

Worked exam­ples

Exam­ple 1. Find the HCF of 6x3y6x^3y and 18x2y318x^2y^3.

6x3y=2×3×x3×y18x2y3=2×32×x2×y3HCF=2×3×x2×y=6x2y\begin{aligned} 6x^3y &= 2 \times 3 \times x^3 \times y \\ 18x^2y^3 &= 2 \times 3^2 \times x^2 \times y^3 \\ \text{HCF} &= 2 \times 3 \times x^2 \times y = 6x^2y \end{aligned}

Exam­ple 2. Find the HCF of 5xy5xy and 10x10x.

5xy=5×x×y10x=2×5×xHCF=5×x=5x\begin{aligned} 5xy &= 5 \times x \times y \\ 10x &= 2 \times 5 \times x \\ \text{HCF} &= 5 \times x = 5x \end{aligned}

The vari­able yy is not in 10x10x, so it can­not be part of the HCF.

Exam­ple 3. The HCF of 12a2b12a^2b and 15ab215ab^2 is 3ab3ab, because 12a2b=22×3×a2×b12a^2b = 2^2 \times 3 \times a^2 \times b and 15ab2=3×5×a×b215ab^2 = 3 \times 5 \times a \times b^2: the only com­mon prime is 3, and the low­est pow­ers of aa and bb are a1a^1 and b1b^1.

Exam­ple 4. The HCF of 2x2x and 44 is 22. The num­ber 4 has no xx, so only the num­bers share a fac­tor.

Exam­ple 5. The HCF of 12x12x and 3636 is 1212, since 12=22×312 = 2^2 \times 3 divides 36=22×3236 = 2^2 \times 3^2.

Exam­ple 6. The HCF of 14pq14pq and 35pqr35pqr is 7pq7pq: HCF(14,35)=7\text{HCF}(14, 35) = 7, and pp and qq are com­mon, while rr is not.

What fac­tori­sa­tion is, and the fif­teen iden­ti­ties

Fac­tori­sa­tion is the process of express­ing an alge­braic expres­sion as a prod­uct of two or more fac­tors. The meth­ods and iden­ti­ties below are the tools for doing it. Each one is sim­ply an expan­sion read from right to left.

Basic meth­ods (com­mon fac­tor and group­ing)

  1. ab+ac=a(b+c)ab + ac = a(b + c)
  2. abac=a(bc)ab - ac = a(b - c)
  3. ac+ad+bc+bd=(a+b)(c+d)ac + ad + bc + bd = (a + b)(c + d)

Square-based iden­ti­ties

  1. a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)
  2. a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2
  3. a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2
  4. x2+(a+b)x+ab=(x+a)(x+b)x^2 + (a + b)x + ab = (x + a)(x + b)
  5. a2+b2+c2+2ab+2bc+2ca=(a+b+c)2a^2 + b^2 + c^2 + 2ab + 2bc + 2ca = (a + b + c)^2
  6. a2+b2+c2+2ab2bc2ca=(a+bc)2a^2 + b^2 + c^2 + 2ab - 2bc - 2ca = (a + b - c)^2

Cubic and advanced iden­ti­ties

  1. a3+3a2b+3ab2+b3=(a+b)3a^3 + 3a^2b + 3ab^2 + b^3 = (a + b)^3
  2. a33a2b+3ab2b3=(ab)3a^3 - 3a^2b + 3ab^2 - b^3 = (a - b)^3
  3. a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
  4. a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)
  5. a3+b3+c33abc=(a+b+c)(a2+b2+c2abbcca)a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)
  6. If a+b+c=0a + b + c = 0, then a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc.

A gen­eral order of attack

  1. Take out the HCF of all the terms first.
  2. Count the terms. Two terms: look for a dif­fer­ence of squares or a sum or dif­fer­ence of cubes. Three terms: look for a per­fect square or split the mid­dle term. Four terms: try group­ing, or a per­fect cube.
  3. Check each fac­tor you get: can it be fac­torised again?
  4. Expand your answer men­tally to con­firm it gives the orig­i­nal expres­sion.

Basic meth­ods in fac­tori­sa­tion

1. Com­mon fac­tor (sum): ab+ac=a(b+c)ab + ac = a(b + c)

Exam­ple 1. Fac­torise 2x+42x + 4.

2x+4=2×x+2×2=2(x+2)2x + 4 = 2 \times x + 2 \times 2 = 2(x + 2)

Exam­ple 2. Fac­torise 5xy+10x5xy + 10x.

5xy+10x=5x×y+5x×2=5x(y+2)5xy + 10x = 5x \times y + 5x \times 2 = 5x(y + 2)

Exam­ple 3. Fac­torise 12a2b+15ab212a^2b + 15ab^2.

12a2b+15ab2=3×4×a2×b+3×5×a×b2=3ab(4a+5b)\begin{aligned} 12a^2b + 15ab^2 &= 3 \times 4 \times a^2 \times b + 3 \times 5 \times a \times b^2 \\ &= 3ab(4a + 5b) \end{aligned}

2. Com­mon fac­tor (dif­fer­ence): abac=a(bc)ab - ac = a(b - c)

Exam­ple 1. Fac­torise 22y33z22y - 33z.

22y33z=11×2×y11×3×z=11(2y3z)\begin{aligned} 22y - 33z &= 11 \times 2 \times y - 11 \times 3 \times z \\ &= 11(2y - 3z) \end{aligned}

Exam­ple 2. Fac­torise 10x218x3+14x410x^2 - 18x^3 + 14x^4.

The HCF of 10, 18 and 14 is 2, and the low­est power of xx is x2x^2, so the HCF of the terms is 2x22x^2.

10x218x3+14x4=2x2(59x+7x2)10x^2 - 18x^3 + 14x^4 = 2x^2(5 - 9x + 7x^2)

3. Group­ing: ac+ad+bc+bd=(a+b)(c+d)ac + ad + bc + bd = (a + b)(c + d)

Exam­ple 1. Fac­torise 2xy+2y+3x+32xy + 2y + 3x + 3.

2xy+2y+3x+3=2y(x+1)+3(x+1)=(2y+3)(x+1)\begin{aligned} 2xy + 2y + 3x + 3 &= 2y(x + 1) + 3(x + 1) \\ &= (2y + 3)(x + 1) \end{aligned}

Exam­ple 2. Fac­torise 6xy4y+69x6xy - 4y + 6 - 9x.

Rearrange so that each pair shares a fac­tor, then take out 2y2y from the first pair and 3-3 from the sec­ond.

6xy4y+69x=6xy4y9x+6=2y(3x2)3(3x2)=(2y3)(3x2)\begin{aligned} 6xy - 4y + 6 - 9x &= 6xy - 4y - 9x + 6 \\ &= 2y(3x - 2) - 3(3x - 2) \\ &= (2y - 3)(3x - 2) \end{aligned}

Square-based iden­ti­ties in fac­tori­sa­tion

4. Dif­fer­ence of two squares: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)

Left: square of side a plus b split into a squared, two ab rectangles and b squared. Right: a b by b corner cut from an a by a square, re-laid as an a plus b by a minus b rectangle.
Area mod­els: (a+b)2(a+b)^2 splits into a2+2ab+b2a^2 + 2ab + b^2, and a2b2a^2 - b^2 rearranges into a rec­tan­gle (a+b)(a+b) by (ab)(a-b).

Exam­ple 1.

49y236=(7y)262=(7y+6)(7y6)49y^2 - 36 = (7y)^2 - 6^2 = (7y + 6)(7y - 6)

Exam­ple 2. Here the iden­tity is used twice, because p29p^2 - 9 is itself a dif­fer­ence of squares.

p481=(p2)292=(p2+9)(p29)=(p2+9)(p+3)(p3)p^4 - 81 = (p^2)^2 - 9^2 = (p^2 + 9)(p^2 - 9) = (p^2 + 9)(p + 3)(p - 3)

Exam­ple 3 (mixed). Fac­torise a22ab+b2c2a^2 - 2ab + b^2 - c^2. The first three terms form a per­fect square.

a22ab+b2c2=(ab)2c2=[(ab)+c][(ab)c]=(ab+c)(abc)\begin{aligned} a^2 - 2ab + b^2 - c^2 &= (a - b)^2 - c^2 \\ &= [(a - b) + c][(a - b) - c] \\ &= (a - b + c)(a - b - c) \end{aligned}

5. and 6. Per­fect square tri­no­mi­als

These come from squar­ing a bino­mial sum or dif­fer­ence: a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2 and a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2. To spot one, check that the first and last terms are per­fect squares and the mid­dle term is twice the prod­uct of their square roots.

Exam­ple 1. x2+8x+16=x2+2(x)(4)+42=(x+4)2x^2 + 8x + 16 = x^2 + 2(x)(4) + 4^2 = (x + 4)^2

Exam­ple 2. 25m2+30m+9=(5m)2+2(5m)(3)+32=(5m+3)225m^2 + 30m + 9 = (5m)^2 + 2(5m)(3) + 3^2 = (5m + 3)^2

Exam­ple 3. 4y212y+9=(2y)22(2y)(3)+32=(2y3)24y^2 - 12y + 9 = (2y)^2 - 2(2y)(3) + 3^2 = (2y - 3)^2

7. Split­ting the mid­dle term: x2+(a+b)x+ab=(x+a)(x+b)x^2 + (a + b)x + ab = (x + a)(x + b)

Method.

  1. For x2+px+qx^2 + px + q, find two num­bers whose sum is pp and whose prod­uct is qq.
  2. For ax2+bx+cax^2 + bx + c with a1a \neq 1, find two num­bers whose sum is bb and whose prod­uct is acac.
  3. Split the mid­dle term using those num­bers and fac­torise by group­ing.

Exam­ple 1. x2+5x+6x^2 + 5x + 6: the num­bers 3 and 2 add to 5 and mul­ti­ply to 6, so x2+5x+6=(x+3)(x+2)x^2 + 5x + 6 = (x + 3)(x + 2).

Exam­ple 2. y27y+12y^2 - 7y + 12: the num­bers 4-4 and 3-3 add to 7-7 and mul­ti­ply to 12, so y27y+12=(y4)(y3)y^2 - 7y + 12 = (y - 4)(y - 3).

Exam­ple 3. 3x2+10x+33x^2 + 10x + 3: here ac=9ac = 9, and 9+1=109 + 1 = 10.

3x2+10x+3=3x2+9x+x+3=3x(x+3)+1(x+3)=(x+3)(3x+1)\begin{aligned} 3x^2 + 10x + 3 &= 3x^2 + 9x + x + 3 \\ &= 3x(x + 3) + 1(x + 3) \\ &= (x + 3)(3x + 1) \end{aligned}

Exam­ple 4. 6x2+5x66x^2 + 5x - 6: here ac=36ac = -36, and 9+(4)=59 + (-4) = 5 with 9×(4)=369 \times (-4) = -36.

6x2+5x6=6x2+9x4x6=3x(2x+3)2(2x+3)=(2x+3)(3x2)\begin{aligned} 6x^2 + 5x - 6 &= 6x^2 + 9x - 4x - 6 \\ &= 3x(2x + 3) - 2(2x + 3) \\ &= (2x + 3)(3x - 2) \end{aligned}

Two by two grid with rows 2x and +3 and columns 3x and -2; cells read 6x squared, -4x, +9x and -6, showing 6x squared + 5x - 6 = (2x + 3)(3x - 2).
The box method for 6x2+5x66x^2 + 5x - 6: the two mid­dle cells, 9x9x and 4x-4x, are the split of 5x5x.

Exam­ple 5 (sub­sti­tu­tion). Fac­torise (2ab)2+2(2ab)8(2a - b)^2 + 2(2a - b) - 8. Put t=2abt = 2a - b; then t2+2t8=(t+4)(t2)t^2 + 2t - 8 = (t + 4)(t - 2), since 4×(2)=84 \times (-2) = -8 and 4+(2)=24 + (-2) = 2.

(2ab)2+2(2ab)8=(2ab+4)(2ab2)(2a - b)^2 + 2(2a - b) - 8 = (2a - b + 4)(2a - b - 2)

8. Square of a tri­no­mial: a2+b2+c2+2ab+2bc+2ca=(a+b+c)2a^2 + b^2 + c^2 + 2ab + 2bc + 2ca = (a + b + c)^2

Exam­ple 1. 4a2+b2+c2+4ab+2bc+4ac4a^2 + b^2 + c^2 + 4ab + 2bc + 4ac has square terms (2a)2(2a)^2, b2b^2, c2c^2 and cross terms 2(2a)(b)=4ab2(2a)(b) = 4ab, 2(b)(c)=2bc2(b)(c) = 2bc, 2(c)(2a)=4ac2(c)(2a) = 4ac.

4a2+b2+c2+4ab+2bc+4ac=(2a+b+c)24a^2 + b^2 + c^2 + 4ab + 2bc + 4ac = (2a + b + c)^2

Exam­ple 2. 9a2+4b2+16+12ab+16b+24a9a^2 + 4b^2 + 16 + 12ab + 16b + 24a has square terms (3a)2(3a)^2, (2b)2(2b)^2, 424^2 and cross terms 2(3a)(2b)=12ab2(3a)(2b) = 12ab, 2(2b)(4)=16b2(2b)(4) = 16b, 2(4)(3a)=24a2(4)(3a) = 24a.

9a2+4b2+16+12ab+16b+24a=(3a+2b+4)29a^2 + 4b^2 + 16 + 12ab + 16b + 24a = (3a + 2b + 4)^2

9. Square of a tri­no­mial with two neg­a­tive cross terms: a2+b2+c2+2ab2bc2ca=(a+bc)2a^2 + b^2 + c^2 + 2ab - 2bc - 2ca = (a + b - c)^2

Use this when the two cross terms that con­tain one par­tic­u­lar vari­able are both neg­a­tive. That vari­able takes the minus sign.

Exam­ple. Fac­torise 25x2+y2+4z210xy4yz+20zx25x^2 + y^2 + 4z^2 - 10xy - 4yz + 20zx.

The neg­a­tive cross terms 10xy-10xy and 4yz-4yz both con­tain yy, so yy plays the role of cc. Take a=5xa = 5x, b=2zb = 2z, c=yc = y: then 2ab=20zx2ab = 20zx, 2bc=4yz2bc = 4yz and 2ca=10xy2ca = 10xy.

25x2+y2+4z210xy4yz+20zx=(5x)2+(2z)2+y2+2(5x)(2z)2(2z)(y)2(y)(5x)=(5x+2zy)2=(5xy+2z)2\begin{aligned} 25x^2 + y^2 + 4z^2 - 10xy - 4yz + 20zx &= (5x)^2 + (2z)^2 + y^2 + 2(5x)(2z) - 2(2z)(y) - 2(y)(5x) \\ &= (5x + 2z - y)^2 = (5x - y + 2z)^2 \end{aligned}

You get the same answer from iden­tity 8 with the terms 5x5x, y-y and 2z2z.

Cubic and advanced iden­ti­ties in fac­tori­sa­tion

10. Cube of a sum: a3+3a2b+3ab2+b3=(a+b)3a^3 + 3a^2b + 3ab^2 + b^3 = (a + b)^3

Exam­ple. Fac­torise 8a3+b3+12a2b+6ab28a^3 + b^3 + 12a^2b + 6ab^2.

8a3+b3+12a2b+6ab2=(2a)3+b3+3(2a)2(b)+3(2a)(b)2=(2a+b)3\begin{aligned} 8a^3 + b^3 + 12a^2b + 6ab^2 &= (2a)^3 + b^3 + 3(2a)^2(b) + 3(2a)(b)^2 \\ &= (2a + b)^3 \end{aligned}

11. Cube of a dif­fer­ence: a33a2b+3ab2b3=(ab)3a^3 - 3a^2b + 3ab^2 - b^3 = (a - b)^3

Exam­ple. Fac­torise 27125a3135a+225a227 - 125a^3 - 135a + 225a^2.

27125a3135a+225a2=33(5a)33(3)2(5a)+3(3)(5a)2=(35a)3\begin{aligned} 27 - 125a^3 - 135a + 225a^2 &= 3^3 - (5a)^3 - 3(3)^2(5a) + 3(3)(5a)^2 \\ &= (3 - 5a)^3 \end{aligned}

12. Sum of two cubes: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)

Exam­ple. Fac­torise y3+125y^3 + 125.

y3+125=y3+53=(y+5)(y2y×5+52)=(y+5)(y25y+25)\begin{aligned} y^3 + 125 &= y^3 + 5^3 \\ &= (y + 5)(y^2 - y \times 5 + 5^2) \\ &= (y + 5)(y^2 - 5y + 25) \end{aligned}

13. Dif­fer­ence of two cubes: a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)

Exam­ple. Fac­torise x32168y3\displaystyle \dfrac{x^3}{216} - 8y^3.

x32168y3=(x6)3(2y)3=(x62y)[(x6)2+x6(2y)+(2y)2]=(x62y)(x236+xy3+4y2)\displaystyle \begin{aligned} \frac{x^3}{216} - 8y^3 &= \left(\frac{x}{6}\right)^3 - (2y)^3 \\ &= \left(\frac{x}{6} - 2y\right)\left[\left(\frac{x}{6}\right)^2 + \frac{x}{6}(2y) + (2y)^2\right] \\ &= \left(\frac{x}{6} - 2y\right)\left(\frac{x^2}{36} + \frac{xy}{3} + 4y^2\right) \end{aligned}

14. The three-cube iden­tity

a3+b3+c33abc=(a+b+c)(a2+b2+c2abbcca)a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)

Exam­ple. Fac­torise a3b3+1+3aba^3 - b^3 + 1 + 3ab.

Write the terms as cubes of aa, b-b and 11. Then 3(a)(b)(1)=3ab-3(a)(-b)(1) = 3ab, which matches the last term.

a3b3+1+3ab=a3+(b)3+133(a)(b)(1)=(ab+1)[a2+(b)2+12a(b)(b)(1)(1)(a)]=(ab+1)(a2+b2+1+ab+ba)\begin{aligned} a^3 - b^3 + 1 + 3ab &= a^3 + (-b)^3 + 1^3 - 3(a)(-b)(1) \\ &= (a - b + 1)\left[a^2 + (-b)^2 + 1^2 - a(-b) - (-b)(1) - (1)(a)\right] \\ &= (a - b + 1)(a^2 + b^2 + 1 + ab + b - a) \end{aligned}

15. The con­di­tional cube prop­erty

If a+b+c=0a + b + c = 0, the first fac­tor of iden­tity 14 is zero, so a3+b3+c33abc=0a^3 + b^3 + c^3 - 3abc = 0, that is, a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc.

Exam­ple. Fac­torise (xy)3+(yz)3+(zx)3(x - y)^3 + (y - z)^3 + (z - x)^3.

Let a=xya = x - y, b=yzb = y - z, c=zxc = z - x. Then a+b+c=xy+yz+zx=0a + b + c = x - y + y - z + z - x = 0.

(xy)3+(yz)3+(zx)3=3abc=3(xy)(yz)(zx)(x - y)^3 + (y - z)^3 + (z - x)^3 = 3abc = 3(x - y)(y - z)(z - x)

Divi­sion of alge­braic expres­sions

Divid­ing a mono­mial by a mono­mial

Fac­torise both, then can­cel the com­mon fac­tors.

Exam­ple 1.

6x3÷2x=2×3×x×x×x2×x=3x2\displaystyle 6x^3 \div 2x = \frac{2 \times 3 \times x \times x \times x}{2 \times x} = 3x^2

Exam­ple 2.

20x4÷10x2=2×10×x2×x210×x2=2x2\displaystyle -20x^4 \div 10x^2 = \frac{-2 \times 10 \times x^2 \times x^2}{10 \times x^2} = -2x^2

Exam­ple 3.

7x2y2z2÷14xyz=7×xyz×xyz2×7×xyz=xyz2\displaystyle 7x^2y^2z^2 \div 14xyz = \frac{7 \times xyz \times xyz}{2 \times 7 \times xyz} = \frac{xyz}{2}

Divid­ing a poly­no­mial by a mono­mial

Take the HCF out of the poly­no­mial first, so that the divi­sor can­cels in one step.

Exam­ple 1. Divide 24(x2yz+xy2z+xyz2)24(x^2yz + xy^2z + xyz^2) by 8xyz8xyz.

24(x2yz+xy2z+xyz2)8xyz=24xyz(x+y+z)8xyz=3(x+y+z)\displaystyle \begin{aligned} \frac{24(x^2yz + xy^2z + xyz^2)}{8xyz} &= \frac{24xyz(x + y + z)}{8xyz} \\ &= 3(x + y + z) \end{aligned}

Exam­ple 2. Divide 3y84y6+5y43y^8 - 4y^6 + 5y^4 by y4y^4.

3y84y6+5y4y4=y4(3y44y2+5)y4=3y44y2+5\displaystyle \begin{aligned} \frac{3y^8 - 4y^6 + 5y^4}{y^4} &= \frac{y^4(3y^4 - 4y^2 + 5)}{y^4} \\ &= 3y^4 - 4y^2 + 5 \end{aligned}

Com­mon mis­takes

  • Tak­ing out a com­mon fac­tor from only one term: 22y33z22y - 33z is 11(2y3z)11(2y - 3z), not 11(2y33z)11(2y - 33z). Divide every term by the fac­tor.
  • Stop­ping too early: (p2+9)(p29)(p^2 + 9)(p^2 - 9) is not fin­ished, because p29=(p+3)(p3)p^2 - 9 = (p + 3)(p - 3).
  • Try­ing to fac­torise a2+b2a^2 + b^2 as (a+b)(a+b)(a + b)(a + b). A sum of two squares has no real fac­tors of this kind; (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2.
  • Mix­ing up the signs in the cube iden­ti­ties: a3+b3a^3 + b^3 has ab-ab in the sec­ond fac­tor, and a3b3a^3 - b^3 has +ab+ab.
  • Choos­ing num­bers whose prod­uct is cc instead of acac when split­ting the mid­dle term of ax2+bx+cax^2 + bx + c with a1a \neq 1.
  • Includ­ing a vari­able in the HCF that is miss­ing from one of the mono­mi­als, as in writ­ing the HCF of 5xy5xy and 10x10x as 5xy5xy.

Try these

  1. Find the HCF of 8a3b28a^3b^2 and 20a2b420a^2b^4. Answer: 4a2b24a^2b^2
  2. Fac­torise x2+7x+12x^2 + 7x + 12. Answer: (x+3)(x+4)(x + 3)(x + 4)
  3. Fac­torise 2x27x+32x^2 - 7x + 3. Answer: (2x1)(x3)(2x - 1)(x - 3)
  4. Fac­torise 16a281b216a^2 - 81b^2. Answer: (4a+9b)(4a9b)(4a + 9b)(4a - 9b)
  5. Fac­torise 27x3827x^3 - 8. Answer: (3x2)(9x2+6x+4)(3x - 2)(9x^2 + 6x + 4)
  6. Divide 15x3y210x2y315x^3y^2 - 10x^2y^3 by 5x2y25x^2y^2. Answer: 3x2y3x - 2y

Key terms

Fac­tor
An expres­sion that divides another expres­sion exactly; in 3ab(4a+5b)3ab(4a + 5b), both 3ab3ab and 4a+5b4a + 5b are fac­tors.
Fac­tori­sa­tion
Writ­ing an expres­sion as a prod­uct of its fac­tors.
Mono­mial
An expres­sion with a sin­gle term, such as 6x3y6x^3y.
High­est com­mon fac­tor (HCF)
The largest expres­sion that divides each of the given expres­sions exactly.
Iden­tity
An equal­ity that holds for every value of its vari­ables, such as a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b).
Per­fect square tri­no­mial
A three-term expres­sion that equals the square of a bino­mial, such as x2+8x+16=(x+4)2x^2 + 8x + 16 = (x + 4)^2.
Split­ting the mid­dle term
Rewrit­ing the mid­dle term of a qua­dratic as two terms so that the expres­sion can be fac­torised by group­ing.
Group­ing
Arrang­ing terms in pairs that share a com­mon fac­tor, then tak­ing out the com­mon bracket.

Com­mon ques­tions

How do I know which iden­tity to use?

Take out the HCF first, then count the terms. Two terms sug­gest a dif­fer­ence of squares or a sum or dif­fer­ence of cubes; three terms sug­gest a per­fect square or split­ting the mid­dle term; four terms sug­gest group­ing or a per­fect cube; six terms with three squares sug­gest the square of a tri­no­mial.

How can I check that a fac­tori­sa­tion is right?

Mul­ti­ply the fac­tors back out. If the expan­sion gives the orig­i­nal expres­sion exactly, the fac­tori­sa­tion is cor­rect. Also check that no fac­tor can be bro­ken down fur­ther.

Is the HCF of mono­mi­als found the same way as the HCF of num­bers?

Yes. Find the HCF of the numer­i­cal coef­fi­cients as usual, and for the vari­ables take only those com­mon to every mono­mial, each with its low­est power.

Can every qua­dratic be fac­torised by split­ting the mid­dle term?

No. If no two inte­gers have the required sum and prod­uct, the qua­dratic has no fac­tors with inte­ger coef­fi­cients. For exam­ple, x2+x+1x^2 + x + 1 can­not be split this way. In Class 10 you will learn the qua­dratic for­mula for such cases.

Why does a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc when a+b+c=0a + b + c = 0?

Iden­tity 14 says a3+b3+c33abca^3 + b^3 + c^3 - 3abc equals (a+b+c)(a + b + c) times another fac­tor. When a+b+c=0a + b + c = 0 the prod­uct is zero, so a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc.

Ref­er­ences

  1. National Coun­cil of Edu­ca­tional Research and Train­ing. Math­e­mat­ics: Text­book for Class X. NCERT, New Delhi.
  2. Hall, H. S. and Knight, S. R. Higher Alge­bra. Macmil­lan.
  3. Gelfand, I. M. and Shen, A. Alge­bra. Birkhäuser.

Related read­ing