CALCULUS 2 • TECHNIQUES OF INTEGRATION

Linear Partial Fractions — Using Linear Partial Fractions

Decompose rational functions into simpler fractions to unlock integrals that standard methods cannot reach.

Historical Context & Motivation

The technique of partial fraction decomposition arose from a deceptively simple question: how do we integrate a ratio of two polynomials when the denominator resists elementary antidifferentiation? Mathematicians in the seventeenth and eighteenth centuries recognized that while a fraction like 1/(x − 2) integrates immediately to a logarithm, a fraction like (3x + 5)/((x − 1)(x + 2)) does not yield to any single rule. The breakthrough insight was algebraic—split the complicated fraction into a sum of simpler ones whose integrals are known. This rewriting strategy, rooted in algebraic identity rather than calculus per se, became one of the most powerful techniques of integration and remains indispensable in modern analysis, differential equations, and Laplace transforms.

1702
Bernoulli & Leibniz Debate
Johann Bernoulli and Gottfried Leibniz exchanged letters debating the integration of rational functions. Bernoulli proposed that every rational integrand could be decomposed into simpler fractions, sparking formal study of the method.
1740
Euler's Systematic Treatment
Leonhard Euler provided rigorous procedures for decomposing rational functions with both distinct and repeated linear factors, codifying partial fractions as a standard algebraic technique.
1770
Lagrange's Interpolation Connection
Joseph-Louis Lagrange connected partial fraction decomposition to polynomial interpolation, revealing deep structural links between algebra and analysis.
1800s
Heaviside's Cover-Up Method
Oliver Heaviside, working on electrical circuit analysis, popularized a rapid shortcut—the cover-up method—for finding coefficients in partial fraction decompositions with distinct linear factors.

The central question this lesson addresses is: given a proper rational function whose denominator factors into distinct or repeated linear factors, how do we systematically decompose it into partial fractions, determine the unknown coefficients, and then integrate term by term? Mastering this technique unlocks a vast class of integrals that arise throughout engineering, physics, and mathematics.

Core Principles & Definitions

Before decomposing any rational function, we need to establish the foundational ideas that make the method work. A rational function is a quotient P(x)/Q(x) of two polynomials. The decomposition into partial fractions is only valid when the fraction is proper—that is, when the degree of the numerator P(x) is strictly less than the degree of the denominator Q(x). If the fraction is improper, polynomial long division must be performed first to extract a polynomial quotient plus a proper remainder fraction. The following principles govern the decomposition when the denominator contains only linear factors.

1

Proper Fraction Requirement

The degree of the numerator must be strictly less than the degree of the denominator. If deg(P) ≥ deg(Q), perform polynomial long division first to obtain a proper remainder.
2

Distinct Linear Factors

If Q(x) = (a₁x + b₁)(a₂x + b₂)⋯(aₙx + bₙ) with all factors distinct, write one fraction A/(aᵢx + bᵢ) for each factor.
3

Repeated Linear Factors

If a linear factor (ax + b) appears with multiplicity m, include m fractions: A₁/(ax + b) + A₂/(ax + b)² + ⋯ + Aₘ/(ax + b)ᵐ.
4

Algebraic Identity Principle

The decomposition is an algebraic identity—it holds for all values of x in the domain. This means we can substitute strategic values of x or equate coefficients of like powers to solve for unknowns.
5

Integration of Each Term

Each partial fraction A/(ax + b)ⁿ integrates via a logarithm (n = 1) or a power rule (n ≥ 2), making the original integral tractable.
KEY TAKEAWAY
Think of partial fraction decomposition like reverse-engineering a smoothie. If someone hands you a blended drink (the combined rational function), the technique lets you figure out the individual fruit ingredients (simple fractions) that were mixed together. Once separated, each ingredient is easy to work with on its own—just as each partial fraction integrates with a simple rule. The algebraic identity ensures the separation is exact, not an approximation.

Visual Explanation

The following diagram illustrates the complete workflow for integrating a rational function using linear partial fractions. Each stage in the pipeline transforms the problem into a more tractable form, culminating in elementary integrals that can be evaluated directly.

The partial fractions pipeline: check properness, factor the denominator, write the decomposition template, solve for coefficients, then integrate each simple fraction. The left panel shows the three cases encountered with linear factors.

