Factorization in Maths: Methods, Identities and Solved Examples
·
13 min read
A complete guide to factorisation: the HCF of monomials, fifteen identities from common factors to the three-cube identity, worked examples of each, splitting the middle term, and dividing algebraic expressions.
Factorisation means writing an algebraic expression as a product of simpler expressions, called its factors. It is the reverse of expanding brackets: expanding turns 3ab(4a+5b) into 12a2b+15ab2, and factorising turns it back. You will use it to simplify fractions, divide polynomials, solve quadratic equations in Class 10 and cancel terms in almost every later chapter. This lesson starts with the highest common factor of monomials, lists the fifteen identities and methods used for factorising, works through examples of each, and ends with division of algebraic expressions.
Highest common factor (HCF) of monomials
Definition
The HCF of two or more monomials is the common factor with the greatest numerical coefficient and the highest power of each variable that divides all of them. In practice this means: the HCF of the coefficients, multiplied by every variable common to all the monomials, each raised to its smallest power.
Method
Write each monomial as a product of prime numbers and variables.
Pick out the prime factors and variables that appear in every monomial.
For each one, take the lowest power that appears.
Multiply these together.
Worked examples
Example 1. Find the HCF of 6x3y and 18x2y3.
6x3y18x2y3HCF=2×3×x3×y=2×32×x2×y3=2×3×x2×y=6x2y
Example 2. Find the HCF of 5xy and 10x.
5xy10xHCF=5×x×y=2×5×x=5×x=5x
The variable y is not in 10x, so it cannot be part of the HCF.
Example 3. The HCF of 12a2b and 15ab2 is 3ab, because 12a2b=22×3×a2×b and 15ab2=3×5×a×b2: the only common prime is 3, and the lowest powers of a and b are a1 and b1.
Example 4. The HCF of 2x and 4 is 2. The number 4 has no x, so only the numbers share a factor.
Example 5. The HCF of 12x and 36 is 12, since 12=22×3 divides 36=22×32.
Example 6. The HCF of 14pq and 35pqr is 7pq: HCF(14,35)=7, and p and q are common, while r is not.
What factorisation is, and the fifteen identities
Factorisation is the process of expressing an algebraic expression as a product of two or more factors. The methods and identities below are the tools for doing it. Each one is simply an expansion read from right to left.
Basic methods (common factor and grouping)
ab+ac=a(b+c)
ab−ac=a(b−c)
ac+ad+bc+bd=(a+b)(c+d)
Square-based identities
a2−b2=(a+b)(a−b)
a2+2ab+b2=(a+b)2
a2−2ab+b2=(a−b)2
x2+(a+b)x+ab=(x+a)(x+b)
a2+b2+c2+2ab+2bc+2ca=(a+b+c)2
a2+b2+c2+2ab−2bc−2ca=(a+b−c)2
Cubic and advanced identities
a3+3a2b+3ab2+b3=(a+b)3
a3−3a2b+3ab2−b3=(a−b)3
a3+b3=(a+b)(a2−ab+b2)
a3−b3=(a−b)(a2+ab+b2)
a3+b3+c3−3abc=(a+b+c)(a2+b2+c2−ab−bc−ca)
If a+b+c=0, then a3+b3+c3=3abc.
A general order of attack
Take out the HCF of all the terms first.
Count the terms. Two terms: look for a difference of squares or a sum or difference of cubes. Three terms: look for a perfect square or split the middle term. Four terms: try grouping, or a perfect cube.
Check each factor you get: can it be factorised again?
Expand your answer mentally to confirm it gives the original expression.
Basic methods in factorisation
1. Common factor (sum): ab+ac=a(b+c)
Example 1. Factorise 2x+4.
2x+4=2×x+2×2=2(x+2)
Example 2. Factorise 5xy+10x.
5xy+10x=5x×y+5x×2=5x(y+2)
Example 3. Factorise 12a2b+15ab2.
12a2b+15ab2=3×4×a2×b+3×5×a×b2=3ab(4a+5b)
2. Common factor (difference): ab−ac=a(b−c)
Example 1. Factorise 22y−33z.
22y−33z=11×2×y−11×3×z=11(2y−3z)
Example 2. Factorise 10x2−18x3+14x4.
The HCF of 10, 18 and 14 is 2, and the lowest power of x is x2, so the HCF of the terms is 2x2.
10x2−18x3+14x4=2x2(5−9x+7x2)
3. Grouping: ac+ad+bc+bd=(a+b)(c+d)
Example 1. Factorise 2xy+2y+3x+3.
2xy+2y+3x+3=2y(x+1)+3(x+1)=(2y+3)(x+1)
Example 2. Factorise 6xy−4y+6−9x.
Rearrange so that each pair shares a factor, then take out 2y from the first pair and −3 from the second.
These come from squaring a binomial sum or difference: a2+2ab+b2=(a+b)2 and a2−2ab+b2=(a−b)2. To spot one, check that the first and last terms are perfect squares and the middle term is twice the product of their square roots.
Example 1.x2+8x+16=x2+2(x)(4)+42=(x+4)2
Example 2.25m2+30m+9=(5m)2+2(5m)(3)+32=(5m+3)2
Example 3.4y2−12y+9=(2y)2−2(2y)(3)+32=(2y−3)2
7. Splitting the middle term: x2+(a+b)x+ab=(x+a)(x+b)
Method.
For x2+px+q, find two numbers whose sum is p and whose product is q.
For ax2+bx+c with a=1, find two numbers whose sum is b and whose product is ac.
Split the middle term using those numbers and factorise by grouping.
Example 1.x2+5x+6: the numbers 3 and 2 add to 5 and multiply to 6, so x2+5x+6=(x+3)(x+2).
Example 2.y2−7y+12: the numbers −4 and −3 add to −7 and multiply to 12, so y2−7y+12=(y−4)(y−3).
Example 3.3x2+10x+3: here ac=9, and 9+1=10.
3x2+10x+3=3x2+9x+x+3=3x(x+3)+1(x+3)=(x+3)(3x+1)
Example 4.6x2+5x−6: here ac=−36, and 9+(−4)=5 with 9×(−4)=−36.
Taking out a common factor from only one term: 22y−33z is 11(2y−3z), not 11(2y−33z). Divide every term by the factor.
Stopping too early: (p2+9)(p2−9) is not finished, because p2−9=(p+3)(p−3).
Trying to factorise a2+b2 as (a+b)(a+b). A sum of two squares has no real factors of this kind; (a+b)2=a2+2ab+b2.
Mixing up the signs in the cube identities: a3+b3 has −ab in the second factor, and a3−b3 has +ab.
Choosing numbers whose product is c instead of ac when splitting the middle term of ax2+bx+c with a=1.
Including a variable in the HCF that is missing from one of the monomials, as in writing the HCF of 5xy and 10x as 5xy.
Try these
Find the HCF of 8a3b2 and 20a2b4. Answer:4a2b2
Factorise x2+7x+12. Answer:(x+3)(x+4)
Factorise 2x2−7x+3. Answer:(2x−1)(x−3)
Factorise 16a2−81b2. Answer:(4a+9b)(4a−9b)
Factorise 27x3−8. Answer:(3x−2)(9x2+6x+4)
Divide 15x3y2−10x2y3 by 5x2y2. Answer:3x−2y
Key terms
Factor
An expression that divides another expression exactly; in 3ab(4a+5b), both 3ab and 4a+5b are factors.
Factorisation
Writing an expression as a product of its factors.
Monomial
An expression with a single term, such as 6x3y.
Highest common factor (HCF)
The largest expression that divides each of the given expressions exactly.
Identity
An equality that holds for every value of its variables, such as a2−b2=(a+b)(a−b).
Perfect square trinomial
A three-term expression that equals the square of a binomial, such as x2+8x+16=(x+4)2.
Splitting the middle term
Rewriting the middle term of a quadratic as two terms so that the expression can be factorised by grouping.
Grouping
Arranging terms in pairs that share a common factor, then taking out the common bracket.
Common questions
How do I know which identity to use?
Take out the HCF first, then count the terms. Two terms suggest a difference of squares or a sum or difference of cubes; three terms suggest a perfect square or splitting the middle term; four terms suggest grouping or a perfect cube; six terms with three squares suggest the square of a trinomial.
How can I check that a factorisation is right?
Multiply the factors back out. If the expansion gives the original expression exactly, the factorisation is correct. Also check that no factor can be broken down further.
Is the HCF of monomials found the same way as the HCF of numbers?
Yes. Find the HCF of the numerical coefficients as usual, and for the variables take only those common to every monomial, each with its lowest power.
Can every quadratic be factorised by splitting the middle term?
No. If no two integers have the required sum and product, the quadratic has no factors with integer coefficients. For example, x2+x+1 cannot be split this way. In Class 10 you will learn the quadratic formula for such cases.
Why does a3+b3+c3=3abc when a+b+c=0?
Identity 14 says a3+b3+c3−3abc equals (a+b+c) times another factor. When a+b+c=0 the product is zero, so a3+b3+c3=3abc.
References
National Council of Educational Research and Training. Mathematics: Textbook for Class X. NCERT, New Delhi.
Hall, H. S. and Knight, S. R. Higher Algebra. Macmillan.