Algebraic Fractions and Factorization | Complete Guide

Synopsis

This article covers the essential skills of algebraic fractions and factorization – a core topic in DSE Paper 1 Section A(1) and A(2) worth 4–6 marks. You will learn how to simplify algebraic fractions, perform the four operations (addition, subtraction, multiplication, division), and apply factorization techniques including common factor, grouping, cross-method, and identities. The article also introduces the Factor Theorem and Remainder Theorem – key tools for polynomial manipulation. Includes step-by-step worked examples, DSE exam techniques, practice questions, and a full set of homework with solutions. These are essential skills that form the foundation for more advanced algebra topics.


Learning Objectives

By the end of this article, you should be able to:

  • Simplify algebraic fractions by cancelling common factors.
  • Perform addition, subtraction, multiplication, and division of algebraic fractions.
  • Factorize algebraic expressions using common factor, grouping, cross-method, and identities.
  • Apply the Factor Theorem to find factors of polynomials.
  • Apply the Remainder Theorem to find remainders without division.
  • Combine factorization and algebraic fraction skills to solve DSE-style problems.

1. Introduction

Algebraic fractions and factorization appear every year in DSE Paper 1 Section A(1) and A(2). Questions may ask you to:

  • Simplify an algebraic fraction
  • Add, subtract, multiply, or divide algebraic fractions
  • Factorize an expression using cross-method or identities
  • Use the factor theorem or remainder theorem

These are essential skills that also appear in more advanced topics like quadratic equations and functions. Master them early!

DSE Exam Tip

Questions on algebraic fractions and factorization often appear in Section A(1) and A(2) as short-answer questions worth 3–4 marks each. They test your algebraic manipulation skills.

2. Simplifying Algebraic Fractions

An algebraic fraction is a fraction where the numerator and/or denominator contain algebraic expressions. To simplify, factorize both the numerator and denominator, then cancel common factors.

Key Steps

  1. Factorize the numerator and denominator completely.
  2. Cancel any common factors (both numbers and algebraic expressions).
  3. State any restrictions (values that make the denominator zero).

Example

Simplify: \( \frac{x^2 - 4}{x^2 - 2x} \)

Solution

\( \frac{x^2 - 4}{x^2 - 2x} = \frac{(x-2)(x+2)}{x(x-2)} = \frac{x+2}{x} \), where \( x \neq 0, 2 \)

Common DSE Mistake

You cannot cancel terms that are added or subtracted – only factors that are multiplied. For example, you cannot cancel \( x \) in \( \frac{x+2}{x+3} \).

3. Four Operations on Algebraic Fractions

Multiplication

$$ \frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd} $$

Factorize and cancel first, then multiply.

Example

\( \frac{x^2-1}{x} \times \frac{2x}{x+1} = \frac{(x-1)(x+1)}{x} \times \frac{2x}{x+1} = 2(x-1) \)

Division

$$ \frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc} $$

Flip the second fraction (reciprocal), then multiply.

Example

\( \frac{x^2-9}{x} \div \frac{x-3}{x+2} = \frac{(x-3)(x+3)}{x} \times \frac{x+2}{x-3} = \frac{(x+3)(x+2)}{x} \)

Addition & Subtraction

$$ \frac{a}{b} \pm \frac{c}{d} = \frac{ad \pm bc}{bd} $$

Find the lowest common denominator (LCD), then combine numerators.

Example

\( \frac{2}{x} + \frac{3}{x+1} = \frac{2(x+1) + 3x}{x(x+1)} = \frac{2x+2+3x}{x(x+1)} = \frac{5x+2}{x(x+1)} \)

4. Factorization Techniques

Technique 1: Common Factor

Identify the highest common factor (HCF) of all terms and factor it out.

Example

\( 6x^2 + 9x = 3x(2x + 3) \)

Technique 2: Grouping

Group terms with common factors, then factor each group.

Example

\( 2x^2 + 6x + 3x + 9 = 2x(x+3) + 3(x+3) = (2x+3)(x+3) \)

Technique 3: Cross-Method (Quadratic Trinomials)

For \( ax^2 + bx + c \), find two numbers that multiply to \( ac \) and add to \( b \).

Example

\( 2x^2 + 7x + 3 = (2x+1)(x+3) \)

Check: \( (2x+1)(x+3) = 2x^2 + 6x + x + 3 = 2x^2 + 7x + 3 \)

Technique 4: Using Identities

  • Difference of squares: \( a^2 - b^2 = (a-b)(a+b) \)
  • Perfect square: \( a^2 \pm 2ab + b^2 = (a \pm b)^2 \)
Example

\( 9x^2 - 16 = (3x-4)(3x+4) \)

\( x^2 + 6x + 9 = (x+3)^2 \)

5. Factor Theorem

If \( P(x) \) is a polynomial and \( P(a) = 0 \), then \( (x-a) \) is a factor of \( P(x) \).

DSE Memory Aid

Factor Theorem: If \( P(a) = 0 \), then \( (x-a) \) is a factor.

Worked Example

Question: Show that \( (x-2) \) is a factor of \( P(x) = x^3 - 3x^2 + 4 \).

Solution

\( P(2) = 2^3 - 3(2)^2 + 4 = 8 - 12 + 4 = 0 \)

Since \( P(2) = 0 \), \( (x-2) \) is a factor of \( P(x) \).

6. Remainder Theorem