As the diagram shows, the method is fundamentally a five-stage pipeline. The first two stages are purely algebraic prerequisites—ensuring the fraction is proper and factoring the denominator completely. Stage three is the template step, where the form of the decomposition is dictated entirely by the factor structure. Stage four is where most of the computational work happens, as we solve for the unknown constants. Finally, stage five converts the algebra into calculus, integrating each partial fraction using logarithms or power rules. Notice that repeated linear factors generate additional terms in the decomposition, each with increasing powers in the denominator, a pattern that is critical to remember.

Mathematical Framework

We now formalize the decomposition templates and the integration formulas that follow from them. The key theoretical result underpinning the method is that every proper rational function with a fully factored denominator over the reals admits a unique partial fraction decomposition. When all factors are linear, the resulting integrals involve only logarithms and power functions.

DISTINCT LINEAR FACTORS
P(x) / ((a₁x + b₁)(a₂x + b₂)⋯(aₙx + bₙ)) = A₁/(a₁x + b₁) + A₂/(a₂x + b₂) + ⋯ + Aₙ/(aₙx + bₙ)
Here P(x) is a polynomial of degree < n, and A₁, A₂, …, Aₙ are real constants determined by clearing denominators and solving the resulting system. Each factor (aᵢx + bᵢ) must be distinct.
REPEATED LINEAR FACTOR
P(x) / (ax + b)ᵐ = A₁/(ax + b) + A₂/(ax + b)² + ⋯ + Aₘ/(ax + b)ᵐ
When a linear factor (ax + b) is repeated m times, include m separate fractions with denominators (ax + b), (ax + b)², …, (ax + b)ᵐ. The numerators A₁, A₂, …, Aₘ are all constants.
INTEGRATION — SIMPLE LINEAR
∫ A/(ax + b) dx = (A/a) ln|ax + b| + C
This is the fundamental integration formula for each partial fraction with a non-repeated linear denominator. The factor of 1/a comes from the chain rule (u-substitution with u = ax + b).
INTEGRATION — REPEATED LINEAR
∫ A/(ax + b)ⁿ dx = A / (a(1 − n)(ax + b)ⁿ⁻¹) + C, n ≥ 2
For repeated factors with exponent n ≥ 2, the integral is a power function rather than a logarithm. Equivalently, this equals −A / (a(n − 1)(ax + b)ⁿ⁻¹) + C.
Heaviside Cover-Up Shortcut
For distinct linear factors, the cover-up method provides a fast way to find each coefficient. To find Aᵢ corresponding to factor (aᵢx + bᵢ), set x = −bᵢ/aᵢ (the root of that factor), then evaluate P(x) divided by the product of all other factors at that x-value. In other words, "cover up" the factor (aᵢx + bᵢ) in the original expression and substitute its root into what remains. This works because at x = −bᵢ/aᵢ, every term in the decomposition vanishes except the Aᵢ term.

Detailed Decomposition & Coefficient Methods

Finding the unknown coefficients is the heart of the partial fractions technique. Two principal strategies exist—strategic substitution and equating coefficients—and in practice, a hybrid of both is often the most efficient approach. Strategic substitution exploits the fact that the decomposition is an identity valid for all x, so we are free to choose convenient values. The natural choices are the roots of the denominator factors, because each root annihilates all but one term, isolating a single coefficient. For repeated factors, however, not all coefficients can be found this way, and equating coefficients of like powers of x fills in the remaining unknowns.

Side-by-side comparison of the two main coefficient-finding methods. Strategic substitution (left) is fast for distinct factors, while equating coefficients (right) handles repeated factors and provides verification. In practice, combine both.

The diagram above illustrates the complementary nature of these two strategies. For distinct linear factors, strategic substitution is the fastest route: each root kills all but one term, instantly yielding a coefficient. For repeated linear factors, substitution at the repeated root gives only the coefficient of the highest-power term, so equating coefficients of xᵏ on both sides of the cleared equation is necessary to find the remaining unknowns. A practical hybrid approach is to use substitution to find as many coefficients as possible, then switch to coefficient comparison for any that remain.

Common decomposition templates for linear-factor denominators
Denominator TypeDecomposition TemplateNumber of Constants
(x − a)(x − b)A/(x − a) + B/(x − b)2
(x − a)(x − b)(x − c)A/(x − a) + B/(x − b) + C/(x − c)3
(x − a)²A/(x − a) + B/(x − a)²2
(x − a)²(x − b)A/(x − a) + B/(x − a)² + C/(x − b)3
x(x − a)³A/x + B/(x − a) + C/(x − a)² + D/(x − a)³4

