Historical Context & Motivation
The technique of integration by parts arises from one of the most fundamental operations in calculus: reversing differentiation of a product. While the product rule for derivatives is straightforward—simply differentiate each factor and sum the results—undoing that process to find antiderivatives of products is considerably more subtle. Integration by parts provides a systematic framework for tackling integrals of the form ∫ f(x)g(x) dx when direct antidifferentiation or simpler substitution techniques fail. The method effectively redistributes complexity from one factor to another, ideally transforming a difficult integral into an easier one.
The intellectual origins of this technique trace back to the co-inventors of calculus, Isaac Newton and Gottfried Wilhelm Leibniz, who both recognized that the product rule for derivatives could be inverted to yield an integration technique. Leibniz, whose notation we still use today, was particularly attuned to the algebraic manipulation of differentials—writing d(uv) = u dv + v du—and immediately saw that rearranging this identity produced a tool for integration. Over the following centuries, mathematicians like Euler and Bernoulli refined the technique and extended it to handle increasingly sophisticated classes of functions, including logarithmic, inverse trigonometric, and exponential products.
The central question that integration by parts answers is: How can we evaluate the integral of a product of two functions when no elementary antiderivative is immediately apparent? By strategically choosing which factor to differentiate and which to integrate, we trade one integral for another—hopefully simpler—integral. Mastering this choice is the art at the heart of the technique.
Core Principles & Definitions
Integration by parts rests on a single algebraic identity derived from the product rule of differentiation. If u = f(x) and v = g(x) are differentiable functions, then d(uv)/dx = u(dv/dx) + v(du/dx). Integrating both sides with respect to x and rearranging yields the integration by parts formula. The power of this result lies in its generality: it applies to any product of differentiable functions and converts one integral into a boundary term plus a new integral that may be easier to evaluate.
The Product Rule in Reverse
Strategic Decomposition (LIATE)
Complexity Transfer
Definite Integral Form
Repeated Application & Cyclic Integrals
Visual Explanation
Geometric Interpretation of Integration by Parts
Integration by parts has a beautiful geometric interpretation when the functions u and v are both non-negative and monotonic over the region of interest. Consider the integral ∫ₐᵇ u dv as the area of one region in the u–v plane, and ∫ᵤ₍ₐ₎ᵘ⁽ᵇ⁾ v du as the area of the complementary region. Together, these two areas plus the boundary rectangle terms compose the total rectangle u(b)v(b) − u(a)v(a). The following diagram illustrates this partition for a parametric curve (u(t), v(t)).
This geometric perspective reveals why integration by parts works: it partitions the rectangle in the u–v plane into two complementary regions separated by the parametric curve. The formula ∫ₐᵇ u dv = [uv]ₐᵇ − ∫ₐᵇ v du is simply the statement that the total rectangle area (u(b)v(b)) minus the small corner rectangle (u(a)v(a)) equals the sum of the violet and cyan regions. When we rearrange to isolate one integral, we are computing one region's area by subtracting the other from the known total. This viewpoint also explains why choosing u and dv wisely matters: a poor choice may produce a complementary region whose area is even harder to compute than the original.
Mathematical Framework
Derivation from the Product Rule
The derivation begins with the product rule for differentiation. If u(x) and v(x) are differentiable functions, then the derivative of their product is d(uv)/dx = u(dv/dx) + v(du/dx). Integrating both sides with respect to x from a to b yields uv|ₐᵇ = ∫ₐᵇ u(dv/dx) dx + ∫ₐᵇ v(du/dx) dx. Rearranging isolates the desired integral and produces the definite-integral form of integration by parts. The indefinite form follows by omitting limits and including the constant of integration.
The LIATE Selection Heuristic
The most critical step in applying integration by parts is the selection of u and dv. The LIATE rule is a widely used mnemonic that ranks function types by priority for designation as u. Functions higher on the list are better candidates for u because differentiating them tends to simplify the integrand, while functions lower on the list integrate cleanly. The acronym stands for: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential. When facing an integral of a product, assign u to whichever factor appears earliest in the LIATE ordering, and let dv be the remainder.
Detailed Breakdown: Strategy Selection & The Tabular Method
LIATE Priority Table
The following table summarizes the LIATE hierarchy with representative functions for each category. When the integrand is a product of two functions from different categories, the function from the higher row should generally be chosen as u. This heuristic is not infallible—there are exceptions—but it provides an effective starting point for the vast majority of integrals encountered in a standard Calculus 2 course.
| Priority | Category | Typical Functions | Why Choose as u? |
|---|---|---|---|
| 1 (Highest) | L — Logarithmic | ln x, log₂ x, ln(x² + 1) | Differentiating removes the logarithm; integrating logs directly is hard. |
| 2 | I — Inverse Trig | arctan x, arcsin x, arcsec x | Differentiation yields algebraic expressions (e.g., 1/(1 + x²)). |
| 3 | A — Algebraic | x², x³, √x, x⁻¹ (polynomials, radicals) | Differentiating lowers degree; polynomials eventually vanish. |
| 4 | T — Trigonometric | sin x, cos x, tan x, sec x | Trig functions cycle under differentiation; integrating them is straightforward. |
| 5 (Lowest) | E — Exponential | eˣ, 2ˣ, e⁻³ˣ | Exponentials are essentially unchanged by differentiation or integration. |
The Tabular (DI) Method for Repeated Integration by Parts
When integration by parts must be applied multiple times—typically when u is a polynomial of degree n—the tabular method provides a compact, organized shortcut. Create two columns: the left column lists successive derivatives of u (the 'D' column), and the right column lists successive antiderivatives of dv (the 'I' column). Alternating signs (+, −, +, −, …) are applied to the diagonal products from left to right. The process terminates when a row in the D column reaches zero (for polynomials) or when the product of a D-entry and the corresponding I-entry is directly integrable. The diagram below illustrates this method for ∫ x³ eˣ dx.
Worked Example
Example 1: ∫ x ln x dx
Example 2: ∫ eˣ cos x dx (Cyclic Integral)
Integration by Parts vs. Other Techniques
Integration by parts is one of several major techniques in the integration toolkit. Understanding when to use it—and when a different method would be more efficient—is an essential skill. The table below compares integration by parts with other standard techniques, highlighting their respective strengths, typical applications, and limitations.
| Technique | Best For | Strengths | Limitations |
|---|---|---|---|
| Integration by Parts | Products of functions from different categories (e.g., x·eˣ, x²·sin x, ln x·xⁿ) | Handles products of dissimilar functions; works for ln x and arctan x integrals; enables reduction formulas | Requires good u/dv choice; may need multiple iterations; can produce more complex integrals if applied carelessly |
| u-Substitution | Composite functions where the derivative of the inner function appears as a factor (e.g., ∫ 2x·eˣ² dx) | Simple and direct; usually the first technique to try; reverses the chain rule | Only works when the integrand has a clear composite structure with the inner derivative present |
| Partial Fractions | Rational functions P(x)/Q(x) where deg P < deg Q | Systematically decomposes any proper rational function; results in elementary antiderivatives | Only applies to rational functions; factoring the denominator can be algebraically intensive |
| Trigonometric Substitution | Integrands involving √(a² − x²), √(a² + x²), or √(x² − a²) | Eliminates radicals; converts to trig integrals that are often manageable | Can be cumbersome; requires back-substitution; limited to specific radical forms |
Connections to Advanced Theory
Integration by parts is not merely a computational trick—it is a structural result that permeates higher mathematics. In analysis, it leads to the theory of weak derivatives and Sobolev spaces, where functions that are not classically differentiable can still be handled rigorously by transferring derivatives onto smooth test functions via integration by parts. In differential equations, the technique underlies the method of variation of parameters and the construction of Green's functions. The multi-variable generalization—Green's theorem, the divergence theorem, and Stokes' theorem—can all be viewed as higher-dimensional versions of integration by parts.
| Calculus 2 Concept | Advanced Extension | Key Idea |
|---|---|---|
| ∫ u dv = uv − ∫ v du | Weak Derivatives / Distribution Theory | Transfer differentiation from non-smooth functions to smooth test functions, defining derivatives in a generalized sense. |
| Reduction formulas via IBP | Recursion in special functions (Gamma, Beta) | Γ(n+1) = nΓ(n) is derived by integration by parts; the factorial function extends to non-integers. |
| Boundary term [uv]ₐᵇ | Boundary value problems in PDEs | Boundary conditions in physics (heat equation, wave equation) emerge naturally from the boundary terms in higher-dimensional IBP. |
| 1D integration by parts | Green's / Divergence / Stokes' theorems | Multi-variable generalizations relate volume integrals of derivatives to surface integrals, fundamental in electromagnetism and fluid dynamics. |
Perhaps the most elegant connection is to the Gamma function, defined by Γ(n) = ∫₀^∞ t^(n−1) e^(−t) dt. Applying integration by parts once yields Γ(n+1) = nΓ(n), which for positive integers gives Γ(n+1) = n!, thereby extending the factorial to all complex numbers with positive real part. This single application of integration by parts opens the door to analytic number theory, quantum mechanics, and statistical mechanics—a testament to the far-reaching consequences of what begins as a simple algebraic rearrangement of the product rule.
Practice Problems
Summary & Key Concepts
Integration by parts is the integral analogue of the product rule, expressed as ∫ u dv = uv − ∫ v du. The technique transforms a difficult integral into a boundary term (uv) plus a new integral (∫ v du) that is ideally simpler. The LIATE mnemonic (Logarithmic → Inverse trig → Algebraic → Trigonometric → Exponential) guides the strategic choice of u—the factor to differentiate—ensuring that the resulting integral decreases in complexity. For integrands involving polynomials multiplied by exponentials or trigonometric functions, the tabular (DI) method organizes repeated applications efficiently.
Special situations include cyclic integrals (such as ∫ eˣ sin x dx), where the original integral reappears after two applications and can be solved algebraically, and reduction formulas (such as ∫ sinⁿ x dx), where integration by parts expresses an integral in terms of a simpler version of itself. Beyond Calculus 2, integration by parts underpins weak derivatives, Green's and Stokes' theorems, and the Gamma function, making it one of the most far-reaching single identities in all of mathematics.