TheIGCSEMathsTutor.com

Algebraic Fractions and Rationalising the Denominator

Simplifying, multiplying, dividing, adding and subtracting algebraic fractions, then rationalising the denominator using the conjugate. This is Extended-tier content, with worked examples and an exam-style question set out the way the mark scheme rewards.

0580 · E2.3 / E1.18 Extended
01

Simplifying algebraic fractions

Factorise, then cancel
  1. Factorise the numerator fully.
  2. Factorise the denominator fully.
  3. Cancel any factor that appears in both.
Example 1 - Cancelling a common factor

Simplify \(\dfrac{x^2 + 3x}{x^2 - 9}\).

Solution

Factorise the top and bottom. The top is \(x(x + 3)\); the bottom is a difference of two squares, \((x + 3)(x - 3)\). Cancel the common factor \((x + 3)\):

\[\frac{x^2 + 3x}{x^2 - 9} = \frac{x(x + 3)}{(x + 3)(x - 3)} = \frac{x}{x - 3}\]
Only cancel factors

You can cancel \((x + 3)\) because it multiplies the rest of the expression. You cannot cancel the \(x\) in \(\dfrac{x + 2}{x + 5}\), because there those \(x\) terms are added, not multiplied. Always factorise first, then cancel.

02

Multiplying and dividing

Multiply across, flip to divide
  1. Factorise every numerator and denominator.
  2. Cancel any common factors across the fractions.
  3. Multiply the numerators together and the denominators together.
  4. To divide: flip the second fraction first, then follow steps 1–3.
Example 2 - Multiplying

Simplify \(\dfrac{x + 2}{x} \times \dfrac{x^2}{x^2 - 4}\).

Solution

Factorise \(x^2 - 4 = (x + 2)(x - 2)\), then cancel \((x + 2)\) and one factor of \(x\):

\[\frac{x + 2}{x} \times \frac{x^2}{(x + 2)(x - 2)} = \frac{x}{x - 2}\]
Example 3 - Dividing

Simplify \(\dfrac{3}{x + 1} \div \dfrac{6}{x^2 - 1}\).

Solution

Multiply by the reciprocal, and factorise \(x^2 - 1 = (x + 1)(x - 1)\):

\[\frac{3}{x + 1} \times \frac{(x + 1)(x - 1)}{6} = \frac{x - 1}{2}\]
03

Adding and subtracting

Find a common denominator
  1. Find the common denominator (usually the product of the two denominators).
  2. Rewrite each fraction over that denominator.
  3. Combine the numerators, keeping signs carefully.
  4. Expand and simplify the numerator.
Example 4 - Adding

Write \(\dfrac{2}{x} + \dfrac{3}{x + 1}\) as a single fraction.

Solution

The common denominator is \(x(x + 1)\):

\[\frac{2(x + 1)}{x(x + 1)} + \frac{3x}{x(x + 1)} = \frac{2x + 2 + 3x}{x(x + 1)} = \frac{5x + 2}{x(x + 1)}\]
Example 5 - Subtracting

Write \(\dfrac{5}{x - 2} - \dfrac{3}{x + 2}\) as a single fraction.

Solution

The common denominator is \((x - 2)(x + 2)\). Keep the subtraction sign attached to the whole second numerator:

\[\frac{5(x + 2) - 3(x - 2)}{(x - 2)(x + 2)} = \frac{5x + 10 - 3x + 6}{(x - 2)(x + 2)} = \frac{2x + 16}{(x - 2)(x + 2)}\]
Watch the subtraction sign

When subtracting, the minus sign applies to every term in the second numerator. Using a bracket keeps it right: \(-3(x - 2) = -3x + 6\), not \(-3x - 6\).

04

Surds: a quick recap

The surd rules

A surd is a root that does not simplify to a whole number, such as \(\sqrt{2}\) or \(\sqrt{5}\). The two rules you need for rationalising are:

\[\sqrt{a} \times \sqrt{b} = \sqrt{ab} \qquad \sqrt{a} \times \sqrt{a} = a\]

Simplify a surd by taking out the largest square factor.

Example 6 - Simplifying a surd

Simplify \(\sqrt{50}\).

Solution
\[\sqrt{50} = \sqrt{25 \times 2} = \sqrt{25} \times \sqrt{2} = 5\sqrt{2}\]
05

