AP CALCULUS BC • INTEGRATION AND ACCUMULATION OF CHANGE

Selecting Techniques for Antidifferentiation

Master the art of choosing the right integration strategy for any function you encounter.

Historical Context & Motivation

While differentiation follows a small, systematic set of rules—the power rule, product rule, chain rule—antidifferentiation (also called indefinite integration) has never enjoyed such mechanical simplicity. Throughout the history of calculus, mathematicians developed a rich toolkit of integration techniques, each born from a specific class of problem that resisted simpler methods. The challenge of selecting the correct technique for a given integrand has been a central concern in mathematics since Newton and Leibniz independently formulated the foundations of calculus in the late seventeenth century. Even today, this selection process remains a hallmark skill tested on the AP Calculus BC exam, requiring both pattern recognition and strategic thinking.

1668
Early Substitution Methods
Isaac Barrow, Newton's teacher at Cambridge, published geometric methods equivalent to integration by substitution in his Lectiones Geometricae, anticipating the formal development of change-of-variable techniques.
1715
Integration by Parts Formalized
Brook Taylor published the method of integration by parts as a consequence of the product rule for differentiation, providing a systematic approach for products of functions.
1770s
Partial Fractions for Rational Integrands
Euler and Johann Bernoulli developed the method of partial fraction decomposition to integrate rational functions, reducing complex fractions into simpler terms with known antiderivatives.
1823
Trigonometric Substitutions Systematized
Adrien-Marie Legendre's work on elliptic integrals codified the use of trigonometric and hyperbolic substitutions for integrands involving radical expressions such as √(a² − x²).
1969
Risch Algorithm
Robert Risch published a decision algorithm that determines whether a given elementary function has an elementary antiderivative—formalizing the question of when no technique will produce a closed-form answer.

The historical arc reveals a fundamental asymmetry: differentiation can be performed algorithmically for any elementary function, but integration cannot. This means that recognizing which technique to deploy is not merely a procedural step—it is an act of mathematical judgment. On the AP Calculus BC exam, this judgment is tested directly: you must look at an integrand, identify its structural features, and choose the most efficient path to its antiderivative.

Core Principles of Technique Selection

Selecting the right antidifferentiation technique is a decision-tree process rooted in recognizing the structural features of the integrand. Rather than trying every method until one works, skilled calculus students learn to classify integrands according to their algebraic form—products of different function types, compositions of functions, rational expressions, or expressions involving radicals. Each structural pattern maps to a preferred technique, and understanding these mappings transforms integration from guesswork into strategy.

1

Recognize Composition → u-Substitution

When the integrand contains a composite function f(g(x)) and g′(x) appears as a factor (up to a constant), u-substitution reverses the chain rule. Look for an "inner function" whose derivative is present.
2

Recognize Products → Integration by Parts

When the integrand is a product of two different function types—such as a polynomial times an exponential or a logarithm times a power—integration by parts reverses the product rule.
3

Recognize Rational Functions → Partial Fractions

When the integrand is a rational expression P(x)/Q(x) with deg(P) < deg(Q), decompose into simpler fractions whose antiderivatives are logarithmic or arctangent forms.
4

Recognize Radicals → Trigonometric Substitution

When the integrand involves √(a² − x²), √(a² + x²), or √(x² − a²), a trigonometric substitution converts the radical into a trig expression using Pythagorean identities.
5

Recognize Powers of Trig → Trig Identities

When the integrand is a product of powers of sin x and cos x (or sec x and tan x), apply reduction identities, Pythagorean identities, or half-angle formulas to simplify before integrating.
KEY TAKEAWAY
Think of selecting an integration technique like a doctor diagnosing a patient: the integrand's "symptoms"—its algebraic structure, function types present, and visible patterns—point toward a specific "treatment." A composite structure with a visible inner derivative signals u-substitution, just as a fever signals infection. A product of unlike function types signals integration by parts, much as distinct co-occurring symptoms point to a specific diagnosis. The skill is in reading the symptoms before reaching for the prescription.

Decision Flowchart for Technique Selection

