Mathematics · Pure Mathematics: Algebra and Functions

Rational Functions and Partial Fractions

Lesson 3 55 min

Rational Functions and Partial Fractions

6 min read
AI Explain — Ask anything
AI Illustrate — Make it visual

Why This Matters

# Rational Functions and Partial Fractions This A-Level topic covers the analysis of rational functions (ratios of polynomials) and techniques for decomposing them into simpler partial fractions, essential for integration and solving complex algebraic problems. Students learn to identify proper and improper fractions, perform polynomial long division when necessary, and express rational expressions as sums of simpler fractions with linear or quadratic denominators. The decomposition method is particularly exam-relevant for Pure Mathematics papers, appearing frequently in integration questions and providing a foundation for further calculus applications in mechanics and differential equations.

Key Words to Know

01
Rational Function — A function that can be expressed as the ratio of two polynomial functions, P(x)/Q(x), where Q(x) is not the zero polynomial.
02
Proper Rational Function — A rational function where the degree of the numerator is less than the degree of the denominator.
03
Improper Rational Function — A rational function where the degree of the numerator is greater than or equal to the degree of the denominator.
04
Vertical Asymptote — A vertical line x=a that the graph of a function approaches but never touches, occurring when the denominator is zero and the numerator is non-zero.
05
Horizontal Asymptote — A horizontal line y=b that the graph of a function approaches as x approaches positive or negative infinity.
06
Partial Fractions — A method of decomposing a complex rational function into a sum of simpler fractions.
07
Degree of a Polynomial — The highest power of the variable in a polynomial.
08
Linear Factor — A factor of a polynomial of the form (ax + b).

Core Concepts & Theory

Rational functions are expressions of the form f(x) = P(x)/Q(x), where P(x) and Q(x) are polynomials and Q(x) ≠ 0. These functions form the foundation for understanding partial fractions, a crucial A-Level technique.

Proper vs Improper Rational Functions: A rational function is proper if the degree of P(x) < degree of Q(x), such as (3x + 1)/(x² + 2x). It's improper if degree P(x) ≥ degree Q(x), like (x³ + 2)/(x² - 1). For improper fractions, you must use polynomial division first.

Partial Fractions Decomposition: This technique expresses a rational function as a sum of simpler fractions. The form depends on the denominator's factorisation:

  1. Linear factors: (3x + 5)/[(x - 1)(x + 2)] = A/(x - 1) + B/(x + 2)
  2. Repeated linear factors: (2x + 1)/(x - 3)³ = A/(x - 3) + B/(x - 3)² + C/(x - 3)³
  3. Irreducible quadratic factors: (4x² + 3)/[(x + 1)(x² + 4)] = A/(x + 1) + (Bx + C)/(x² + 4)

Key Formula for Finding Constants: Multiply both sides by the common denominator, then use substitution or coefficient comparison. The substitution method involves choosing strategic x-values that eliminate terms.

Cambridge Definition: "Express a rational expression as a sum of partial fractions, including cases where the denominator contains linear, repeated linear, or quadratic factors."

Essential Skills: Factorise denominators completely, recognise when polynomial division is needed, distinguish factor types, and solve simultaneous equations efficiently.

Detailed Explanation with Real-World Examples

Partial fractions mirror how we break down complex problems into manageable parts in real life—like separating mixed recycling into paper, plastic, and glass.

Real-World Application—Electrical Engineering: In circuit analysis, complex impedance functions are decomposed into partial fractions to understand individual component contributions. A transfer function H(s) = (s + 2)/[(s + 1)(s + 3)] splits into simpler terms representing individual circuit elements.

Financial Mathematics: When calculating present values of cash flows with different time periods, partial fractions help separate combined investment terms. For instance, a payment stream function can be decomposed to analyse individual payment contributions.

Signal Processing: Engineers use partial fractions in Laplace transforms to convert complex frequency-domain expressions back to time-domain signals. This allows radio receivers to isolate specific broadcast frequencies.

The Analogy of Sharing Pizza: Imagine a fraction representing "pizza slices per group." If you have (7 slices)/[(2 people)(3 people)], partial fractions ask: "How much does each group get individually?" You'd write it as A/(2 people) + B/(3 people), finding A and B values that satisfy the original sharing arrangement.

Why It Matters for Integration: The primary A-Level use is integration. While ∫(3x + 5)/[(x - 1)(x + 2)]dx looks intimidating, decomposing it into ∫[2/(x - 1) + 1/(x + 2)]dx becomes straightforward: 2ln|x - 1| + ln|x + 2| + c.

Key Insight: Partial fractions transform difficult problems into easier ones—a fundamental mathematical strategy that appears throughout advanced mathematics and engineering disciplines.

Worked Examples & Step-by-Step Solutions

Example 1: Express (5x - 2)/[(x - 1)(x + 3)] in partial fractions.

Solution: Let (5x - 2)/[(x - 1)(x + 3)] = A/(x - 1) + B/(x + 3)

Multiply both sides by (x - 1)(x + 3): 5x - 2 = A(x + 3) + B(x - 1)

Method 1—Substitution: Let x = 1: 5(1) - 2 = A(4) + 0 → 3 = 4A → A = 3/4 Let x = -3: 5(-3) - 2 = 0 + B(-4) → -17 = -4B → B = 17/4

Answer: (3/4)/(x - 1) + (17/4)/(x + 3) or [3/(x - 1) + 17/(x + 3)]/4

Example 2: Express (x² + 5x + 1)/(x² - 4) in partial fractions.

Solution: Degree check: Numerator and denominator both degree 2 (improper!)

Divide: (x² + 5x + 1) ÷ (x² - 4) = 1 remainder (5x + 5)

So: 1 + (5x + 5)/(x² - 4) = 1 + (5x + 5)/[(x - 2)(x + 2)]

Let (5x + 5) = A(x + 2) + B(x - 2) x = 2: 15 = 4A → A = 15/4 x = -2: -5 = -4B → B = 5/4

Answer: 1 + 15/[4(x - 2)] + 5/[4(x + 2)]

Example 3: (3x + 1)/(x + 1)³

Let (3x + 1) = A(x + 1)² + B(x + 1) + C x = -1: -2 = C Expanding and comparing coefficients gives A = 3, B = -5

Answer: 3/(x + 1) - 5/(x + 1)² - 2/(x + 1)³

Common Exam Mistakes & How to Avoid Them

Mistake 1: Forgetting Polynomial Division Why it happens: Students miss that degree numerator ≥ degree denominato...

This section is locked

Cambridge Exam Technique & Mark Scheme Tips

Command Word Mastery:

  • "Express..." (4-6 marks): Show complete working—setup, method, and simplified answer req...
This section is locked

2 more sections locked

Upgrade to Starter to unlock all study notes, audio listening, and more.

Exam Tips

  • 1.Always check if the rational function is proper before attempting partial fraction decomposition. If it's improper, perform polynomial long division first.
  • 2.Factorize the denominator completely into linear and irreducible quadratic factors. Errors in factorization will lead to incorrect partial fraction forms.
  • 3.Be systematic when finding constants: use substitution for distinct linear factors first, then equate coefficients for remaining constants, especially with repeated or quadratic factors. Double-check your algebra.
  • 4.For 'show that' questions involving partial fractions, ensure every step is clearly presented and justified, even if it seems trivial.
  • 5.Practice all three types of denominator factors (distinct linear, repeated linear, irreducible quadratic) to ensure you are comfortable with the different forms of decomposition and methods for finding constants.
Ask Aria anything!

Your AI academic advisor