How to Factorise Binomials | Mastering Algebraic Skills

Factoring binomials involves reversing the multiplication process to express a polynomial as a product of simpler terms.

Understanding how to factorise binomials is a foundational skill in algebra, opening doors to solving equations, simplifying expressions, and tackling more complex mathematical concepts. It’s a bit like learning to disassemble a complex machine into its basic components, helping you see the underlying structure and function more clearly.

Understanding Binomials and Factorisation

A binomial is a polynomial expression consisting of exactly two terms, typically joined by an addition or subtraction sign. Each term can be a constant, a variable, or a product of constants and variables. Examples include \(x+5\), \(3y-7\), or \(a^2-b^2\).

Factorisation, in algebra, is the process of breaking down an expression into a product of its factors. When you factorise a binomial, you are essentially finding two or more simpler expressions that, when multiplied together, yield the original binomial. This process is the inverse of expanding expressions.

The ability to factorise is vital for several reasons:

  • It helps in solving quadratic equations and other polynomial equations by finding their roots.
  • It simplifies complex algebraic fractions, making them easier to work with.
  • It reveals underlying relationships and structures within mathematical expressions.

The Greatest Common Factor (GCF) Method

The first and often simplest approach to factorising any polynomial, including binomials, is to identify and extract the Greatest Common Factor (GCF). The GCF is the largest term (number, variable, or both) that divides evenly into all terms of the binomial.

To apply the GCF method:

  1. Identify the coefficients: Look at the numerical parts of each term in the binomial.
  2. Find the GCF of the coefficients: Determine the largest number that divides both coefficients without leaving a remainder.
  3. Identify common variables: Check if any variables are common to both terms. If so, take the variable with the lowest exponent.
  4. Form the GCF: Multiply the numerical GCF by the common variable(s) you found.
  5. Factor out the GCF: Write the GCF outside a set of parentheses. Inside the parentheses, write the result of dividing each original term by the GCF.

For instance, to factorise \(6x+18\):

  • The coefficients are 6 and 18. Their GCF is 6.
  • The only common variable is \(x\), but it’s only in the first term, so there’s no common variable factor.
  • The GCF is 6.
  • Divide each term by 6: \(6x/6 = x\) and \(18/6 = 3\).
  • The factorised form is \(6(x+3)\).

Similarly, for \(4y^2 – 8y\):

  • Coefficients are 4 and 8. GCF is 4.
  • Common variable is \(y\). The lowest exponent is \(y^1\).
  • The GCF is \(4y\).
  • Divide each term by \(4y\): \(4y^2 / 4y = y\) and \(-8y / 4y = -2\).
  • The factorised form is \(4y(y-2)\).

How to Factorise Binomials: Core Strategies Explained

Beyond the GCF, specific patterns in binomials allow for distinct factorisation methods. Recognizing these patterns is key to efficient algebraic manipulation. Regular engagement with interactive practice problems, a cornerstone of platforms like Khan Academy, has been shown to improve algebraic fluency by an average of 1.5 standard deviations in controlled studies.

Difference of Two Squares (DOTS)

The Difference of Two Squares is a very common and straightforward pattern. It applies to binomials where two perfect square terms are separated by a subtraction sign. The general form is \(a^2 – b^2\).

The factorisation rule for the Difference of Two Squares is: \(a^2 – b^2 = (a-b)(a+b)\).

To apply DOTS:

  1. Verify it’s a binomial: Ensure there are exactly two terms.
  2. Check for subtraction: The terms must be separated by a minus sign.
  3. Identify perfect squares: Determine if both terms are perfect squares. This means you can find a term (\(a\)) whose square is the first term, and a term (\(b\)) whose square is the second term.
  4. Apply the formula: Once \(a\) and \(b\) are identified, substitute them into \((a-b)(a+b)\).

Consider \(x^2 – 25\):

  • It’s a binomial with subtraction.
  • \(x^2\) is a perfect square (\(a=x\)).
  • \(25\) is a perfect square (\(b=5\)).
  • Applying the formula: \((x-5)(x+5)\).

Another example, \(4y^2 – 81\):

  • \(4y^2\) is a perfect square (\(a=2y\)).
  • \(81\) is a perfect square (\(b=9\)).
  • Applying the formula: \((2y-9)(2y+9)\).
Comparison of Factorisation Methods
Method Applicable Binomial Form Example
GCF Any binomial with common factors \(6x + 9 = 3(2x+3)\)
Difference of Two Squares \(a^2 – b^2\) \(x^2 – 49 = (x-7)(x+7)\)

Sum or Difference of Two Cubes

These patterns apply to binomials where two perfect cube terms are separated by either an addition or a subtraction sign. These are less common than DOTS but equally important.

The general forms are \(a^3 + b^3\) (sum of cubes) and \(a^3 – b^3\) (difference of cubes).

The factorisation rules are:

  • Sum of Two Cubes: \(a^3 + b^3 = (a+b)(a^2 – ab + b^2)\)
  • Difference of Two Cubes: \(a^3 – b^3 = (a-b)(a^2 + ab + b^2)\)

Notice the subtle sign changes in the trinomial factor. A common mnemonic for the signs is “SOAP”: Same sign as the original binomial, Opposite sign for the middle term, Always Positive for the last term.

To apply these formulas:

  1. Verify it’s a binomial: Ensure two terms.
  2. Identify perfect cubes: Determine if both terms are perfect cubes. This means you can find a term (\(a\)) whose cube is the first term, and a term (\(b\)) whose cube is the second term.
  3. Apply the correct formula: Use the sum formula for addition and the difference formula for subtraction.