The following flowchart provides a systematic visual guide for selecting the appropriate antidifferentiation technique. Begin at the top by examining the integrand's form, then follow the decision branches based on the structural features you observe. This is not an exhaustive algorithm—some integrals require combining multiple techniques or algebraic manipulation before a method becomes apparent—but it covers the vast majority of integrands encountered on the AP Calculus BC exam.

Follow the decision nodes from top to bottom. At each diamond-shaped question, examine whether the structural feature is present. A YES answer directs you to the corresponding technique on the right; a NO answer sends you to the next check. If no technique matches, simplify the integrand first and re-enter the flowchart.

The flowchart encodes a hierarchy: always check for the simplest applicable technique first. Direct antiderivatives require no manipulation at all, and u-substitution is the single most commonly applicable technique, handling a large proportion of integrands. Only when substitution does not apply should you escalate to integration by parts, partial fractions, or trigonometric methods. In practice, many exam integrals combine a preliminary algebraic simplification—such as polynomial long division, completing the square, or rewriting trigonometric expressions—with one of the core techniques shown above.

Mathematical Framework for Each Technique

Each integration technique rests on a corresponding differentiation rule applied in reverse. Understanding these connections deepens your ability to recognize when each technique applies and to execute it correctly under exam conditions.

U-SUBSTITUTION (REVERSE CHAIN RULE)
∫ f(g(x)) · g′(x) dx = ∫ f(u) du, where u = g(x)
Set u equal to the inner function g(x). Compute du = g′(x) dx. Replace all x-expressions with u-expressions. After integrating, substitute back. The key recognition: an inner function whose derivative appears as a factor of the integrand.
INTEGRATION BY PARTS (REVERSE PRODUCT RULE)
∫ u dv = uv − ∫ v du
Choose u (to differentiate) and dv (to integrate) using the LIATE priority: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. The function higher in LIATE becomes u. This technique converts a difficult integral into a hopefully simpler one.
PARTIAL FRACTION DECOMPOSITION
P(x)/Q(x) = A₁/(x − r₁) + A₂/(x − r₂) + ⋯ + (Bx + C)/(x² + bx + c) + ⋯
Factor Q(x) completely. For each distinct linear factor (x − r), include a term A/(x − r). For each irreducible quadratic factor (x² + bx + c), include (Bx + C)/(x² + bx + c). For repeated factors, include terms up to the multiplicity. If deg(P) ≥ deg(Q), perform polynomial long division first.
TRIGONOMETRIC SUBSTITUTION
√(a² − x²): x = a sin θ | √(a² + x²): x = a tan θ | √(x² − a²): x = a sec θ
Each substitution exploits a Pythagorean identity to eliminate the radical. After substituting, dx and the radical both become trig expressions in θ. Integrate in θ, then convert back to x using a reference triangle.
💡 COMPLETING THE SQUARE
Before applying partial fractions or trigonometric substitution, you may need to complete the square for quadratic expressions. For example, x² + 6x + 13 = (x + 3)² + 4. This reveals the form a² + u², which signals either an arctangent antiderivative or a trigonometric substitution. Completing the square is not itself an integration technique, but it is a critical preprocessing step that makes the correct technique visible.

Integrand Patterns & Technique Mapping

The most efficient path to technique selection is pattern matching: learning to associate specific integrand structures with the techniques that resolve them. The table below catalogs the most common patterns you will encounter, organized by the primary technique each demands. Study these patterns until they become automatic—on the AP exam, speed in recognition directly translates to more time for execution.

Common integrand patterns and their corresponding techniques
Integrand PatternTechniqueKey Recognition Cue
∫ f(g(x)) · g′(x) dxu-SubstitutionInner function's derivative is a visible factor
∫ xⁿ eˣ dx or ∫ xⁿ sin x dxIntegration by PartsProduct of polynomial with transcendental function
∫ ln x dx or ∫ arctan x dxIntegration by PartsLone inverse function (set u = the function, dv = dx)
∫ P(x)/Q(x) dx, deg(P) < deg(Q)Partial FractionsRational function with factorable denominator
∫ dx / √(a² − x²)Inverse trig (arcsin)a² − x² under a square root in the denominator
∫ x² / √(a² − x²) dxTrig Substitution (x = a sin θ)Radical with extra algebraic factors
∫ sin³x cos²x dxTrig identity + u-subOdd power of sin or cos → peel one off, convert the rest
∫ sin²x dx or ∫ cos²x dxHalf-angle identitiesEven powers of sin or cos only
This feature map groups integrands by their dominant structural characteristic. The top row identifies the feature; the middle row names the technique; the bottom row lists preprocessing steps that may be needed before a technique becomes applicable.

