AP CALCULUS BC • INTEGRATION AND ACCUMULATION OF CHANGE

Integrating Using Integration By Parts

Transform difficult integrals into manageable ones by reversing the product rule for differentiation.

Historical Context & Motivation

Not every integral yields to a simple antidifferentiation or substitution. When confronted with the integral of a product of two functions — say, x multiplied by sin x — early mathematicians needed a systematic technique to decompose the problem into simpler pieces. The method now called integration by parts grew directly from the product rule for differentiation, reversing the chain of logic so that a known differentiation identity becomes a powerful integration tool. Its development tracks the broader story of calculus itself, from Newton and Leibniz through the rigorous frameworks of the eighteenth and nineteenth centuries.

1670s
Newton & Leibniz Develop Calculus
Both Newton and Leibniz independently formulate the fundamental ideas of differentiation and integration, including early implicit uses of what would become integration by parts in series expansions and area calculations.
1715
Brook Taylor's Formalization
Brook Taylor publishes Methodus Incrementorum, in which integration by parts appears as a discrete analogue (summation by parts) and its continuous counterpart, establishing the technique on firm algebraic footing.
1768
Euler's Systematic Integral Calculus
Leonhard Euler's Institutiones Calculi Integralis catalogues integration by parts as one of the principal methods for evaluating integrals, alongside substitution and partial fractions.
1800s
Rigorization by Cauchy and Riemann
Cauchy and Riemann place integration on a rigorous limit-based foundation, and the integration-by-parts formula is proved under precise hypotheses about continuity and differentiability, becoming a cornerstone of real analysis.

The central question that integration by parts addresses is deceptively simple: how can we integrate a product of two functions when no straightforward antiderivative exists? By strategically splitting the integrand into one part we differentiate and another we integrate, the technique transforms the original integral into a new one that is — ideally — simpler to evaluate. Mastering this method is essential for success on the AP Calculus BC exam, where integration by parts appears in both multiple-choice and free-response contexts, often combined with other techniques like substitution or partial fractions.

Core Principles & Definitions

Integration by parts rests on a single algebraic identity derived from the product rule. Before diving into the formula, it helps to understand the foundational ideas that govern when and how to apply the technique. The following four principles form the conceptual backbone of the method.

1

Product Rule in Reverse

Integration by parts is the antidifferentiation version of the product rule d(uv) = u dv + v du. Integrating both sides and rearranging gives the IBP formula.
2

Strategic Decomposition

Split the integrand into a factor u (to differentiate) and a factor dv (to integrate). The goal is to make the resulting integral ∫ v du simpler than the original.
3

LIATE Mnemonic

A widely used heuristic for choosing u: Logarithmic → Inverse trig → Algebraic → Trigonometric → Exponential. Pick u from the highest category in the list.
4

Iterative Application

Sometimes a single application of IBP is not enough. Repeated application — or the tabular method — can resolve integrals like ∫ x³eˣ dx or produce cyclic equations that can be solved algebraically.
KEY TAKEAWAY
Think of integration by parts like a negotiation: you trade complexity in one place for simplicity in another. Just as an engineer might redesign a complex subsystem by shifting the hard work to a component that handles it better, IBP shifts the difficulty of integration from one factor to the other via differentiation. The payoff is a new integral that — if you chose wisely — is easier to evaluate than the one you started with.

Visual Explanation

The geometric interpretation of integration by parts connects the formula to areas in the uv-plane. Consider two continuously differentiable functions u(x) and v(x). As x varies, the point (u, v) traces a parametric curve in the first quadrant. The rectangle with corner at (u, v) and sides along the axes has area uv. The area under the curve measured horizontally (∫ u dv) plus the area measured vertically (∫ v du) equals the boundary rectangle area uv evaluated at the endpoints. The diagram below illustrates this relationship.

The violet region represents ∫ u dv (integrated horizontally) and the cyan region represents ∫ v du (integrated vertically). Together they fill the bounding rectangle of area u₂v₂ − u₁v₁, giving the identity ∫ u dv = uv − ∫ v du evaluated at the boundary.

This geometric picture makes the IBP formula almost self-evident: the two shaded regions together tile the rectangle whose area is the product uv evaluated at the limits. For the indefinite case (no specific limits), the relationship ∫ u dv = uv − ∫ v du still holds with an arbitrary constant absorbed into the resulting antiderivative. Whenever you apply integration by parts, you are effectively deciding which of the two complementary regions is easier to compute.

Mathematical Framework

We derive the integration by parts formula by integrating the product rule. Recall that for differentiable functions u(x) and v(x), the product rule states d/dx [u(x) v(x)] = u(x) v′(x) + v(x) u′(x). Integrating both sides with respect to x and rearranging yields the core formula.

