A fraction with letters obeys the same rules as one with numbers
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.
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.
Simplify (x² − 5x + 6) / (x² − 9) and state the values of x for which it is undefined.
- Numerator:
x² − 5x + 6 = (x − 2)(x − 3).Two numbers multiplying to 6 and adding to −5. - Denominator:
x² − 9 = (x − 3)(x + 3).Difference of two squares. - The expression is undefined when the denominator is zero, so
x ≠ 3andx ≠ −3.Record this before cancelling, because the next step hides one of them. - 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. - Final answer
(x − 2)/(x + 3), withx ≠ 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.
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.
Simplify 3/(x − 2) − 2/(x + 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. - 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. - 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. - Collect:
(x + 7) / [(x − 2)(x + 1)], withx ≠ 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
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.
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.
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
- Factorise numerator and denominator completely before touching anything else.
- Cancel factors only — never terms inside a sum.
- Note the excluded values from the original expression, and keep them after cancelling.
- To add or subtract, use the LCM of the factorised denominators and bracket the second numerator when subtracting.
- To divide, invert the divisor and multiply — and remember the divisor itself must not be zero.