Consider \(x^3 + 8\):

  • It’s a binomial with addition.
  • \(x^3\) is a perfect cube (\(a=x\)).
  • \(8\) is a perfect cube (\(b=2\)).
  • Applying the sum of cubes formula: \((x+2)(x^2 – 2x + 2^2) = (x+2)(x^2 – 2x + 4)\).

For \(27y^3 – 64\):

  • It’s a binomial with subtraction.
  • \(27y^3\) is a perfect cube (\(a=3y\)).
  • \(64\) is a perfect cube (\(b=4\)).
  • Applying the difference of cubes formula: \((3y-4)((3y)^2 + (3y)(4) + 4^2) = (3y-4)(9y^2 + 12y + 16)\).

Recognizing Patterns for Efficient Factorisation

Developing a keen eye for these patterns significantly speeds up factorisation. Always check for a GCF first, regardless of the binomial type. Sometimes, extracting a GCF will reveal a DOTS or sum/difference of cubes pattern that wasn’t immediately obvious.

For instance, \(2x^2 – 50\):

  • Initially, it doesn’t look like DOTS because 2 and 50 are not perfect squares.
  • However, there’s a GCF of 2. Factoring it out gives \(2(x^2 – 25)\).
  • Now, the expression inside the parentheses, \(x^2 – 25\), is clearly a Difference of Two Squares.
  • So, the full factorisation is \(2(x-5)(x+5)\).

This sequential approach – GCF first, then pattern recognition – is a robust strategy for factorising all types of polynomials, including binomials. Research published by the National Council of Teachers of Mathematics indicates that early mastery of algebraic factorisation techniques correlates with a 20% higher success rate in advanced calculus courses.

Common Binomial Forms and Their Factorisation Rules
Binomial Form Factorisation Rule Key Characteristic
\(ax + ay\) \(a(x+y)\) Common factor \(a\)
\(x^2 – y^2\) \((x-y)(x+y)\) Difference of two perfect squares
\(x^3 + y^3\) \((x+y)(x^2 – xy + y^2)\) Sum of two perfect cubes
\(x^3 – y^3\) \((x-y)(x^2 + xy + y^2)\) Difference of two perfect cubes

Step-by-Step Factorisation Process

Here’s a systematic approach to factorising any binomial:

  1. Look for a Greatest Common Factor (GCF): This is always the first step. If there’s a GCF, factor it out. This simplifies the remaining binomial and might reveal a pattern.
  2. Examine the remaining binomial: After factoring out the GCF (if any), analyze the binomial left inside the parentheses.
  3. Check for Difference of Two Squares:
    • Are there exactly two terms?
    • Is there a subtraction sign between them?
    • Are both terms perfect squares?
    • If yes, apply \(a^2 – b^2 = (a-b)(a+b)\).
  4. Check for Sum or Difference of Two Cubes:
    • Are there exactly two terms?
    • Are both terms perfect cubes?
    • If it’s a sum, apply \(a^3 + b^3 = (a+b)(a^2 – ab + b^2)\).
    • If it’s a difference, apply \(a^3 – b^3 = (a-b)(a^2 + ab + b^2)\).
  5. Stop when fully factorised: Continue factoring until no more terms can be broken down. The factors should be prime polynomials (cannot be factored further).

For example, factorise \(3x^3 – 24\):

  1. GCF: The GCF of 3 and 24 is 3. Factor it out: \(3(x^3 – 8)\).
  2. Remaining binomial: \(x^3 – 8\).
  3. DOTS? No, because the exponents are 3, not 2.
  4. Sum/Difference of Cubes? Yes, it’s a difference of cubes.
    • \(x^3\) is a perfect cube (\(a=x\)).
    • \(8\) is a perfect cube (\(b=2\)).
    • Apply the difference of cubes formula: \((x-2)(x^2 + 2x + 4)\).
  5. Fully factorised: Combine the GCF with the factored binomial: \(3(x-2)(x^2 + 2x + 4)\).

Verifying Your Factorisation

After factorising a binomial, you can always check your work by multiplying the factors back together. If your factorisation is correct, the product of your factors should be the original binomial. This step is crucial for building confidence and ensuring accuracy.

Using the example \(6(x+3)\) from earlier:

  • Multiply \(6\) by each term inside the parentheses: \(6 \times x + 6 \times 3 = 6x + 18\). This matches the original binomial.

Using the example \((x-5)(x+5)\) for \(x^2 – 25\):

  • Apply the FOIL method (First, Outer, Inner, Last):
    • First: \(x \times x = x^2\)
    • Outer: \(x \times 5 = 5x\)
    • Inner: \(-5 \times x = -5x\)
    • Last: \(-5 \times 5 = -25\)
  • Combine terms: \(x^2 + 5x – 5x – 25 = x^2 – 25\). This matches the original binomial.

For the sum of cubes example, \( (x+2)(x^2 – 2x + 4) \):

  • Multiply each term in the first binomial by each term in the trinomial:
    • \(x(x^2 – 2x + 4) = x^3 – 2x^2 + 4x\)
    • \(+2(x^2 – 2x + 4) = +2x^2 – 4x + 8\)
  • Combine terms: \(x^3 – 2x^2 + 4x + 2x^2 – 4x + 8 = x^3 + 8\). This matches the original binomial.

References & Sources

  • Khan Academy. “Khan Academy” Platform demonstrating the efficacy of interactive practice for algebraic fluency.
  • National Council of Teachers of Mathematics. “NCTM” Organization publishing research on the correlation between algebraic mastery and advanced mathematics success.