MathematicsCore20 min read

Algebraic Fractions

Cancelling safely, and never forgetting what you are not allowed to divide by

This topic appears in:

01

A fraction with letters obeys the same rules as one with numbers

Definition

Excluded value — Any value of the variable that makes a denominator zero. It must be excluded from the domain, and it stays excluded even after the offending factor has been cancelled.

An algebraic fraction is a quotient of two polynomials, such as (x² − 4)/(x + 2). Everything you already know about 6/8 transfers directly: cancel common factors to simplify, use a common denominator to add, invert and multiply to divide.

One thing does not transfer, and it is the whole difficulty of the chapter. With numbers you know instantly that 6/0 is nonsense. With letters, the denominator is only zero for certain values of x, and you have to find them and say so.

You may only cancel factors, never terms

In (x + 3)/(x + 5) nothing cancels — the x values are terms inside a sum, not factors of the whole. Crossing them out to get 3/5 is the single most common error in all of algebra. Cancelling is legal only when the thing you remove multiplies the entire numerator and the entire denominator, which is why you factorise first.

02

Simplifying: factorise, then cancel, then state the restriction

The routine never changes. Factorise the numerator completely. Factorise the denominator completely. Note the values that make the denominator zero. Cancel any factor appearing in both. Write the answer together with the restriction.

Worked example

Simplify (x² − 5x + 6) / (x² − 9) and state the values of x for which it is undefined.

  1. Numerator: x² − 5x + 6 = (x − 2)(x − 3).Two numbers multiplying to 6 and adding to −5.
  2. Denominator: x² − 9 = (x − 3)(x + 3).Difference of two squares.
  3. The expression is undefined when the denominator is zero, so x ≠ 3 and x ≠ −3.Record this before cancelling, because the next step hides one of them.
  4. Cancel the common factor (x − 3): the fraction becomes (x − 2)/(x + 3).A factor of the whole numerator and the whole denominator — cancelling is legitimate here.
  5. Final answer (x − 2)/(x + 3), with x ≠ 3, −3.The simplified form looks perfectly happy at x = 3, but the original was not, so the restriction stays.

(x − 2)/(x + 3), x ≠ 3 and x ≠ −3

The first option cancels, leaving a straight line with a single point punched out. The second cannot cancel, so the graph blows up into a vertical asymptote instead. Cancelling removes a hole, never a restriction.

03

Adding and subtracting

You need a common denominator, and the efficient choice is the LCM of the factorised denominators — not their product, which usually leaves you simplifying a much bigger fraction at the end.

The commonest mistake is a sign. When subtracting, the minus applies to every term of the second numerator, so bracket it before you expand.

Worked example

Simplify 3/(x − 2) − 2/(x + 1).

  1. The denominators share no factor, so the LCM is (x − 2)(x + 1).Check for a common factor first; when there is one, the LCM is smaller than the product.
  2. Rewrite: [3(x + 1) − 2(x − 2)] / [(x − 2)(x + 1)].Each numerator is multiplied by whatever its denominator was missing. Keep the subtraction inside the bracket.
  3. Expand the numerator: 3x + 3 − 2x + 4.The −2 multiplies both terms of (x − 2), so −2 × −2 = +4. This is the sign that costs marks.
  4. Collect: (x + 7) / [(x − 2)(x + 1)], with x ≠ 2, −1.Leave the denominator factorised — it shows the restrictions and makes any later cancelling visible.

(x + 7) / [(x − 2)(x + 1)], x ≠ 2, −1

04

Multiplying and dividing

Multiplication is the easy case: factorise everything, cancel across the two fractions, then write what is left. There is no need for a common denominator.

Division is multiplication by the reciprocal — invert the second fraction and multiply. But note carefully: the excluded values of the original divisor still apply, because you were never allowed to divide by zero in the first place.

(a/b) × (c/d) = ac / bd(a/b) ÷ (c/d) = (a/b) × (d/c)(c ≠ 0 and d ≠ 0)invert the divisor, not the dividend — and both c and d generate restrictions

Where the restrictions come from in a division

For (x+1)/(x−3) ÷ (x+1)/(x+2), three values are excluded: x ≠ 3 from the first denominator, x ≠ −2 from the second, and x ≠ −1 because the divisor itself must not be zero. That third one survives even though the factor cancels, and it is the one students miss.

05

Square roots of algebraic expressions

The syllabus also asks for square roots of expressions that turn out to be perfect squares. The method is to recognise the pattern a² ± 2ab + b² and write down (a ± b).

For an expression like x² + 1/x² + 2, notice that the middle term 2 is 2 × x × (1/x), so the whole thing is (x + 1/x)² and its square root is x + 1/x. Checking the middle term against 2ab is what confirms the guess.