When a polynomial \( P(x) \) is divided by \( (x-a) \), the remainder is \( P(a) \).

DSE Memory Aid

Remainder Theorem: The remainder when dividing \( P(x) \) by \( (x-a) \) is \( P(a) \).

Worked Example

Question: Find the remainder when \( P(x) = 2x^3 - 3x + 5 \) is divided by \( (x-1) \).

Solution

\( P(1) = 2(1)^3 - 3(1) + 5 = 2 - 3 + 5 = 4 \)

Remainder = 4

7. Worked Examples

Example 1: Simplifying Algebraic Fractions

Question: Simplify \( \frac{x^2 - 5x + 6}{x^2 - 9} \).

Solution

Factorize numerator: \( x^2 - 5x + 6 = (x-2)(x-3) \)

Factorize denominator: \( x^2 - 9 = (x-3)(x+3) \)

\( \frac{(x-2)(x-3)}{(x-3)(x+3)} = \frac{x-2}{x+3} \), where \( x \neq \pm 3 \)

Example 2: Adding Algebraic Fractions

Question: Simplify \( \frac{3}{x-1} + \frac{2}{x+2} \).

Solution

LCD = \( (x-1)(x+2) \)

\( \frac{3(x+2) + 2(x-1)}{(x-1)(x+2)} = \frac{3x+6+2x-2}{(x-1)(x+2)} = \frac{5x+4}{(x-1)(x+2)} \)

Example 3: Factor Theorem

Question: Factorize \( P(x) = x^3 - 4x^2 + x + 6 \) completely.

Solution

Test \( x = 2 \): \( P(2) = 8 - 16 + 2 + 6 = 0 \). So \( (x-2) \) is a factor.

Divide: \( P(x) = (x-2)(x^2 - 2x - 3) \)

Factorize quadratic: \( x^2 - 2x - 3 = (x-3)(x+1) \)

Answer: \( P(x) = (x-2)(x-3)(x+1) \)

8. Exam-Style Practice Questions

Section A(1) & A(2) Style

Question 1 MC
Simplify \( \frac{x^2 - 4x + 4}{x^2 - 4} \).
A. \( \frac{x-2}{x+2} \)     B. \( \frac{x+2}{x-2} \)     C. \( \frac{x-2}{x} \)     D. \( \frac{x}{x+2} \)

Question 2 MC
Factorize \( 2x^2 + 5x - 3 \).
A. \( (2x-1)(x+3) \)     B. \( (2x+1)(x-3) \)     C. \( (2x-3)(x+1) \)     D. \( (2x+3)(x-1) \)

Question 3 Short Answer
Simplify \( \frac{2}{x} + \frac{3}{x-1} \).

Question 4 Short Answer
Find the remainder when \( P(x) = x^3 - 2x^2 + 3x - 4 \) is divided by \( (x-2) \).

Question 5 MC
Which of the following is a factor of \( P(x) = x^3 - 3x^2 - 4x + 12 \)?
A. \( (x-2) \)     B. \( (x+2) \)     C. \( (x-3) \)     D. \( (x+3) \)

9. Solutions with Explanations

Question 1: A. \( \frac{x-2}{x+2} \)
\( x^2 - 4x + 4 = (x-2)^2 \), \( x^2 - 4 = (x-2)(x+2) \)
\( \frac{(x-2)^2}{(x-2)(x+2)} = \frac{x-2}{x+2} \), where \( x \neq \pm 2 \)
Question 2: A. \( (2x-1)(x+3) \)
Check: \( (2x-1)(x+3) = 2x^2 + 6x - x - 3 = 2x^2 + 5x - 3 \)
Question 3: \( \frac{5x-2}{x(x-1)} \)
LCD = \( x(x-1) \)
\( \frac{2(x-1) + 3x}{x(x-1)} = \frac{2x-2+3x}{x(x-1)} = \frac{5x-2}{x(x-1)} \)
Question 4: 2
\( P(2) = 2^3 - 2(2)^2 + 3(2) - 4 = 8 - 8 + 6 - 4 = 2 \)
Question 5: A. \( (x-2) \)
\( P(2) = 8 - 12 - 8 + 12 = 0 \), so \( (x-2) \) is a factor.

10. Exercise

Click the following link to have
 An Exercise on Algebraic Fractions and Factorization | Complete Guide

Key Takeaways

What You Should Remember
  • Factorize before simplifying algebraic fractions – then cancel common factors.
  • For addition/subtraction, find the LCD first. For multiplication/division, factorize and cancel before multiplying.
  • Factorization techniques: Common factor, grouping, cross-method, identities.
  • Factor Theorem: If \( P(a) = 0 \), then \( (x-a) \) is a factor.
  • Remainder Theorem: The remainder when dividing \( P(x) \) by \( (x-a) \) is \( P(a) \).
  • This topic guarantees 4–6 marks in DSE Paper 1 Section A(1) and A(2) – master these essential skills!

Summary Checklist for Revision

  • Simplify algebraic fractions: factorize then cancel
  • Addition/subtraction: find LCD
  • Multiplication/division: factorize, cancel, then multiply
  • Common factor: factor out HCF
  • Grouping: group terms with common factors
  • Cross-method: for \( ax^2 + bx + c \)
  • Identities: difference of squares, perfect squares
  • Factor Theorem: \( P(a) = 0 \)\( (x-a) \) is a factor
  • Remainder Theorem: remainder = \( P(a) \)