Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 5 ~40 min Algebraic Techniques C · Path +85 XP

Algebraic Fractions

Algebraic fractions obey exactly the rules you learned for numerical ones. The difficulty is not the fractions, it is remembering that a numerator with two terms is a single quantity and must be bracketed.

Today's hook: Simplify $\dfrac{x + 3}{4} - \dfrac{x - 1}{6}$. Most errors here have nothing to do with algebra. They happen because the subtraction is applied to only the first term of $x - 1$, and the missing bracket costs the whole question.
0/5QUESTS
Think First
warm-up

Work out $\dfrac{5}{6} - \dfrac{1}{4}$ and write down every step. Now write $\dfrac{5}{6} - \dfrac{x-1}{4}$ and try the same steps. At which step does the second one need something the first did not, and what is it?

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

There are no new rules. To add or subtract, find a common denominator; to simplify, factorise and cancel common factors. What changes is that a numerator is now an expression, and an expression with more than one term must be kept in brackets or the sign will only reach its first term.

$$\frac{A}{m} \pm \frac{B}{n} = \frac{n(A) \pm m(B)}{mn}$$

The brackets in that formula are the whole lesson. When $B$ is something like $x - 1$ and the operation is a subtraction, $-m(B)$ means $-m(x-1) = -mx + m$, not $-mx - m$. Writing the brackets and removing them deliberately is the difference between a correct answer and the most common error in the topic.

$\frac{A}{m} \pm \frac{B}{n} = \frac{nA \pm mB}{mn}$
Bracket first
Any numerator with two or more terms goes in brackets before anything else.
Cancel factors only
You may cancel a factor of the whole numerator, never a single term.
Factorise before cancelling
Nothing cancels until both parts are written as products.
2
What You'll Master
objectives

Know

  • That adding or subtracting algebraic fractions requires a common denominator
  • That only common FACTORS cancel, never individual terms
  • That a numerator of more than one term must be bracketed

Understand

  • Why a subtraction sign must be distributed across every term of the numerator that follows it
  • Why an expression must be factorised before anything can be cancelled

Can Do

  • Add and subtract algebraic fractions with binomial numerators and numerical denominators
  • Simplify algebraic fractions by factorising numerator and denominator
  • Multiply and divide algebraic fractions, cancelling correctly
3
Words You Need
vocabulary
Algebraic fractionA fraction whose numerator or denominator contains a variable.
Lowest common denominatorThe smallest expression every denominator divides into.
Binomial numeratorA numerator with two terms, such as $x - 1$, which must be bracketed.
CancelTo divide numerator and denominator by a common FACTOR.
Common factorAn expression that divides the whole of the numerator and the whole of the denominator.
ReciprocalThe fraction turned upside down; dividing by a fraction means multiplying by its reciprocal.
4
Adding and Subtracting: The Bracket Is the Lesson
+5 XP to read

Find the lowest common denominator, rewrite both fractions over it, then combine the numerators.

$$\frac{x+3}{4} - \frac{x-1}{6}$$

The lowest common denominator of $4$ and $6$ is $12$. Multiply the first numerator by $3$ and the second by $2$, keeping each in brackets:

$$= \frac{3(x+3) - 2(x-1)}{12}$$

Now remove the brackets, and notice what the minus does to BOTH terms of the second one:

$$= \frac{3x + 9 - 2x + 2}{12} = \frac{x + 11}{12}$$

The classic error
Writing $3x + 9 - 2x - 2$ gives $\dfrac{x+7}{12}$. The $-1$ became $-2$ instead of $+2$, because the minus only reached the first term.
5
Simplifying: Factorise, Then Cancel
+5 XP to read

Cancelling means dividing the top and bottom by the same factor. A factor multiplies the WHOLE expression, so nothing can be cancelled until both parts are written as products.

$$\frac{x^2 - 9}{x^2 + 7x + 12}$$

Neither part is a product yet, so factorise both:

$$= \frac{(x+3)(x-3)}{(x+3)(x+4)}$$

Now $(x+3)$ is a factor of both, so it cancels:

$$= \frac{x-3}{x+4}$$

Compare that with the tempting but wrong move on the unfactorised form: cancelling the $x^2$ terms. Those are terms, not factors, and cancelling them is not a legal operation.

6
Why Terms Cannot Cancel
+5 XP to read

The reason is worth seeing once with numbers, because it settles the question permanently.