Worked Example

Let us work through a complete integration problem that involves both distinct and repeated linear factors, requiring the full range of techniques discussed above.

Evaluate ∫ (5x² + 20x + 6) / (x(x + 1)²) dx
1
Step 1 — Verify the Fraction is ProperThe numerator 5x² + 20x + 6 has degree 2. The denominator x(x + 1)² expands to x³ + 2x² + x, which has degree 3. Since deg(numerator) = 2 < 3 = deg(denominator), the fraction is proper, and we can proceed directly to decomposition.
Proper fraction confirmed: degree 2 < degree 3.
2
Step 2 — Write the Partial Fraction TemplateThe denominator has one distinct linear factor x and one repeated linear factor (x + 1)². Following the template rules, we write: (5x² + 20x + 6) / (x(x + 1)²) = A/x + B/(x + 1) + C/(x + 1)² We need three constants: A, B, and C.
Template: A/x + B/(x + 1) + C/(x + 1)²
3
Step 3 — Clear DenominatorsMultiply both sides by the common denominator x(x + 1)²: 5x² + 20x + 6 = A(x + 1)² + Bx(x + 1) + Cx This identity must hold for all values of x.
5x² + 20x + 6 = A(x + 1)² + Bx(x + 1) + Cx
4
Step 4 — Strategic Substitution: x = 0Setting x = 0 eliminates all terms containing x as a factor: 5(0)² + 20(0) + 6 = A(0 + 1)² + B(0)(1) + C(0) 6 = A(1) → A = 6
A = 6
5
Step 5 — Strategic Substitution: x = −1Setting x = −1 eliminates all terms containing (x + 1) as a factor: 5(−1)² + 20(−1) + 6 = A(0) + B(−1)(0) + C(−1) 5 − 20 + 6 = −C −9 = −C → C = 9
C = 9
6
Step 6 — Equate Coefficients to Find BWe have used both roots available. To find B, expand the right side and compare x² coefficients: A(x² + 2x + 1) + B(x² + x) + Cx = Ax² + 2Ax + A + Bx² + Bx + Cx Coefficient of x²: A + B = 5. Since A = 6, we get 6 + B = 5, so B = −1. Verification with x¹ coefficient: 2A + B + C = 12 − 1 + 9 = 20 ✓
B = −1
7
Step 7 — Write the Complete DecompositionSubstituting A = 6, B = −1, C = 9: (5x² + 20x + 6) / (x(x + 1)²) = 6/x − 1/(x + 1) + 9/(x + 1)²
6/x − 1/(x + 1) + 9/(x + 1)²
8
Step 8 — Integrate Each TermNow integrate term by term: ∫ 6/x dx = 6 ln|x| ∫ −1/(x + 1) dx = −ln|x + 1| ∫ 9/(x + 1)² dx = 9 × (−1)/(x + 1) = −9/(x + 1) Combining all terms with the constant of integration:
∫ (5x² + 20x + 6) / (x(x + 1)²) dx = 6 ln|x| − ln|x + 1| − 9/(x + 1) + C

Strengths, Limitations & Method Comparison

Linear partial fractions are extraordinarily useful, but they are one tool among many. Understanding when this technique is the right choice—and when it is not—prevents wasted effort and guides strategic problem-solving during integration.

Strengths and limitations of linear partial fractions as an integration technique
AspectStrengthsLimitations
ApplicabilityWorks for any proper rational function with a fully factorable denominator over the realsCannot be applied until the denominator is completely factored—factoring itself can be the hardest step
Algebraic ComplexityEach resulting integral is elementary (logarithms or power rules); no further technique neededNumber of unknowns grows with the degree of the denominator; repeated factors increase the count further
Coefficient FindingCover-up method gives instant results for distinct linear factorsRepeated factors require coefficient comparison, which can lead to larger systems of equations
ScopeHandles the most commonly encountered rational integrands in practiceDoes not directly handle irreducible quadratic factors (x² + bx + c with b² − 4c < 0); those require separate treatment
AlternativesMore systematic and reliable than trial-and-error substitutionFor some integrands, trig substitution or completing the square may be simpler
KEY TAKEAWAY
Linear partial fractions are analogous to converting a complex signal into its Fourier components in signal processing. Just as a Fourier decomposition reveals the individual frequencies in a composite waveform—making filtering and analysis straightforward—partial fraction decomposition reveals the simple rational 'building blocks' of a complex fraction, making integration straightforward. The power of the technique lies not in any single clever trick, but in its systematic, algorithmic nature: given any proper rational function with linear factors, the decomposition is guaranteed to exist and the resulting integrals are guaranteed to be elementary.

