Study Guide

Partial fractions

IB Mathematics AI HLΒ· Unit 1: Number and Algebra, Topic 9Β· 15 min read

1. Basics: Proper vs Improper Rational Functionsβ˜…β˜…β˜†β˜†β˜†HL only⏱ 5 min

🚫 No Calculator

πŸ“˜ Definition

Partial Fraction Decomposition

The process of breaking a complex rational function into a sum of simpler fractions that are easier to integrate or manipulate algebraically

Example:

Before starting decomposition, always check the degree of the numerator and denominator. For improper rational functions (degree of numerator β‰₯ degree of denominator), you must first perform polynomial long division to get a quotient polynomial plus a proper rational remainder, which you then decompose.

πŸ“ Worked Example

Decompose into partial fractions

  1. 1

    Check degrees: numerator degree = 3, denominator degree = 2. Improper, so first do polynomial division.

  2. 2

    Divide to get:

  3. 3
    x3+3x2βˆ’2x+1=(x2βˆ’1)(x+3)+(βˆ’x+4)x^3 + 3x^2 - 2x + 1 = (x^2 - 1)(x+3) + (-x + 4)
  4. 4

    Rewrite the original function as:

  5. 5
    x+3+βˆ’x+4x2βˆ’1x + 3 + \frac{-x + 4}{x^2 - 1}
  6. 6

    Factor the denominator of the proper remainder: , two distinct linear factors.

  7. 7

    Set up decomposition: . Multiply both sides by :

  8. 8
    βˆ’x+4=A(x+1)+B(xβˆ’1)-x + 4 = A(x+1) + B(x-1)
  9. 9

    Substitute : . Substitute : .

  10. 10

    Final decomposition:

  11. 11
    x3+3x2βˆ’2x+1x2βˆ’1=x+3+32(xβˆ’1)βˆ’52(x+1)\frac{x^3 + 3x^2 - 2x + 1}{x^2 - 1} = x + 3 + \frac{3}{2(x-1)} - \frac{5}{2(x+1)}

Exam tip:

Always check degrees first β€” forgetting to divide for improper functions is the most common exam mistake that costs easy marks.

2. Distinct and Repeated Linear Factorsβ˜…β˜…β˜…β˜†β˜†HL only⏱ 6 min

🚫 No Calculator

When the denominator factors into linear terms, different rules apply for distinct vs repeated factors:

  • Each distinct linear factor gets one partial fraction with constant numerator

  • A repeated linear factor gets partial fractions, one for each power from 1 to

πŸ“˜ Definition

Repeated Linear Factor

A linear factor of the denominator that is raised to a power greater than 1

Example:

For , the repeated factor gives two partial fractions:

πŸ“ Worked Example

Decompose into partial fractions

  1. 1

    Check degrees: , so proper, no division needed.

  2. 2

    Set up decomposition for one distinct and one repeated linear factor:

  3. 3
    5x2βˆ’8x+3(xβˆ’1)(xβˆ’2)2=Axβˆ’1+Bxβˆ’2+C(xβˆ’2)2\frac{5x^2 - 8x + 3}{(x-1)(x-2)^2} = \frac{A}{x-1} + \frac{B}{x-2} + \frac{C}{(x-2)^2}
  4. 4

    Multiply both sides by :

  5. 5
    5x2βˆ’8x+3=A(xβˆ’2)2+B(xβˆ’1)(xβˆ’2)+C(xβˆ’1)5x^2 - 8x + 3 = A(x-2)^2 + B(x-1)(x-2) + C(x-1)
  6. 6

    Substitute : . Substitute : .

  7. 7

    Equate coefficients of : .

  8. 8

    Final decomposition:

  9. 9
    5x2βˆ’8x+3(xβˆ’1)(xβˆ’2)2=5xβˆ’2+7(xβˆ’2)2\frac{5x^2 - 8x + 3}{(x-1)(x-2)^2} = \frac{5}{x-2} + \frac{7}{(x-2)^2}

3. Irreducible Quadratic Factorsβ˜…β˜…β˜…β˜…β˜†HL only⏱ 7 min

🚫 No Calculator

