AP CALCULUS BC • INTEGRATION AND ACCUMULATION OF CHANGE

Using Linear Partial Fractions

Decompose complex rational integrands into simpler fractions that yield to elementary antidifferentiation techniques.

Historical Context & Motivation

The technique of partial fraction decomposition arose from a deceptively simple question: how do you integrate a ratio of two polynomials when the denominator factors but the fraction does not simplify? Long before the formal development of calculus, algebraists in Europe recognized that complicated rational expressions could be rewritten as sums of simpler fractions. Once Newton and Leibniz established the integral calculus in the late seventeenth century, that algebraic insight became a powerful integration strategy, because each simpler fraction maps directly to a known antiderivative—typically a natural logarithm or an arctangent. The historical arc connecting algebra to analysis is a compelling illustration of how progress in one branch of mathematics can unlock techniques in another.

1702
Bernoulli–Leibniz Correspondence
Johann Bernoulli and Gottfried Leibniz exchanged letters discussing the integration of rational functions, explicitly introducing the idea of splitting a fraction into simpler terms whose antiderivatives involve logarithms.
1740
Euler's Systematic Treatment
Leonhard Euler formalized partial fraction decomposition in his Introductio in Analysin Infinitorum, providing general rules for distinct linear, repeated linear, and irreducible quadratic factors.
1768
Euler's Integral Calculus
In Institutiones Calculi Integralis, Euler demonstrated partial fractions as a standard technique for evaluating ∫ P(x)/Q(x) dx, establishing the method taught in calculus courses to this day.
1821
Cauchy's Rigorous Foundations
Augustin-Louis Cauchy placed partial fractions on rigorous algebraic footing using the theory of residues in complex analysis, revealing deep connections between real integration and the complex plane.

The central question this lesson addresses is straightforward yet far-reaching: given an integral of the form ∫ P(x)/Q(x) dx where Q(x) factors into distinct linear factors, how do we systematically decompose the integrand into parts that can each be integrated using elementary rules? Mastering this technique equips you with a reliable algorithm for a broad class of rational integrals that appear throughout the AP Calculus BC curriculum and beyond.

Core Principles & Definitions

Before applying partial fractions, you need a clear understanding of several prerequisite ideas. A rational function is any function of the form P(x)/Q(x) where both P and Q are polynomials. The technique of partial fraction decomposition applies only when the rational function is proper—meaning the degree of the numerator is strictly less than the degree of the denominator. If the function is improper, you must first perform polynomial long division to extract a polynomial quotient plus a proper remainder before decomposing. The decomposition itself relies on the Fundamental Theorem of Algebra, which guarantees that every polynomial with real coefficients can be factored into linear and irreducible quadratic factors over the reals.

1

Proper Fraction Requirement

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

Factor the Denominator

Factor Q(x) completely into linear factors (ax + b) and irreducible quadratic factors (ax² + bx + c). For this lesson, we focus on cases where all factors are linear and distinct.
3

Set Up the Decomposition

Assign one unknown constant (A, B, C, …) in the numerator of each partial fraction. Each fraction has a single linear factor as its denominator.
4

Solve for Constants

Multiply both sides by Q(x) to clear denominators, then determine A, B, C, … by strategic substitution of x-values (the roots of each factor) or by equating coefficients.
5

Integrate Each Term

Each partial fraction A/(ax + b) integrates to (A/a) ln|ax + b| + C. Recombine the results for the final antiderivative.
KEY TAKEAWAY
Think of partial fraction decomposition as the algebraic reverse of adding fractions. When you learned to add 1/2 + 1/3 you found a common denominator and combined; partial fractions goes the other direction—taking a single fraction with a complicated denominator and splitting it back into the simpler pieces that were originally added together. In an engineering context, this is analogous to decomposing a complex signal into its constituent frequencies: each simple fraction represents one 'frequency' that you can handle independently.

Visual Explanation

