Algebraic Fractions

    Master OCR GCSE Further Maths Algebraic Fractions (2.1) with this comprehensive study guide. Learn to simplify complex expressions, solve equations, and avoid common exam pitfalls through expert-written content, worked examples, and engaging multi-modal resources designed to secure top marks.

    6
    Min Read
    3
    Examples
    5
    Questions
    6
    Key Terms
    🎙 Podcast Episode
    Algebraic Fractions
    9:19
    0:00-9:19

    Study Notes

    Header image for OCR GCSE Further Maths: Algebraic Fractions

    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:

    1. 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.
    2. 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)

    The Four Stages of Simplifying an Algebraic Fraction

    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:

    1. Find the Lowest Common Multiple (LCM) of the denominators. For most GCSE questions, this will simply be the product of the individual denominators.
    2. Rewrite Each Fraction: For each fraction, multiply the numerator and denominator by the factor(s) needed to make its denominator equal to the LCM.
    3. Combine the Numerators: Add or subtract the new numerators, placing the result over the common denominator.
    4. 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.

    Visual Guide to Finding a Common Denominator

    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.

    1. Find the LCM of all denominators in the equation.
    2. Multiply Every Term: Multiply every single term on both sides of the equation by the LCM. This will cancel out all the denominators.
    3. Solve the Resulting Equation: You will be left with an equation (usually linear or quadratic) without fractions. Solve this using standard methods.
    4. 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.

    Visual Resources

    2 diagrams and illustrations

    The Four Stages of Simplifying an Algebraic Fraction
    The Four Stages of Simplifying an Algebraic Fraction
    Visual Guide to Finding a Common Denominator
    Visual Guide to Finding a Common Denominator

    Interactive Diagrams

    2 interactive diagrams to visualise key concepts

    Diagram could not be rendered

    Flowchart showing the step-by-step process for simplifying an algebraic fraction. It emphasizes the 'Factorize, then Cancel' workflow.

    Diagram could not be rendered

    Flowchart illustrating the procedure for adding two algebraic fractions, highlighting the critical steps of finding the LCM and combining numerators.

    Worked Examples

    3 detailed examples with solutions and examiner commentary

    Practice Questions

    Test your understanding — click to reveal model answers

    Q1

    Simplify fully: (x² + x - 12) / (2x² - 7x + 3)

    4 marks
    standard

    Hint: Factorize both the numerator and the non-monic quadratic in the denominator.

    Q2

    Express as a single fraction: 4 / (x - 2) - 5 / (x + 3)

    3 marks
    foundation

    Hint: The common denominator is the product of the two denominators.

    Q3

    Show that (4x² - 1) / (2x² + 5x - 3) simplifies to (2x + 1) / (x + 3).

    4 marks
    standard

    Hint: This is a 'Show that' question. You must work from the left-hand side only and show every step to reach the right-hand side.

    Q4

    Solve: 7 / (x + 2) + 1 / (x - 1) = 3

    6 marks
    challenging

    Hint: Clear the fractions by multiplying all three terms by the LCM of the denominators.

    Q5

    A rectangle has a length of (x+5)/(x-3) cm and a width of (x-3)/(2) cm. Its area is 10 cm². Show that x satisfies the equation x² - 4x - 25 = 0.

    5 marks
    challenging

    Hint: Area of a rectangle is length times width. Set up the equation and simplify.

    Key Terms

    Essential vocabulary to know

    More Further Mathematics Study Guides

    View all

    Trigonometry

    OCR
    GCSE

    This topic extends your trigonometry knowledge beyond right-angled triangles into the realm of any angle, trigonometric identities, and complex equation solving. You'll master the CAST diagram, apply the Sine and Cosine Rules to non-right-angled triangles in 2D and 3D contexts, and prove identities using fundamental relationships. This is a high-value topic in Further Maths exams, frequently appearing in multi-step problem-solving questions worth 4-6 marks.

    Proof

    OCR
    GCSE

    Proof is the art of constructing watertight algebraic arguments that demonstrate mathematical statements are true for ALL cases, not just specific examples. This topic is a cornerstone of OCR GCSE Further Mathematics, demanding rigorous logic, precise algebraic notation, and clear communication. Mastering proof unlocks high-value marks and develops critical thinking skills that extend far beyond mathematics.

    Vectors

    OCR
    GCSE

    Vectors in OCR GCSE Further Mathematics goes far beyond basic GCSE column vector arithmetic. You'll master constructing complex vector paths through geometric figures, proving collinearity using scalar multiples, and finding positions of points that divide lines in given ratios. This topic demands algebraic precision, rigorous notation, and explicit geometric reasoning—skills that examiners reward generously when demonstrated correctly.

    Inequalities

    OCR
    GCSE

    Master OCR GCSE Further Maths Inequalities (2.3) by learning to solve quadratic inequalities algebraically and graphically. This guide breaks down the critical steps, from finding roots to sketching parabolas and selecting the correct regions, ensuring you can secure every mark."

    Sequences

    OCR
    GCSE

    Sequences in OCR GCSE Further Mathematics extend beyond standard GCSE, requiring mastery of quadratic sequences, geometric progressions, limiting values, and recurrence relations. This topic is essential for top grades, testing algebraic rigour, pattern recognition, and the ability to determine long-term behaviour of mathematical series.

    Standard Form

    OCR
    GCSE

    This guide provides a comprehensive, exam-focused breakdown of Standard Form for OCR GCSE Further Mathematics. It covers everything from the core principles of writing numbers in the form A × 10ⁿ to performing complex calculations, ensuring you can secure every mark available on this crucial topic.