Connection to Irreducible Quadratics & Advanced Theory

The method of linear partial fractions naturally generalizes to handle denominators containing irreducible quadratic factors—those of the form ax² + bx + c where the discriminant b² − 4ac < 0, meaning the quadratic has no real roots and cannot be split into linear factors over the reals. When such factors appear, the corresponding partial fraction term has a linear numerator (Ax + B) rather than a constant. Integration of these terms typically requires completing the square and applying inverse tangent and logarithmic formulas.

Linear factors vs. irreducible quadratic factors in partial fraction decomposition
FeatureLinear Factors OnlyWith Irreducible Quadratics
Numerator formConstant: ALinear: Ax + B
Resulting integralsln|ax + b| and power rulesln, arctan, and combinations thereof
Cover-up methodFully effective for distinct factorsNot directly applicable; use coefficient comparison
Additional techniquesNone requiredCompleting the square, trig substitution
Application scopePolynomials factorable over ℝAll polynomials over ℝ (by Fundamental Theorem of Algebra)

The Fundamental Theorem of Algebra guarantees that every polynomial with real coefficients factors completely into a product of linear and irreducible quadratic factors. This means that partial fractions—combining the linear case studied here with the quadratic extension—can integrate any proper rational function. Beyond basic integration, partial fractions appear in Laplace transform inversions (essential in differential equations and control theory), z-transform analysis in discrete-time signal processing, and the study of transfer functions in engineering. Mastering the linear case provides the essential foundation for all of these advanced applications.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the partial fraction decomposition of (x² + 1)/(x²(x − 3)) requires three terms, not two. Specifically, why must the template include both A/x and B/x² rather than just a single term with denominator x²?
PROBLEM 2BASIC CALCULATION
Decompose (7x − 1)/((x − 2)(x + 5)) into partial fractions and integrate the result.
PROBLEM 3INTERMEDIATE
Evaluate ∫ (4x² + 3x − 1) / (x³ − x) dx.
PROBLEM 4APPLIED
In pharmacokinetics, the concentration of a drug in the bloodstream after intravenous injection can be modeled by C(t) = (at + b)/((t + α)(t + β)) for constants a, b, α, β. If C(t) = (3t + 10)/((t + 1)(t + 5)), find the total drug exposure AUC₀^∞ = ∫₀^∞ C(t) dt, provided the integral converges.
PROBLEM 5CRITICAL THINKING
Prove that if P(x)/((x − r₁)(x − r₂)⋯(x − rₙ)) has distinct real roots r₁, …, rₙ and deg(P) < n, then the partial fraction coefficient Aₖ corresponding to factor (x − rₖ) is given by Aₖ = P(rₖ) / ∏ⱼ≠ₖ (rₖ − rⱼ). Use this formula to verify your answers in Problem 2 above.

Summary

Linear partial fraction decomposition transforms a proper rational function with a factorable denominator into a sum of simple fractions, each having a linear denominator raised to some power. For distinct linear factors, each factor contributes a single fraction A/(ax + b), and coefficients are found instantly via strategic substitution (the Heaviside cover-up method). For repeated linear factors of multiplicity m, include m fractions with increasing powers in the denominator, and use equating coefficients for unknowns not accessible by substitution.

Once decomposed, each term integrates elementarily: ∫ A/(ax + b) dx = (A/a) ln|ax + b| + C for simple factors, and a power rule for repeated factors with n ≥ 2. The technique generalizes to irreducible quadratic factors (requiring linear numerators and arctan integrals) and is foundational for Laplace transforms, differential equations, and engineering transfer function analysis. Mastery of the linear case provides the complete blueprint for all partial fraction problems.

Varsity Tutors • Calculus 2 • Linear Partial Fractions — Using Linear Partial Fractions