From One Complex Curve to Simpler Components

The diagram below shows the graph of the rational function f(x) = 1/((x − 1)(x − 3)) alongside its partial fraction components: A/(x − 1) and B/(x − 3). The key visual insight is that the original curve (cyan) is the vertical sum of the pink component and the amber component at every x-value. Notice how each component has only a single vertical asymptote, making it far simpler to integrate individually.

The solid cyan curve represents the original rational function f(x) = 1/((x − 1)(x − 3)). The dashed pink curve shows the partial fraction component −1/(2(x − 1)), and the dashed amber curve shows 1/(2(x − 3)). At every x-value away from the asymptotes, the sum of the pink and amber curves equals the cyan curve.

This visual decomposition illustrates the fundamental principle: integrating the complex cyan curve is equivalent to integrating each dashed component separately. Each component has the form k/(x − a), whose antiderivative is simply k · ln|x − a| + C. The area calculation that seemed intractable for the original fraction becomes routine once the decomposition is performed.

Mathematical Framework

We now develop the formal algebraic machinery. Suppose Q(x) factors into n distinct linear factors: Q(x) = (a₁x + b₁)(a₂x + b₂)···(aₙx + bₙ). If P(x)/Q(x) is a proper rational function, then there exist unique constants A₁, A₂, …, Aₙ such that the decomposition holds. The uniqueness of the constants is guaranteed by the algebraic identity principle: if two polynomials of degree less than n agree at n distinct points, they must be identical.

GENERAL DECOMPOSITION (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ₙ)
P(x) is a polynomial with deg(P) < n. Each Aᵢ is a real constant determined by clearing denominators and solving the resulting system.

Solving for the Constants

After setting up the decomposition, multiply both sides by Q(x) to obtain an equation of polynomials. Two systematic methods then allow you to find the unknown constants.

METHOD 1 — STRATEGIC SUBSTITUTION (HEAVISIDE COVER-UP)
Aᵢ = P(rᵢ) / ∏ⱼ≠ᵢ (aⱼrᵢ + bⱼ) where rᵢ = −bᵢ/aᵢ is the root of the i-th factor
Substitute the root of each linear factor one at a time. At x = rᵢ, every term on the right-hand side vanishes except the one containing Aᵢ, yielding its value directly. This is the fastest approach when all factors are distinct.
METHOD 2 — EQUATING COEFFICIENTS
P(x) = A₁·(a₂x+b₂)···(aₙx+bₙ) + A₂·(a₁x+b₁)(a₃x+b₃)···(aₙx+bₙ) + ···
Expand the right-hand side and match coefficients of like powers of x. This produces a system of n linear equations in n unknowns. It is more laborious but works for any factor type.
INTEGRATION FORMULA FOR EACH PARTIAL FRACTION
∫ A/(ax + b) dx = (A/a) · ln|ax + b| + C
A is the numerator constant from the decomposition, a is the coefficient of x in the linear factor, and C is the constant of integration. This follows from the substitution u = ax + b.
💡 AP Exam Tip
On the AP Calculus BC exam, partial fraction problems almost always involve distinct linear factors. The Heaviside cover-up method is the fastest route and minimizes algebra errors under time pressure. If a problem gives you a degree-2 or degree-3 denominator, immediately factor it and check whether the degree of the numerator is strictly less than the degree of the denominator before proceeding.

Step-by-Step Procedure & Decision Flowchart

The flowchart below presents the complete decision process for integrating a rational function using linear partial fractions. It begins with checking whether the rational expression is proper, proceeds through factoring and decomposition, and terminates at the final antiderivative. This procedural view is especially useful during timed examinations, where a clear mental algorithm prevents costly false starts.

Decision flowchart for integrating rational functions via linear partial fractions. The diamond checks whether the fraction is proper; if not, polynomial long division is performed first. After factoring Q(x), the decomposition template is written, constants are determined, and each resulting term is integrated using the natural logarithm rule.