PRODUCT RULE (DIFFERENTIAL FORM)
d(uv) = u dv + v du
Here u and v are functions of x, and du = u′(x) dx, dv = v′(x) dx.
INTEGRATION BY PARTS (INDEFINITE)
∫ u dv = uv − ∫ v du
Choose u so that du is simpler, and choose dv so that v = ∫ dv is readily computable. The constant of integration is included in the final answer.
INTEGRATION BY PARTS (DEFINITE)
∫ₐᵇ u dv = [uv]ₐᵇ − ∫ₐᵇ v du
Evaluate the boundary term [uv]ₐᵇ = u(b)v(b) − u(a)v(a) and then compute the remaining integral ∫ₐᵇ v du. This is the form most commonly tested on AP Calculus BC free-response questions.

The LIATE Heuristic

Choosing u and dv wisely is the crux of a successful application. The LIATE mnemonic prioritizes the choice of u based on function type. Functions higher on the list are generally better candidates for u because they simplify when differentiated, while functions lower on the list are easier to integrate and therefore better as dv.

LIATE priority ranking for choosing u in integration by parts.
PriorityFunction TypeExampleRole
1 (highest)Logarithmicln x, log₂ xChoose as u
2Inverse trigonometricarctan x, arcsin xChoose as u
3Algebraicx², x³ + 2xUsually u
4Trigonometricsin x, cos xUsually dv
5 (lowest)Exponentialeˣ, 2ˣUsually dv

Tabular Method & Special Patterns

When integration by parts must be applied repeatedly — as with integrands like x³eˣ or x⁴ sin x — the tabular method (sometimes called the "tic-tac-toe" method) organizes the computation efficiently. You list successive derivatives of u in one column and successive antiderivatives of dv in another, then combine them with alternating signs. This eliminates repetitive rewriting and reduces the chance of algebraic error. The tabular method is especially powerful when u is a polynomial, because its derivatives eventually reach zero.

The tabular method for ∫ x²eˣ dx. The left column shows successive derivatives of u = x², which terminate at zero. The right column shows successive antiderivatives of eˣ. Diagonal arrows pair each derivative with the next-row antiderivative, with alternating + and − signs.

Cyclic (Boomerang) Pattern

A particularly elegant scenario arises when integrating products of exponential and trigonometric functions, such as ∫ eˣ sin x dx. After applying integration by parts twice, the original integral reappears on the right-hand side. Rather than entering an infinite loop, you treat the reappearance as an algebraic equation: collect the two copies of the integral on one side, solve, and divide by the coefficient. This cyclic or boomerang technique is tested regularly on the AP Calculus BC exam, and recognizing the pattern early saves significant time.

⚠️ EXAM TIP
When applying IBP twice in a cyclic problem, be consistent with your choice assignments. If you let u be the exponential the first time, let u be the exponential the second time too. Switching roles midway through will cause the terms to cancel rather than accumulate, and you will end up with 0 = 0 instead of a solvable equation.

Worked Example

Let us work through a complete example that demonstrates the standard IBP workflow and the use of the LIATE mnemonic. We will evaluate ∫ x ln x dx, a classic integral that appears frequently in AP Calculus BC contexts.

Evaluate ∫ x ln x dx
1
Step 1 — Identify u and dv using LIATEThe integrand is the product x · ln x. By the LIATE mnemonic, logarithmic functions have higher priority than algebraic functions. Therefore we set u = ln x (Logarithmic) and dv = x dx (Algebraic).
2
Step 2 — Compute du and vDifferentiating u: du = (1/x) dx. Integrating dv: v = ∫ x dx = x²/2. We choose the simplest antiderivative (no constant of integration needed at this stage).
du = (1/x) dx, v = x²/2
3
Step 3 — Apply the IBP formulaSubstitute into ∫ u dv = uv − ∫ v du:
∫ x ln x dx = (ln x)(x²/2) − ∫ (x²/2)(1/x) dx = (x²/2) ln x − ∫ x/2 dx
4
Step 4 — Evaluate the remaining integralThe new integral ∫ x/2 dx is straightforward: (1/2) · x²/2 = x²/4.
∫ x/2 dx = x²/4
5
Step 5 — Combine and simplifyPutting it all together and including the constant of integration:
∫ x ln x dx = (x²/2) ln x − x²/4 + C
6
Step 6 — Verify by differentiatingDifferentiate the result: d/dx [(x²/2) ln x − x²/4] = x ln x + (x²/2)(1/x) − x/2 = x ln x + x/2 − x/2 = x ln x. This matches the original integrand, confirming the answer is correct.

When to Use IBP vs. Other Techniques

Integration by parts is one of several integration techniques in the AP Calculus BC toolkit. Choosing the right method requires recognizing structural features of the integrand. The table below compares IBP with other common approaches, highlighting the integrand signatures that signal each technique and their respective strengths and limitations.

