Historical Context & Motivation
When you first learned fractions in arithmetic, you discovered that adding 1/2 + 1/3 required a common denominator, giving you 5/6. Partial fraction decomposition is the reverse process: starting with a single complicated fraction and splitting it back into the simpler pieces that were originally added together. This algebraic technique became essential to calculus because many integrals involve rational expressions — fractions where both the numerator and denominator are polynomials. Without a way to break them apart, these integrals would be almost impossible to evaluate by hand.
The central question that partial fractions answers is straightforward: how do you integrate a fraction like (3x + 5) / (x² + 3x + 2) when no single substitution or basic rule applies? By splitting it into pieces whose integrals you already know, you transform an intimidating problem into routine work.
Core Principles & Definitions
Before diving into the mechanics, you need to understand several foundational ideas that make partial fractions work. A rational function is any expression of the form P(x)/Q(x), where both P and Q are polynomials. The technique of partial fractions only applies when the degree of P is strictly less than the degree of Q — that is, the fraction must be proper. If the fraction is improper, you must first perform polynomial long division to extract a polynomial part and a proper remainder.
Proper vs. Improper Fractions
Factor the Denominator
One Fraction per Factor
Solve for Constants
Integrate Each Piece
Visual Explanation
The Decomposition Flowchart
The flowchart above captures the full algorithm. Notice that every path leads to integrals you have already mastered: natural logarithm for linear denominators and combinations of ln and arctan for irreducible quadratic denominators. The power of partial fractions is that it reduces unfamiliar integrals to familiar ones.
Mathematical Framework
In the IB HL syllabus (AHL 5.10), you are expected to handle denominators that factor into distinct linear factors. While repeated and quadratic factors exist in broader mathematics, the IB focuses on the case where the denominator splits into non-repeating linear terms. Here is the formal setup.
Detailed Breakdown of Cases
Different denominator structures require different decomposition templates. The table below summarizes the main cases you will encounter, with the IB HL focus highlighted. Understanding which template to use is half the battle.
| Denominator Type | Partial Fraction Form | IB HL Syllabus? |
|---|---|---|
| Distinct linear: (x − a)(x − b) | A/(x − a) + B/(x − b) | Yes — core focus |
| Three distinct linear: (x − a)(x − b)(x − c) | A/(x − a) + B/(x − b) + C/(x − c) | Yes |
| Repeated linear: (x − a)² | A/(x − a) + B/(x − a)² | Awareness only |
| Irreducible quadratic: (x² + bx + c) | (Ax + B)/(x² + bx + c) | Not required |
The graph above illustrates the core idea visually. The original function, shown in violet, is the sum of the two simpler fractions shown in green and pink. Integrating each dashed curve individually is straightforward because each one has the form A/(x − r), whose antiderivative is simply A · ln|x − r| + C.
Worked Example
Let's walk through a complete IB-style problem step by step. We will integrate ∫ (5x + 1) / (x² − x − 2) dx from start to finish.
Strengths, Limitations & Comparisons
Partial fractions is a powerful technique, but it is not the right tool for every integral. Knowing when to use it — and when another method is more efficient — is just as important as knowing how to do it.
| Strengths | Limitations |
|---|---|
| Works systematically for any rational function with factorable denominator. | Only applies to rational functions (polynomial over polynomial). |
| Reduces complex integrals to standard forms (ln and arctan). | Requires the denominator to be fully factored — this step can itself be difficult. |
| The algebra is routine once you learn the pattern — no clever substitutions needed. | Can be algebraically heavy with three or more factors. |
| Integrates nicely with other techniques (e.g., long division for improper fractions). | Does not help with irrational or transcendental integrands like √x or sin x. |
Connection to Advanced Theory
The IB HL syllabus focuses on distinct linear factors, but the full theory of partial fractions extends to cases you may encounter in university mathematics, engineering, and physics. Here is a brief preview of how the technique grows.
| Feature | IB HL Level (AHL 5.10) | University / Advanced Level |
|---|---|---|
| Denominator factors | Distinct linear factors only | Repeated linear, irreducible quadratics, and combinations |
| Resulting integrals | ln|x − r| forms | Also arctan, power rule for repeated factors, completing the square |
| Applications | Evaluating definite and indefinite integrals | Laplace transforms, control systems, signal processing, differential equations |
| Coefficients | Found by substitution or equating coefficients | Same techniques plus residue calculus in complex analysis |
If you continue studying mathematics or engineering at university, you will find that partial fractions reappear in unexpected places. In electrical engineering, for instance, the Laplace transform converts differential equations into algebraic equations in a new variable, and partial fractions is the key step in converting the solution back to the time domain. Mastering the technique now builds a foundation for these advanced applications.
Practice Problems
Lesson Summary
Partial fraction decomposition is an algebraic technique that breaks a complicated rational function into a sum of simpler fractions, each with a single factor in the denominator. The method requires the fraction to be proper (numerator degree less than denominator degree); if it is not, you first perform polynomial long division. After factoring the denominator into distinct linear factors, you assign unknown constants A, B, C, … to each factor, then solve for these constants using substitution or equating coefficients.
Once decomposed, each term integrates to a natural logarithm: ∫ A/(x − r) dx = A · ln|x − r| + C. The IB HL syllabus (AHL 5.10) focuses on distinct linear factors, while university courses extend the technique to repeated factors and irreducible quadratics. Mastering partial fractions gives you a reliable, systematic method for integrating rational expressions and prepares you for advanced applications in differential equations, Laplace transforms, and engineering.