Factorisation Method: Definition, Properties, Steps, and Solved Examples

5 minute read
10 shares
Factorisation Method

Factorization is a fundamental mathematical technique that simplifies complex expressions and equations by breaking them down into simpler, more manageable components. This process, often referred to as the reverse of multiplication, involves expressing a number or algebraic expression as a product of its factors. In this blog, we will delve into the factorization method, exploring its definition and the important properties of the factorisation method. We will also outline the step-by-step approach to factorizing expressions and provide solved examples to solidify understanding. Key terms, such as factors, prime numbers, and polynomial equations, will be defined and contextualized throughout the discussion, offering a comprehensive guide to mastering factorization. Whether you are a student seeking to enhance your mathematical skills or a professional looking to refresh your knowledge, this blog will serve as a valuable resource on the path to factorization proficiency.

Definition of Factorisation

Factorisation is the mathematical process of breaking down a number, polynomial, or algebraic expression into a product of simpler elements called factors, which, when multiplied together, yield the original number or expression. In other words, it is the reverse process of multiplication, where the goal is to identify the basic components or building blocks that, when combined, form the given entity. For example, the number 12 can be factorised into 2, 2, and 3 (i.e., 12 = 2×2×3), and the polynomial x2−4 can be factorised into (x−2)(x+2).

Important Properties of Factorization:

  1. Uniqueness (Fundamental Theorem of Arithmetic): Every integer greater than 1 can be represented uniquely as a product of prime factors, up to the order of the factors.
  2. Simplicity: Factoring simplifies complex expressions, making them easier to solve or manipulate in equations.
  3. Distributive Property: This property is often used in factorization, allowing the expression of a sum as a product. For example, ab+ac = a(b+c).
  4. Zero Product Property: If a product of factors equals zero, then at least one of the factors must be zero. This property is crucial in solving polynomial equations.
  5. Commutative and Associative Properties: These properties facilitate the rearrangement and grouping of factors during factorization.

Also Read: Variables and Constants

Properties of Factorisation Method

Here are the properties of the factorization method with examples for clarity:

  1. Uniqueness (Fundamental Theorem of Arithmetic): Every integer greater than 1 has a unique prime factorization. For example, the number 60 can be factored into prime numbers as follows:
    60 = 22×3×5.
    This is the only way to represent 60 as a product of primes, disregarding the order of the factors.
  2. Commutative Property: The order of the factors does not affect the product. For example:
    3×5 = 5×3
    Both expressions yield the same product, which is 15.
  3. Associative Property: The way in which factors are grouped does not change the product. For example:
    (2×3)×4 = 2×(3×4)
    Both groupings result in a product of 24.
  4. Distributive Property: A common factor can be distributed across terms within an expression. For instance:
    3x+3y = 3(x+y)
    Here, the factor 3 is distributed across both x and y.
  5. Zero Product Property: If the product of several factors is zero, at least one of the factors must be zero. For example, in the equation:
    (x−2)(x+3) = 0
    Either x−2 = 0 or x+3 = 0. Thus, the solutions are x = 2 or x = −3.
  6. Factorization of Polynomials: Polynomials can be factored into simpler polynomials or monomials. For example:
    x2−5x+6 can be factored as (x−2)(x−3).
    This factorization reveals the roots of the polynomial, which are x=2 and x=3.
  7. Simplification: Factorization simplifies expressions, making them easier to work with. For example, simplifying 12x2y+18xy2 involves factoring out the greatest common factor:
    6xy(2x+3y).
  8. Applicability to Various Forms: Factorization applies to numbers, algebraic expressions, and matrices. For instance, factoring the matrix [4,2 2,1] could involve finding scalar multiples or identifying a simpler matrix structure.

Steps to Solve Factorisation Method

Here are the steps to solve factorization problems, explained with examples:

1. Identify the Expression to be Factorized

Example: Factorize x2+5x+6.

2. Look for Common Factors

Example: For 6x2+9x, factor out the greatest common factor (GCF):

6x2+9x = 3x(2x+3)

3. Factorize Completely

a. For Quadratic Polynomials: Find two numbers that multiply to give the constant term (in this case, 6) and add to give the coefficient of the middle term (5).

Example: For x2+5x+6, the numbers are 2 and 3 because 2×3=6 and 2+3 = 5.

Thus, the factorization is:

x2+5x+6 = (x+2)(x+3)

b. For Difference of Squares:

  • Use the formula a2−b2 = (a−b)(a+b).

Example: For x2−9:

x2−9 = (x−3)(x+3)

c. For Perfect Square Trinomials:

  • Use the formula a2 ± 2ab + b2 = (a±b)2.

Example: For x2+6x+9:

x2+6x+9 = (x+3)2

d. For Polynomials by Grouping: Group terms and factor each group separately, then factor out the common binomial factor.

Example: For x3+3x2+2x+6:

x3+3x2+2x+6 = (x3+3x2) + (2x+6)

= x2(x + 3) + 2(x + 3)

= (x2 + 2)(x + 3)

4. Recheck

Example: Verify the factorization of x2+5x+6 by expanding (x+2)(x+3):

(x+2)(x+3) = x2+3x+2x+6

= x2+5x+6

The original expression and the expanded result match, confirming the factorization is correct.

5. Simplify if Needed

Example: For the expression (6x2+9x)/3x​, simplify by factoring:

= (6x2+9x)/3x 

= {3x(2x+3)}/3x

= 2x+3

Also Read: Heights and Distances

Factorisation Method Solved Examples

Here are five solved examples of the factorization method:

Example 1: Factoring a Quadratic Expression

Expression: x2+9x+20

Steps:

  1. Find two numbers that multiply to 20 (constant term) and add to 9 (coefficient of x). These numbers are 4 and 5.
  2. Write the factorization: x2+9x+20 = (x+4)(x+5)

Verification:

= (x+4)(x+5) 

= x2+5x+4x+20 

= x2+9x+20

Example 2: Factoring a Difference of Squares

Expression: 49x2−36

Steps:

  1. Recognize this as a difference of squares: a2−b2 = (a−b)(a+b).
  2. Rewrite 49x2 as (7x)2 and 36 as 62.
  3. Apply the formula: 49x2−36 = (7x)22 = (7x−6)(7x+6)

Verification:

(7x−6)(7x+6) = 49x2+42x−42x−36 = 49x2−36

Example 3: Factoring a Perfect Square Trinomial

Expression: x2+10x+25

Steps:

  1. Recognize this as a perfect square trinomial: a2+2ab+b2 = (a+b)2.
  2. Here, x2 is a2, 25 is b2, and 10x is 2ab.
  3. Apply the formula: x2+10x+25 = (x+5)2

Verification:

(x+5)2 = x2+10x+25

Example 4: Factoring by Grouping

Expression: x3+4x2−3x−12

Steps:

  1. Group terms: (x3+4x2)−(3x+12).
  2. Factor out the common factors: x2(x+4)−3(x+4)
  3. Factor out the common binomial factor: (x2−3)(x+4)

Verification:

(x2−3)(x+4) = x3+4x2−3x−12

Example 5: Factoring a Polynomial with a Common Factor

Expression: 15x3−10x2+5x

Steps:

  1. Find the greatest common factor (GCF): The GCF of 15x3, −10x2, and 5x is 5x.
  2. Factor out the GCF: 15x3−10x2+5x = 5x(3x2−2x+1)

Verification:

5x(3x2−2x+1) = 15x3−10x2+5x

FAQs

How do you do the factorization method?

Factorization is the process of breaking down a mathematical expression into simpler parts (factors) that can be multiplied together to get the original expression. It’s like reverse multiplication.   

How do you do the factorization method?

Common methods include:
–Factoring out a common factor: Find the largest factor shared by all terms.
–Using special patterns: Recognize patterns like the difference of squares or perfect squares.   
–Grouping: Group terms to find common factors.

What are the 4 methods of factoring?

Here are the four common methods of factoring algebraic expressions including Factoring out a Greatest Common Factor (GCF), Factoring by Grouping, Factoring Quadratic Trinomials, and Factoring the Difference of Squares.

What is the formula for factorisation?

The formula for factorisation is N = Xa × Yb × Zc

RELATED BLOGS

Division of Algebraic Expressions
Multiplication of Algebraic Expressions
Reciprocal
Subtraction of Algebraic Expressions
Addition of Algebraic ExpressionsPipes and Cisterns

This was all about the “Factorisation Method”. For more such informative blogs, check out our Study Material Section, or you can learn more about us by visiting our  Indian exams page.

Leave a Reply

Required fields are marked *

*

*