Before you leave this chapter

  1. Factorise numerator and denominator completely before touching anything else.
  2. Cancel factors only — never terms inside a sum.
  3. Note the excluded values from the original expression, and keep them after cancelling.
  4. To add or subtract, use the LCM of the factorised denominators and bracket the second numerator when subtracting.
  5. To divide, invert the divisor and multiply — and remember the divisor itself must not be zero.

Practice questions

6 questions · 20 marks · full working on every one

Try each one on paper first, then open the working. The marks are shown where they are actually awarded, because that is where they are actually lost.

Short questions

3 · 6 marks

Two marks each, in the style of the short-question section of the paper. Answer in two or three lines.

SQ1[2 marks]
Simplify (x² − 16)/(x + 4) and state any restriction.
Model answer

Factorising, (x − 4)(x + 4)/(x + 4) = x − 4, provided x ≠ −4.

Examiner tip. The restriction is worth its own mark. The simplified answer x − 4 is perfectly defined at x = −4, but the original expression was not.

SQ2[2 marks]
Explain why (x + 5)/(x + 7) cannot be simplified.
Model answer

The x values are terms inside sums, not factors of the whole numerator and denominator. Cancelling is only permitted for factors that multiply the entire expression, and here neither the numerator nor the denominator factorises further.

Examiner tip. The word "factor" is what the mark scheme is looking for. A numerical counterexample such as (2+5)/(2+7) = 7/9 ≠ 5/7 also earns credit.

SQ3[2 marks]
State the values of x for which (x + 1) / (x² − 5x + 6) is undefined.
Model answer

Factorising the denominator gives (x − 2)(x − 3), which is zero at x = 2 and x = 3. The expression is undefined at those two values.

Examiner tip. Factorise the denominator even when the question does not ask you to simplify. Both roots are needed for the marks.

Solved numericals

2 · 8 marks

Full working, one step per line, with the marks shown where they are awarded.

N1[4 marks]
Simplify 2/(x − 3) + 3/(x + 2).
Full working
  1. Common denominator (x − 3)(x + 2)no shared factor, so the LCM is the product[1]
  2. Numerator = 2(x + 2) + 3(x − 3)each numerator multiplied by the missing factor[1]
  3. = 2x + 4 + 3x − 9 = 5x − 5[1]
  4. = 5(x − 1) / [(x − 3)(x + 2)], with x ≠ 3, −2factorising the numerator shows nothing further cancels[1]

5(x − 1) / [(x − 3)(x + 2)], x ≠ 3, −2

Examiner tip. Always factorise the final numerator. It takes ten seconds and it is the only way to see whether the answer simplifies further.

N2[4 marks]
Simplify (x² − 1)/(x² + 4x + 3) × (x + 3)/(x − 1).
Full working
  1. x² − 1 = (x − 1)(x + 1)difference of two squares[1]
  2. x² + 4x + 3 = (x + 1)(x + 3)[1]
  3. Cancels (x + 1), (x + 3) and (x − 1) across the two fractionsin a multiplication you may cancel a numerator factor against either denominator[1]
  4. Result 1, with x ≠ 1, −1, −3the restrictions are needed for the mark[1]

1, provided x ≠ 1, −1, −3

Examiner tip. When everything cancels to 1, do not assume you have made a mistake — examiners set these deliberately, and the marks are then almost entirely for the restrictions.

Long questions

1 · 6 marks

Theory and numerical together, as they appear in the long-question section.

LQ1[6 marks]
Consider the expression E = [1/(x − 2) − 1/(x + 2)] ÷ [4/(x² − 4)].
  1. Simplify the expression inside the first bracket.
  2. Hence simplify E completely.
  3. State all the values of x for which E is undefined.
Mark scheme
  1. Common denominator (x − 2)(x + 2) = x² − 4; numerator = (x + 2) − (x − 2) = 4the x terms cancel — that is the design of the question[1]
  2. First bracket = 4/(x² − 4)[1]
  3. Division becomes multiplication by the reciprocal: [4/(x² − 4)] × [(x² − 4)/4][1]
  4. E = 1[1]
  5. Denominators vanish at x = 2 and x = −2[1]
  6. Those are the only exclusions; the divisor 4/(x² − 4) is never zero, since its numerator is the constant 4checking whether the divisor can be zero is the step being tested[1]

(a) 4/(x² − 4) (b) E = 1 (c) undefined only at x = 2 and x = −2

Examiner tip. Part (c) asks you to check whether the divisor can be zero. Here it cannot, because its numerator is a non-zero constant — say so explicitly rather than leaving the examiner to assume you checked.