Rationalising a single-term denominator

Remove the surd from the bottom

Rationalising means rewriting a fraction so the denominator has no surd. When the denominator is a single surd \(\sqrt{a}\), multiply the top and bottom by \(\sqrt{a}\), because \(\sqrt{a} \times \sqrt{a} = a\).

Example 7 - A single surd

Rationalise \(\dfrac{6}{\sqrt{3}}\).

Solution

Multiply the top and bottom by \(\sqrt{3}\):

\[\frac{6}{\sqrt{3}} \times \frac{\sqrt{3}}{\sqrt{3}} = \frac{6\sqrt{3}}{3} = 2\sqrt{3}\]
06

Rationalising a two-term denominator

Multiply by the conjugate
  1. Write down the conjugate: same two terms, opposite sign between them.
  2. Multiply both numerator and denominator by the conjugate.
  3. Expand the denominator using \((a+b)(a-b)=a^2-b^2\) to clear the surd.
  4. Expand the numerator and simplify.
Example 8 - Using the conjugate

Rationalise \(\dfrac{1}{1 + \sqrt{3}}\).

Solution

Multiply the top and bottom by the conjugate \(1 - \sqrt{3}\):

\[\frac{1}{1 + \sqrt{3}} \times \frac{1 - \sqrt{3}}{1 - \sqrt{3}} = \frac{1 - \sqrt{3}}{1^2 - (\sqrt{3})^2} = \frac{1 - \sqrt{3}}{1 - 3}\]

Simplify the denominator and tidy the signs:

\[= \frac{1 - \sqrt{3}}{-2} = \frac{\sqrt{3} - 1}{2}\]
07

Exam-style question

Exam question 1 - Fractions and surds - 7 marks

(a) Simplify \(\dfrac{x^2 - 16}{x^2 + 5x + 4}\). [3]

(b) Write \(\dfrac{4}{x + 2} + \dfrac{1}{x - 3}\) as a single fraction. [2]

(c) Rationalise the denominator of \(\dfrac{10}{\sqrt{5}}\). [2]

Show solution (a)

Factorise both: \(x^2 - 16 = (x + 4)(x - 4)\) and \(x^2 + 5x + 4 = (x + 4)(x + 1)\). Cancel \((x + 4)\):

\[\frac{x^2 - 16}{x^2 + 5x + 4} = \frac{(x + 4)(x - 4)}{(x + 4)(x + 1)} = \frac{x - 4}{x + 1}\]
Show solution (b)

Common denominator \((x + 2)(x - 3)\):

\[\frac{4(x - 3) + 1(x + 2)}{(x + 2)(x - 3)} = \frac{4x - 12 + x + 2}{(x + 2)(x - 3)} = \frac{5x - 10}{(x + 2)(x - 3)}\]
Show solution (c)

Multiply the top and bottom by \(\sqrt{5}\):

\[\frac{10}{\sqrt{5}} \times \frac{\sqrt{5}}{\sqrt{5}} = \frac{10\sqrt{5}}{5} = 2\sqrt{5}\]
Why this question matters

Algebraic fractions and surds are core Extended skills that feed into solving equations, functions and the non-calculator paper. Always factorise fully before cancelling, keep the subtraction sign attached to the whole numerator, and remember that a two-term denominator is rationalised with its conjugate and the difference of two squares.

08

Common mistakes

Cancelling terms, not factors

You can only cancel a factor that multiplies the whole numerator and denominator. In \(\dfrac{x + 2}{x + 5}\) nothing cancels, because the \(x\) values are terms, not factors.

Not factorising first

To simplify a fraction you must factorise the top and bottom fully before looking for common factors. Cancelling before factorising leads to wrong answers.

Losing the subtraction sign

When subtracting fractions, the minus sign applies to every term of the second numerator. Use a bracket: \(- (3x - 6) = -3x + 6\).

Leaving a surd on the bottom

A final answer should have a rational denominator and any surds fully simplified, so \(\sqrt{50}\) becomes \(5\sqrt{2}\) and no root is left underneath.

Need help with algebra?

I teach IGCSE Maths one-to-one online. Book a free chat and we can work through algebraic fractions, surds and exam technique together.

Book a Free Chat