Study Notes

Overview
Algebraic Fractions are a cornerstone of the OCR GCSE Further Mathematics specification, representing a significant step up from standard GCSE algebra. This topic tests not just your ability to manipulate algebraic expressions, but your fundamental understanding of number theory as applied to polynomials. Mastery in this area is crucial as it integrates several key skills: factorizing quadratics, simplifying rational expressions, and solving complex equations. Examiners frequently use algebraic fractions to differentiate between candidates, as success requires both procedural fluency and conceptual understanding. A typical exam question might ask you to simplify a complex fraction for 3-4 marks, or solve an equation involving algebraic fractions that leads to a quadratic, often for 5-6 marks. This guide will equip you with the techniques and insights needed to tackle these questions with confidence.
Key Concepts
1. Simplifying Algebraic Fractions
The fundamental principle of simplifying any fraction, whether numerical or algebraic, is to cancel out common factors from the numerator and denominator. The most common mistake candidates make is to cancel terms that are added or subtracted, rather than factors that are multiplied. To avoid this, you must follow a strict two-step process:
- Factorize Completely: Always begin by factorizing both the numerator and the denominator into their simplest factors. This often involves identifying differences of two squares, perfect square trinomials, or factorizing quadratics of the form ax² + bx + c.
- Cancel Common Factors: Once everything is factorized, you can cancel out any factor that appears in both the numerator and the denominator.
Example:
Simplify the expression: (2x² + 5x - 3) / (x² - 9)
- Step 1: Factorize Numerator: 2x² + 5x - 3 = (2x - 1)(x + 3)
- Step 2: Factorize Denominator: x² - 9 = (x - 3)(x + 3) (Difference of two squares)
- Step 3: Cancel Common Factor: The expression becomes [(2x - 1)(x + 3)] / [(x - 3)(x + 3)]. The common factor is (x + 3).
- Final Answer: (2x - 1) / (x - 3)

2. Adding and Subtracting Algebraic Fractions
To add or subtract algebraic fractions, you must first find a common denominator, just as you would with numerical fractions. The process is as follows:
- Find the Lowest Common Multiple (LCM) of the denominators. For most GCSE questions, this will simply be the product of the individual denominators.
- Rewrite Each Fraction: For each fraction, multiply the numerator and denominator by the factor(s) needed to make its denominator equal to the LCM.
- Combine the Numerators: Add or subtract the new numerators, placing the result over the common denominator.
- Simplify: Expand any brackets in the numerator and collect like terms. Finally, check if the resulting fraction can be simplified further by factorizing.
Examiner Tip: When subtracting, always place the second numerator in brackets to ensure you distribute the negative sign correctly across all its terms. This is a major source of lost marks.

3. Solving Equations with Algebraic Fractions
When faced with an equation containing algebraic fractions, the primary goal is to eliminate the denominators. This transforms the problem into a more familiar linear or quadratic equation.
- Find the LCM of all denominators in the equation.
- Multiply Every Term: Multiply every single term on both sides of the equation by the LCM. This will cancel out all the denominators.
- Solve the Resulting Equation: You will be left with an equation (usually linear or quadratic) without fractions. Solve this using standard methods.
- Check for Invalid Solutions: It is crucial to check if your solution(s) make any of the original denominators equal to zero. If a solution does this, it is an extraneous solution and must be discarded.
Example:
Solve: 4 / (x - 1) = 2 + 3 / x
- LCM: The LCM of (x - 1) and x is x(x - 1).
- Multiply by LCM: x(x - 1) * [4 / (x - 1)] = x(x - 1) * [2] + x(x - 1) * [3 / x]
- Simplify: 4x = 2x(x - 1) + 3(x - 1)
- Expand and Solve: 4x = 2x² - 2x + 3x - 3 -> 2x² - 3x - 3 = 0. This can then be solved using the quadratic formula.
Mathematical Relationships
- Difference of Two Squares: a² - b² = (a - b)(a + b). This is a non-negotiable formula to memorize and recognize instantly.
- Perfect Square Trinomial: a² + 2ab + b² = (a + b)² and a² - 2ab + b² = (a - b)². Recognizing these saves time in factorization.
- Quadratic Formula: For ax² + bx + c = 0, x = [-b ± sqrt(b² - 4ac)] / 2a. This is given on the formula sheet but you must know how and when to apply it, especially after clearing fractions from an equation.
Practical Applications
While seemingly abstract, algebraic fractions are fundamental in various fields of science and engineering. They are used to model and solve problems involving rates (e.g., speed, distance, time), electrical circuits (resistance in parallel), and in physics to describe relationships between variables. For example, the formula for the combined resistance (R_T) of two resistors (R1, R2) in parallel is 1/R_T = 1/R1 + 1/R2. To solve for R_T, you would add the algebraic fractions on the right-hand side.