Comparison of major integration techniques on the AP Calculus BC exam.
TechniqueBest Used WhenStrengthsLimitations
Integration by PartsProduct of two different function types (e.g., polynomial × trig, log × algebraic)Handles products; works for ln x and inverse trig alone; tabular method speeds repeated usePoor choice of u/dv can increase complexity; may require multiple iterations
u-SubstitutionIntegrand contains a composite function and its inner derivativeFast, single substitution often suffices; reverses the chain rule directlyRequires the inner derivative to be present (up to a constant); not suited for products of unrelated functions
Partial FractionsRational function with factorable denominatorSystematic decomposition; always works for proper rational functionsAlgebraically intensive for high-degree denominators; applies only to rational functions
Trig SubstitutionExpressions involving √(a² − x²), √(a² + x²), or √(x² − a²)Eliminates radicals via Pythagorean identitiesRequires back-substitution; triangle diagram needed; narrow applicability
KEY TAKEAWAY
Think of your integration toolkit like a set of specialized wrenches: u-substitution is the adjustable wrench you reach for first, partial fractions is the socket set for rational expressions, and integration by parts is the torque wrench reserved for products that the other tools cannot grip. On exam day, always scan the integrand for a u-substitution opportunity before committing to IBP — it is faster when applicable. If the integrand is a product of two distinct function types with no obvious chain-rule structure, IBP is almost certainly the right call.

Connections to Advanced Topics

Integration by parts is not merely a computational trick; it is a foundational tool that recurs throughout higher mathematics and physics. On the AP Calculus BC exam itself, IBP intersects with several advanced topics, including Taylor and Maclaurin series derivations, improper integrals, and differential equations. Beyond the AP curriculum, integration by parts generalizes into powerful theorems in multivariable calculus and functional analysis.

How integration by parts connects to advanced topics in and beyond AP Calculus BC.
AP Calculus BC TopicHow IBP Connects
Improper IntegralsIBP is often needed to evaluate convergent improper integrals such as ∫₀∞ x e⁻ˣ dx. The boundary term [uv] must be evaluated as a limit, connecting IBP to the convergence analysis of improper integrals.
Differential EquationsSolving separable and first-order linear ODEs frequently requires integrating products via IBP. The integrating factor method, for instance, often yields integrals best handled by parts.
Series / Taylor PolynomialsDeriving the remainder term in Taylor's theorem (the integral form of the remainder) uses integration by parts repeatedly. The Lagrange remainder form emerges from this process.
Reduction FormulasIBP generates recursive formulas such as ∫ sinⁿx dx expressed in terms of ∫ sinⁿ⁻²x dx. These reduction formulas are useful for computing integrals involving higher powers of trig functions.
Multivariable Calculus (Beyond AP)The divergence theorem and Green's identities are multidimensional analogues of integration by parts, transferring derivative burden from one function to another across a domain and its boundary.

Mastering IBP at the AP level therefore pays dividends far beyond the exam. Every time you encounter a situation where shifting a derivative from one function to another simplifies an expression — whether in probability theory, Fourier analysis, or quantum mechanics — you are applying the same fundamental principle that begins with the product rule and the elegant identity ∫ u dv = uv − ∫ v du.

Practice Problems

1
When evaluating ∫ x cos x dx using integration by parts, which of the following is the most appropriate choice for u and dv?
2
Evaluate ∫ x eˣ dx.
3
Evaluate ∫ eˣ sin x dx.
PROBLEM 4APPLIED
A particle moves along a straight line with velocity v(t) = t e⁻ᵗ meters per second for t ≥ 0. (a) Find the position function s(t) given that s(0) = 0. Show all integration work. (b) Find the total displacement of the particle from t = 0 to t = 3. (c) Determine the time at which the particle's velocity is maximized. Justify your answer.
PROBLEM 5CRITICAL THINKING
Derive the reduction formula for Iₙ = ∫ xⁿ eˣ dx, expressing Iₙ in terms of Iₙ₋₁. Then use the formula to write ∫ x³ eˣ dx in fully expanded form.

Lesson Summary

Integration by parts reverses the product rule to transform the integral of a product into a boundary term minus a (hopefully) simpler integral: ∫ u dv = uv − ∫ v du. The LIATE mnemonic (Logarithmic → Inverse trig → Algebraic → Trigonometric → Exponential) guides the strategic choice of u by selecting the factor that simplifies most under differentiation. When multiple applications are needed, the tabular method organizes successive derivatives and antiderivatives with alternating signs, and the cyclic (boomerang) technique handles cases like ∫ eˣ sin x dx where the original integral reappears and can be solved algebraically.

Geometrically, IBP corresponds to partitioning a rectangle in the uv-plane into two complementary area integrals. The technique connects to improper integrals, reduction formulas, Taylor series remainders, and differential equations — making it one of the most broadly applicable tools in the calculus toolkit. On the AP Calculus BC exam, expect to see IBP in both calculator-active and no-calculator sections, often combined with other techniques or embedded in applied problems involving motion, area, or accumulation.

Varsity Tutors • AP Calculus BC • Integrating Using Integration By Parts