Worked Example: Selecting & Applying the Right Technique

Consider the integral ∫ x² ln x dx. We will walk through the technique selection process and then execute the chosen method step by step.

Evaluate ∫ x² ln x dx
1
Step 1 — Classify the IntegrandThe integrand x² ln x is a product of two different types of functions: x² (algebraic/polynomial) and ln x (logarithmic). This is not a composition with a visible chain-rule structure, so u-substitution does not apply directly. The product-of-unlike-types pattern points to integration by parts.
2
Step 2 — Choose u and dv Using LIATEBy the LIATE mnemonic, logarithmic functions take priority over algebraic functions for the role of u. Set u = ln x (which simplifies when differentiated) and dv = x² dx (which is easily integrated).
u = ln x, du = (1/x) dx, dv = x² dx, v = x³/3
3
Step 3 — Apply the Integration by Parts FormulaSubstituting into ∫ u dv = uv − ∫ v du gives: ∫ x² ln x dx = (ln x)(x³/3) − ∫ (x³/3)(1/x) dx = (x³ ln x)/3 − (1/3) ∫ x² dx.
(x³ ln x)/3 − (1/3) ∫ x² dx
4
Step 4 — Evaluate the Remaining IntegralThe remaining integral ∫ x² dx is a basic power rule antiderivative: x³/3. So (1/3) ∫ x² dx = (1/3)(x³/3) = x³/9.
(1/3)(x³/3) = x³/9
5
Step 5 — Combine and Write Final AnswerCombining the results: ∫ x² ln x dx = (x³ ln x)/3 − x³/9 + C. We can factor out x³/9 to write this more compactly.
∫ x² ln x dx = (x³/3)(ln x − 1/3) + C = (x³/9)(3 ln x − 1) + C
6
Step 6 — Verify by DifferentiatingDifferentiate (x³ ln x)/3 − x³/9 using the product rule on the first term: d/dx[(x³ ln x)/3] = (3x² ln x)/3 + (x³)(1/x)/3 = x² ln x + x²/3. Then d/dx[−x³/9] = −3x²/9 = −x²/3. Summing: x² ln x + x²/3 − x²/3 = x² ln x. ✓

Strengths & Limitations of Each Technique

No single integration technique is universally applicable. Each method has a domain of effectiveness and inherent limitations. Understanding these trade-offs helps you avoid wasting time on an inappropriate approach during the exam. The table below compares the five core techniques across several dimensions relevant to AP Calculus BC.

Comparative overview of core integration techniques
TechniqueStrengthsLimitations / Pitfalls
u-SubstitutionFast, mechanical, handles the largest class of integrands. Minimal algebra required once u is identified.Fails when the derivative of the inner function is not present (even up to a constant multiple). Students often force an incorrect u.
Integration by PartsHandles products of unlike function types, lone logarithms, and lone inverse trig functions. Tabular method speeds up repeated applications.Choosing u and dv poorly can produce a harder integral. May need to be applied multiple times (e.g., ∫ eˣ sin x dx requires two iterations).
Partial FractionsCompletely solves any rational function integral (in principle). Always produces an answer in terms of elementary functions.Requires factoring the denominator—difficult if roots are irrational or complex. Repeated or irreducible quadratic factors increase algebraic complexity.
Trig SubstitutionEliminates radicals systematically. Essential for integrands involving √(a² − x²), √(a² + x²), √(x² − a²).Heavy algebraic overhead. Must draw a reference triangle to convert back to x. Easy to make sign or domain errors.
Trig IdentitiesReduces powers of trig functions to integrable forms. Half-angle and Pythagorean identities cover most cases.Requires memorizing several identities. Even-power cases (sin²x cos²x) can be tedious due to repeated applications of half-angle formulas.
KEY TAKEAWAY
Think of your integration toolkit like a set of wrenches in different sizes. u-Substitution is your adjustable wrench—versatile and your first reach. Integration by parts is the socket wrench—more setup, but it handles products that the adjustable wrench cannot grip. Partial fractions and trig substitution are the specialty tools you pull out for specific bolt types (rational functions and radical expressions). Reaching for the wrong tool wastes time and can strip the bolt—choosing the wrong technique can create a more complicated integral than the one you started with.