A common source of error is forgetting the properness check. If you skip straight to decomposition when deg(P) ≥ deg(Q), the resulting system of equations for the constants will be inconsistent, and you will waste valuable time. Always verify degrees first, and always factor the denominator completely—a partially factored denominator leads to an incomplete decomposition and an incorrect antiderivative.

Worked Example

Let us work through a complete example that mirrors the level of difficulty you would encounter on the AP Calculus BC exam.

Evaluate ∫ (3x + 5) / (x² + 2x − 3) dx
1
Step 1 — Check PropernessThe numerator 3x + 5 has degree 1, and the denominator x² + 2x − 3 has degree 2. Since 1 < 2, the fraction is proper and we may proceed directly without long division.
2
Step 2 — Factor the DenominatorWe need two numbers that multiply to −3 and add to 2. Those numbers are 3 and −1. Therefore: x² + 2x − 3 = (x + 3)(x − 1). Both factors are distinct and linear, confirming that the standard linear partial fraction template applies.
x² + 2x − 3 = (x + 3)(x − 1)
3
Step 3 — Write the Decomposition TemplateSet (3x + 5)/((x + 3)(x − 1)) = A/(x + 3) + B/(x − 1). Multiply both sides by (x + 3)(x − 1) to clear denominators: 3x + 5 = A(x − 1) + B(x + 3).
3x + 5 = A(x − 1) + B(x + 3)
4
Step 4 — Solve for A (Cover-Up at x = −3)Substitute x = −3 to eliminate the B-term: 3(−3) + 5 = A(−3 − 1) + B(0), which gives −9 + 5 = −4A, so −4 = −4A.
A = 1
5
Step 5 — Solve for B (Cover-Up at x = 1)Substitute x = 1 to eliminate the A-term: 3(1) + 5 = A(0) + B(1 + 3), which gives 8 = 4B.
B = 2
6
Step 6 — Integrate Each Partial FractionRewrite the integral as ∫ 1/(x + 3) dx + ∫ 2/(x − 1) dx. Each term integrates using the formula ∫ k/(x − r) dx = k · ln|x − r| + C.
∫ (3x + 5)/(x² + 2x − 3) dx = ln|x + 3| + 2 ln|x − 1| + C
7
Step 7 — Verify (Optional but Recommended)Differentiate the result: d/dx [ln|x + 3| + 2 ln|x − 1|] = 1/(x + 3) + 2/(x − 1) = [(x − 1) + 2(x + 3)] / [(x + 3)(x − 1)] = (3x + 5)/(x² + 2x − 3). This matches the original integrand, confirming our answer. ✓

Strengths, Limitations & Comparisons

Partial fractions with linear factors is an elegant and systematic technique, but like every integration method, it has a clearly defined scope of applicability. Understanding when to reach for partial fractions versus another strategy—such as substitution, integration by parts, or trigonometric identities—is as important as mastering the mechanics of the method itself.

Strengths and limitations of linear partial fraction decomposition
FeatureStrengthsLimitations
ApplicabilityWorks for any proper rational function whose denominator factors into distinct linear terms over ℝ.Does not directly handle irreducible quadratic factors or repeated linear factors without modifications to the template.
DeterminismPurely algorithmic—no clever insight required. Follow the steps and the answer emerges.Requires the denominator to be factorable. Unfactorable or high-degree polynomials can be time-prohibitive on an exam.
SpeedHeaviside cover-up yields each constant with a single substitution—very fast for 2–3 factors.With 4 or more factors, the algebra becomes tedious. On the AP exam, problems rarely exceed 3 factors.
Result FormProduces exact antiderivatives in terms of natural logarithms—closed-form and easily differentiated to check.If the original integrand is not rational, partial fractions cannot be applied without first transforming it (e.g., via substitution).
🧭 WHEN TO USE PARTIAL FRACTIONS
On the AP exam, the signal to use partial fractions is a rational integrand whose denominator is a product of linear factors (or can be factored into them). If you see a quadratic denominator that factors, think partial fractions. If the denominator is an irreducible quadratic like x² + 1, think arctangent or completing the square instead. And if the integrand is not rational at all, consider substitution or integration by parts before attempting partial fractions.