An irreducible quadratic factor is a quadratic that cannot be factored into linear terms with real coefficients, which occurs when its discriminant . For these factors, you must use a linear numerator (not a constant) in the corresponding partial fraction.

πŸ“ Worked Example

Decompose into partial fractions

  1. 1

    Check: degree 2 < 3, proper. Check discriminant of quadratic: , so irreducible.

  2. 2

    Set up decomposition with linear numerator for the quadratic factor:

  3. 3
    4x2+13x+10(x+1)(x2+2x+3)=Ax+1+Bx+Cx2+2x+3\frac{4x^2 + 13x + 10}{(x+1)(x^2 + 2x + 3)} = \frac{A}{x+1} + \frac{Bx + C}{x^2 + 2x + 3}
  4. 4

    Multiply through by the full denominator:

  5. 5
    4x2+13x+10=A(x2+2x+3)+(Bx+C)(x+1)4x^2 + 13x + 10 = A(x^2 + 2x + 3) + (Bx + C)(x+1)
  6. 6

    Substitute : .

  7. 7

    Expand RHS and equate coefficients: , constant term: .

  8. 8

    Final decomposition:

  9. 9
    4x2+13x+10(x+1)(x2+2x+3)=12(x+1)+7x+172(x2+2x+3)\frac{4x^2 + 13x + 10}{(x+1)(x^2 + 2x + 3)} = \frac{1}{2(x+1)} + \frac{7x + 17}{2(x^2 + 2x + 3)}

4. Application: Integration of Rational Functionsβ˜…β˜…β˜…β˜†β˜†HL only⏱ 5 min

🚫 No Calculator

The primary use of partial fractions in IB AI HL is to simplify rational functions so they can be integrated using standard logarithmic rules for linear terms.

πŸ“ Worked Example

Evaluate

  1. 1

    Factor denominator:

  2. 2

    Decompose to get:

  3. 3

    Rewrite the integral:

  4. 4
    ∫(73(xβˆ’2)+23(x+1))dx\int \left( \frac{7}{3(x-2)} + \frac{2}{3(x+1)} \right) dx
  5. 5

    Integrate term by term using :

  6. 6
    73ln⁑∣xβˆ’2∣+23ln⁑∣x+1∣+C\frac{7}{3} \ln|x-2| + \frac{2}{3} \ln|x+1| + C

Exam tip:

Always include the absolute value inside the logarithm after integration β€” you will lose an accuracy mark if you omit it.

5. Common Pitfalls

Wrong move:

Forgetting polynomial division for improper rational functions

Why:

The partial fraction formula only works for proper rational functions, so you will get incorrect constant values

Correct move:

Always compare degrees first, divide first if numerator degree β‰₯ denominator degree

Wrong move:

Using a constant numerator for an irreducible quadratic factor

Why:

This creates an imbalance in the degrees of the equation, leading to wrong solutions

Correct move:

Always use a linear numerator for irreducible quadratic factors

Wrong move:

Only adding one partial fraction for a repeated linear factor

Why:

You miss the lower power terms, leading to an incorrect decomposition

Correct move:

For , add partial fractions, one for each power from 1 to

Wrong move:

Omitting absolute value when integrating partial fractions

Why:

The natural logarithm is only defined for positive inputs, so omitting it is incorrect for negative values

Correct move:

Always write , not , after integration

6. Quick Reference Cheatsheet

Denominator Factor Type

Corresponding Partial Fraction Term(s)

Distinct linear

Repeated linear

Distinct irreducible quadratic

Repeated irreducible quadratic

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2025 Β· 1

    Full partial fraction decomposition

  • 2024 Β· 2

    Partial fractions for definite integration

  • 2023 Β· 1

    Improper function decomposition

Going deeper

What's Next

Partial fractions are a foundational algebraic skill that you will use repeatedly when integrating rational functions, which appear in both Paper 1 and Paper 2 of IB AI HL exams. Mastering decomposition now simplifies all future integration work, and builds on your core polynomial algebra skills that apply across the entire syllabus. This topic connects directly to integration techniques, which are a major assessment component in IB AI HL, so solidifying your understanding here will pay off in later units.