$$\frac{2 + 6}{2} = \frac{8}{2} = 4$$

Cancelling the twos would give $\dfrac{6}{1} = 6$, which is wrong. The $2$ on the bottom divides the WHOLE numerator $2 + 6$, not just the first term of it.

The same happens in algebra. In $\dfrac{x + 5}{x}$ nothing cancels, because $x$ is not a factor of $x + 5$. But in $\dfrac{x^2 + 5x}{x}$ it does, because the numerator factorises as $x(x+5)$ and now $x$ IS a factor:

$$\frac{x^2 + 5x}{x} = \frac{x(x+5)}{x} = x + 5$$

Test yourself
If you cannot see brackets around what you are cancelling, you probably cannot cancel it.
7
Multiplying and Dividing
+5 XP to read

Multiplication is the easy case: multiply the numerators, multiply the denominators, and cancel any factor appearing top and bottom. Factorise first so the factors are visible.

$$\frac{x^2 - 4}{3x} \times \frac{6x}{x + 2} = \frac{(x+2)(x-2)}{3x} \times \frac{6x}{x+2}$$

The $(x+2)$ cancels, and $\dfrac{6x}{3x} = 2$:

$$= 2(x - 2)$$

Division is the same after one move: multiply by the reciprocal of the second fraction.

$$\frac{x + 1}{5} \div \frac{x + 1}{10} = \frac{x+1}{5} \times \frac{10}{x+1} = 2$$

8
Common Pitfalls
+5 XP to read
Losing the bracket on a subtracted numerator: $\dfrac{2x}{5} - \dfrac{x-4}{5}$ becoming $\dfrac{2x - x - 4}{5}$.
Fix: write $\dfrac{2x - (x-4)}{5}$ first, then remove the bracket to get $\dfrac{2x - x + 4}{5} = \dfrac{x+4}{5}$.
Cancelling terms rather than factors: turning $\dfrac{x + 3}{3}$ into $x$.
Fix: test with $x = 6$. The original is $\dfrac{9}{3} = 3$, but $x = 6$. Nothing cancels, because $3$ is not a factor of $x + 3$.
Adding denominators: $\dfrac{1}{3} + \dfrac{x}{4} = \dfrac{1 + x}{7}$.
Fix: denominators are never added. Rewrite over the common denominator $12$ to get $\dfrac{4 + 3x}{12}$.
Watch Me Solve It · Subtracting with binomial numerators
+15 XP per step
Q1
PROBLEM
Simplify $\dfrac{2x + 1}{3} - \dfrac{x - 4}{5}$.
  1. 1
    Find the lowest common denominator
    $\text{LCD of } 3 \text{ and } 5 \text{ is } 15$
  2. 2
    Rewrite both, keeping the brackets
    $\frac{5(2x+1) - 3(x-4)}{15}$
    The brackets are what protect the second numerator from the minus sign.
  3. 3
    Expand carefully
    $\frac{10x + 5 - 3x + 12}{15}$
    $-3 \times (-4) = +12$, not $-12$.
  4. 4
    Collect like terms
    $\frac{7x + 17}{15}$
    Nothing factorises, so this is the final form.
Answer$\dfrac{7x + 17}{15}$
Watch Me Solve It · Simplifying by factorising
+15 XP per step
Q2
PROBLEM
Simplify $\dfrac{2x^2 - 8}{x^2 + 5x + 6}$.
  1. 1
    Factorise the numerator, common factor first
    $2x^2 - 8 = 2(x^2 - 4) = 2(x+2)(x-2)$
    The HCF of $2$ exposes a difference of two squares.
  2. 2
    Factorise the denominator
    $x^2 + 5x + 6 = (x+2)(x+3)$
    Sum $5$, product $6$: the numbers are $2$ and $3$.
  3. 3
    Write both as products
    $\frac{2(x+2)(x-2)}{(x+2)(x+3)}$
    Only now is anything cancellable.
  4. 4
    Cancel the common factor
    $\frac{2(x-2)}{x+3}$
    $(x+2)$ divides both entirely. The $2$ does not cancel with anything.