Connection to Advanced Topics

The linear partial fractions technique you have learned here is the foundation for more sophisticated decomposition scenarios that arise in advanced calculus, differential equations, and engineering mathematics. Two important extensions merit attention: repeated linear factors and irreducible quadratic factors. While the AP BC exam primarily tests distinct linear factors, awareness of these extensions strengthens your conceptual understanding and prepares you for subsequent courses.

Comparison: distinct linear factors vs. advanced decomposition scenarios
FeatureDistinct Linear Factors (This Lesson)Repeated / Quadratic Factors (Advanced)
Denominator form(a₁x + b₁)(a₂x + b₂)···(aₙx + bₙ) — all factors distinctMay include (ax + b)ᵏ with k ≥ 2 or (ax² + bx + c) with b² − 4ac < 0
Template numeratorSingle constant A over each factorRepeated: A₁/(ax+b) + A₂/(ax+b)² + … Quadratic: (Mx+N)/(ax²+bx+c)
Resulting integralsAll yield natural logarithms: (A/a) ln|ax + b|Repeated: power rule for negative exponents. Quadratic: ln and/or arctan after completing the square
AP BC relevanceExplicitly tested in multiple-choice and free-response sectionsRarely tested directly, but may appear in context (e.g., logistic growth differential equations)

In the context of the AP Calculus BC curriculum, partial fractions also connect to improper integrals and differential equations. The logistic differential equation dy/dt = ky(L − y)/L, for instance, is solved by separating variables and then using partial fractions to integrate 1/(y(L − y)) with respect to y. Similarly, evaluating convergence of improper integrals of rational functions often requires a partial fraction decomposition before applying limit-based analysis. Mastering the linear case thus provides the essential technique for multiple units of the AP BC course.

Practice Problems

1
A student attempts to decompose (2x² + 1)/(x² − 4) into partial fractions by writing A/(x − 2) + B/(x + 2). Which of the following best explains why this is incorrect?
2
Evaluate ∫ 5/(x² − x − 6) dx.
3
Evaluate ∫ (4x + 1) / (x³ − x) dx.
PROBLEM 4APPLIED
A population P(t) satisfies the logistic differential equation dP/dt = 0.02P(500 − P)/500 with P(0) = 100. Using separation of variables and partial fractions, show that the solution is P(t) = 500/(1 + 4e^(−0.02t)). Provide a complete derivation with all algebraic steps.
PROBLEM 5CRITICAL THINKING
Let f(x) = 1/(x(x + 1)(x + 2)). (a) Find the partial fraction decomposition of f(x). (b) Use your decomposition to evaluate the improper integral ∫₁^∞ f(x) dx and determine whether it converges. (c) Explain why the convergence result could have been predicted without computing the antiderivative.

Lesson Summary

Partial fraction decomposition transforms an integral of a proper rational function with distinct linear factors in the denominator into a sum of simpler fractions of the form A/(ax + b), each of which integrates to (A/a) · ln|ax + b| + C. The algorithm has five steps: verify the fraction is proper (performing polynomial long division if it is not), factor Q(x) completely, write the decomposition template with unknown constants, solve for those constants using strategic substitution or equating coefficients, and integrate each term individually.

This technique is indispensable on the AP Calculus BC exam, where it appears in standalone integration problems as well as in applications such as solving separable differential equations (notably the logistic equation) and evaluating improper integrals. Master the distinct linear case presented here, and you will have the foundation for every partial fraction scenario you encounter in advanced mathematics.

Varsity Tutors • AP Calculus BC • Using Linear Partial Fractions