Connection to Advanced Topics & the AP BC Exam

Selecting techniques for antidifferentiation does not exist in isolation on the AP Calculus BC exam. These skills connect directly to several advanced topics that are unique to the BC curriculum. Improper integrals require you to evaluate a limit of a definite integral, but first you must antidifferentiate the integrand—which demands technique selection. Differential equations solved by separation of variables produce integrals on both sides of the equation, each of which may require a different technique. Series representations sometimes arise when no elementary antiderivative exists, providing an alternative to the techniques studied in this lesson. The ability to decide between a closed-form technique and a series approach is itself a form of technique selection.

How technique selection connects to other AP BC topics
AP BC TopicHow Technique Selection Appears
Improper Integrals (Type I & II)Must antidifferentiate before taking the limit. Common integrands require partial fractions (e.g., ∫₁^∞ dx/(x² + x)) or u-substitution.
Separable Differential EquationsAfter separating, each side is an integral that may require a different technique. E.g., ∫ dy/(y² + 1) = ∫ x eˣ dx combines arctan with integration by parts.
Logistic Growth & Partial FractionsThe logistic equation dP/dt = kP(M − P) separates to produce ∫ dP/[P(M − P)], which requires partial fraction decomposition.
Taylor/Maclaurin SeriesFunctions like e^(−x²) have no elementary antiderivative. Recognizing when to use a series expansion instead of seeking a closed-form integral is a critical skill.
Arc Length & Surface AreaIntegrands of the form √(1 + [f′(x)]²) frequently require trig substitution or simplification techniques.

Looking beyond the AP exam, technique selection is a gateway to computational mathematics and numerical analysis. In engineering and physics courses, many integrals that arise in practice have no closed-form antiderivative at all—the Risch algorithm proves this rigorously—and must be evaluated numerically. Knowing when a technique will succeed and when numerical methods or series are necessary is a hallmark of mathematical maturity.

Practice Problems

1
Which integration technique is most appropriate for evaluating ∫ x · cos(x²) dx?
2
Evaluate ∫ (3x + 5) / (x² + 4x + 5) dx.
3
Evaluate ∫ (2x³ + x) / (x² + 1) dx.
PROBLEM 4APPLIED
A particle moves along the x-axis with velocity v(t) = t · e^(−t) for t ≥ 0. (a) Find the position function x(t) given that x(0) = 2. (b) Identify which integration technique you used and explain why it is appropriate. (c) Determine the total distance the particle travels from t = 0 to t = 3. (d) As t → ∞, what value does the position approach? Justify your answer.
PROBLEM 5CRITICAL THINKING
Evaluate ∫ dx / (x² − 4x + 8) by first selecting and justifying the appropriate technique, showing all algebraic setup, and presenting the final answer in simplest form.

Summary & Key Concepts

Selecting the correct technique for antidifferentiation requires reading the structural features of the integrand. A composite function with a visible inner derivative signals u-substitution, the most broadly applicable technique and your first check. A product of unlike function types (polynomial × exponential, polynomial × trig, or a lone logarithm/inverse trig) points to integration by parts, where the LIATE mnemonic guides your choice of u and dv. A rational function P(x)/Q(x) with deg(P) < deg(Q) calls for partial fraction decomposition, while expressions involving radicals of the form √(a² ± x²) require trigonometric substitution. Powers of trigonometric functions are handled by Pythagorean and half-angle identities.

Before applying any technique, always check whether algebraic preprocessing—such as polynomial long division, completing the square, or simplifying trig expressions—is needed to reveal the integrand's true structure. Many AP Calculus BC integrals require combining two techniques in sequence. The ability to select and execute the correct approach efficiently is one of the most valuable skills you can bring to the exam.

Varsity Tutors • AP Calculus BC • Selecting Techniques for Antidifferentiation