Answer$\dfrac{2(x-2)}{x+3}$
Watch Me Solve It · Dividing algebraic fractions
+15 XP per step
Q3
PROBLEM
Simplify $\dfrac{x^2 - 1}{4x} \div \dfrac{x - 1}{8x^2}$.
  1. 1
    Multiply by the reciprocal
    $\frac{x^2 - 1}{4x} \times \frac{8x^2}{x - 1}$
    Dividing by a fraction is multiplying by its reciprocal.
  2. 2
    Factorise what can be factorised
    $\frac{(x+1)(x-1)}{4x} \times \frac{8x^2}{x-1}$
    $x^2 - 1$ is a difference of two squares.
  3. 3
    Cancel common factors
    $(x-1) \text{ cancels}, \quad \frac{8x^2}{4x} = 2x$
    Both are genuine factors of the whole numerator and denominator.
  4. 4
    Write the result
    $2x(x+1)$
Answer$2x(x+1)$
D
Brain Trainer · Simplify each one
4 problems

Four quick problems. Work each one, then reveal the answer.

  1. 1 Simplify $\dfrac{x+2}{3} + \dfrac{x+1}{4}$.

    LCD $12$: $\dfrac{4(x+2) + 3(x+1)}{12}$.$\dfrac{7x + 11}{12}$
  2. 2 Simplify $\dfrac{3x}{5} - \dfrac{x - 2}{5}$.

    Bracket first: $\dfrac{3x - (x-2)}{5}$.$\dfrac{2x + 2}{5}$
  3. 3 Simplify $\dfrac{x^2 - 16}{x + 4}$.

    Factorise the numerator as a difference of two squares, then cancel.$x - 4$
  4. 4 Simplify $\dfrac{6x^2}{x + 5} \times \dfrac{x + 5}{3x}$.

    $(x+5)$ cancels and $\dfrac{6x^2}{3x} = 2x$.$2x$
Complete in your workbook.
MC1
The bracket
+10 XP

$\dfrac{5x}{7} - \dfrac{x - 3}{7}$ simplifies to:

MC2
What cancels
+10 XP

$\dfrac{x + 6}{6}$ simplifies to:

MC3
Factorise before cancelling
+10 XP

$\dfrac{x^2 - 25}{x - 5}$ simplifies to:

MC4
Common denominator
+10 XP

$\dfrac{2}{x} + \dfrac{3}{5}$ equals:

MC5
Division
+10 XP

$\dfrac{x + 4}{9} \div \dfrac{x + 4}{3}$ equals:

Q6
Add and subtract
+15 XP
Q6
SHORT ANSWER
Simplify each expression, showing the common denominator and keeping brackets where needed.
(a) $\dfrac{x + 5}{2} + \dfrac{x - 3}{4}$
(b) $\dfrac{3x - 1}{4} - \dfrac{x + 2}{6}$
(c) $\dfrac{2x}{3} - \dfrac{x - 6}{9} + 1$
Write your working in your book.
Q7
Simplify by factorising
+15 XP
Q7
SHORT ANSWER
Simplify each fraction, stating any factorisation you use.
(a) $\dfrac{x^2 + 6x + 8}{x^2 - 4}$
(b) $\dfrac{3x^2 - 27}{6x + 18}$
(c) $\dfrac{x^2 - 5x + 6}{2x - 6} \times \dfrac{4x}{x - 2}$
Write your working in your book.
Q8
Diagnose the error
+15 XP
Q8
SHORT ANSWER
A student writes:
$\dfrac{4x}{7} - \dfrac{x - 5}{7} = \dfrac{4x - x - 5}{7} = \dfrac{3x - 5}{7}$
and separately
$\dfrac{x^2 + 4x}{x} = x^2 + 4$.
(a) Identify the error in the first line and give the correct answer.
(b) Identify the error in the second and give the correct answer.
(c) For the second, show the student a numerical test that exposes the error.
Write your working in your book.
S
Stretch Challenge · Building an identity
+25 XP
S
CHALLENGE
(a) Simplify $\dfrac{1}{x} - \dfrac{1}{x + 1}$ as a single fraction.
(b) Use your result to write $\dfrac{1}{n(n+1)}$ as a difference of two fractions.
(c) Hence evaluate $\dfrac{1}{1 \times 2} + \dfrac{1}{2 \times 3} + \dfrac{1}{3 \times 4} + \cdots + \dfrac{1}{9 \times 10}$ without adding nine fractions.
R
Quick Review
recap

Add or subtract

Common denominator, then brackets on every numerator

The trap

A minus reaches every term of the numerator after it

Simplify

Factorise both parts, then cancel factors

Never

Cancel a term, or add denominators

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.