Integration by Parts

Master Integration by Parts: derived from the product rule, essential for Calculus. Learn strategic \( u \) and \( dv \) selection, geometric intuition, and common pitfalls for BSc students.

Visualizing...

Our institutional research engineers are currently mapping the formal proof for Integration by Parts.

Apply for Institutional Early Access →

The Formal Theorem

Let u(x) u(x) and v(x) v(x) be continuously differentiable functions on an interval I I . Then, the integral of the product of u(x) u(x) with the differential of v(x) v(x) is given by the formula:
u dv=uvv du \int u\ dv = uv - \int v\ du
For definite integrals over an interval [a,b] [a, b] , the formula becomes:
abu dv=[uv]ababv du \int_a^b u\ dv = [uv]_a^b - \int_a^b v\ du

Analytical Intuition.

Imagine two cosmic entities, u u (a scalar field representing 'quantity') and dv dv (a differential flow representing 'change in another quantity'), intertwined in the vast expanse of a complex integral u dv \int u\ dv . Directly measuring their combined influence is like trying to trace the path of every individual particle in a nebula. Integration by Parts offers a breathtaking shortcut. We project their final state, uv uv , like observing the nebula's overall shift, representing the total accumulated 'product'. From this total, we subtract a 'reversal integral', v du \int v\ du . This isn't just arbitrary subtraction; it's the meticulous accounting for the counter-motion, the influence of v v on the differential change of u u . This elegant maneuver disentangles the original complexity, transforming a seemingly intractable integral into one that is often much simpler to evaluate, a cosmic re-alignment of mathematical forces.
CAUTION

Institutional Warning.

Students frequently misidentify u u and dv dv , often choosing a u u that becomes more complex when differentiated, leading to a harder v du \int v\ du . Another common error is forgetting to apply the limits to the uv uv term when evaluating definite integrals.

Institutional Deep Dive.

01
The technique of Integration by Parts is a cornerstone of integral calculus, providing a powerful method to integrate products of functions that are not easily handled by direct substitution. Its elegance stems directly from the fundamental product rule of differentiation.
02
Core Logic: The derivation begins with the product rule for differentiation, which states that if u(x) u(x) and v(x) v(x) are differentiable functions, then the derivative of their product is: ddx(u(x)v(x))=u(x)v(x)+v(x)u(x) \frac{d}{dx}(u(x)v(x)) = u(x)v'(x) + v(x)u'(x) To obtain the integral form, we integrate both sides of this equation with respect to x x : ddx(u(x)v(x))dx=u(x)v(x)dx+v(x)u(x)dx \int \frac{d}{dx}(u(x)v(x)) dx = \int u(x)v'(x) dx + \int v(x)u'(x) dx The integral of a derivative simply yields the original function (up to a constant of integration), so: u(x)v(x)=u(x)v(x)dx+v(x)u(x)dx u(x)v(x) = \int u(x)v'(x) dx + \int v(x)u'(x) dx Now, we rearrange the equation to isolate one of the integral terms. By convention, we typically express u(x)v(x)dx \int u(x)v'(x) dx : u(x)v(x)dx=u(x)v(x)v(x)u(x)dx \int u(x)v'(x) dx = u(x)v(x) - \int v(x)u'(x) dx Introducing the differential notation, where dv=v(x)dx dv = v'(x) dx and du=u(x)dx du = u'(x) dx , we arrive at the standard form of the Integration by Parts formula: u dv=uvv du \int u\ dv = uv - \int v\ du This formula effectively trades one integral, u dv \int u\ dv , for another, v du \int v\ du . The strategic power lies in choosing u u and dv dv such that the new integral v du \int v\ du is simpler to evaluate than the original one.
03
Geometric Mechanics: The geometric interpretation of Integration by Parts is particularly insightful for definite integrals. Consider a curve defined by v=f(u) v = f(u) in the uv u-v plane. The integral abu dv \int_a^b u\ dv represents the area bounded by the curve, the v v -axis, and horizontal lines at v=va v=v_a and v=vb v=v_b (where va=v(a) v_a = v(a) and vb=v(b) v_b = v(b) ). Similarly, abv du \int_a^b v\ du represents the area bounded by the curve, the u u -axis, and vertical lines at u=ua u=u_a and u=ub u=u_b (where ua=u(a) u_a = u(a) and ub=u(b) u_b = u(b) ). From the product rule, the definite integral form is abu dv=[uv]ababv du \int_a^b u\ dv = [uv]_a^b - \int_a^b v\ du . The term [uv]ab=u(b)v(b)u(a)v(a) [uv]_a^b = u(b)v(b) - u(a)v(a) represents the area of a large rectangle defined by (u(b),v(b)) (u(b), v(b)) minus the area of a smaller rectangle defined by (u(a),v(a)) (u(a), v(a)) . Specifically, it's the area of the rectangle with vertices (0,0),(ub,0),(ub,vb),(0,vb) (0,0), (u_b,0), (u_b,v_b), (0,v_b) minus the area of the rectangle with vertices (0,0),(ua,0),(ua,va),(0,va) (0,0), (u_a,0), (u_a,v_a), (0,v_a) , assuming u u and v v are positive and increasing. The formula thus states that the area abu dv \int_a^b u\ dv is obtained by taking the net change in the area of the u u by v v rectangle, and subtracting the area abv du \int_a^b v\ du . This visualizes the theorem as a decomposition of areas within a transformed coordinate system, providing a powerful intuition for its validity.
04
Institutional Pitfalls: 1. **Incorrect Choice of u u and dv dv **: This is the most common and critical pitfall. A poor choice can lead to an integral v du \int v\ du that is more complex than the original u dv \int u\ dv , making the method counterproductive. The LIATE (or ILATE) mnemonic (Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential) is a heuristic rule to guide this choice: choose u u as the function that comes first in this list, as these functions typically simplify when differentiated. Conversely, dv dv should be chosen as the remaining part that is readily integrable. 2. **Failure to Fully Differentiate/Integrate**: Students sometimes differentiate dv dv instead of integrating it to find v v , or integrate u u instead of differentiating it to find du du . Meticulously following the steps udu u \rightarrow du (differentiate) and dvv dv \rightarrow v (integrate) is essential. 3. **Forgetting the Constant of Integration**: For indefinite integrals, the final +C +C is often omitted. While typically added after the last integral is evaluated, forgetting it is a conceptual error. 4. **Misapplication in Definite Integrals**: In definite integrals, students frequently forget to evaluate the uv uv term at the limits: [uv]ab=u(b)v(b)u(a)v(a) [uv]_a^b = u(b)v(b) - u(a)v(a) . The limits must be applied to both the uv uv term and the new integral v du \int v\ du . 5. **Cyclic Integrals**: For certain integrals (e.g., exsinxdx \int e^x \sin x dx ), applying Integration by Parts twice can lead back to the original integral. Recognizing these 'cyclic' integrals is key; they are solved by treating the integral as an algebraic variable and solving for it.

Academic Inquiries.

01

How do I effectively choose u u and dv dv when applying Integration by Parts?

The most effective heuristic is the LIATE (or ILATE) rule: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential. Choose u u as the function that appears earliest in this sequence, as these functions generally simplify upon differentiation. The remaining part becomes dv dv , which should ideally be easy to integrate.

02

What should I do if the new integral v du \int v\ du is more complex than the original u dv \int u\ dv ?

This indicates an incorrect choice for u u and dv dv . Re-evaluate your choices using the LIATE rule. Sometimes, you might need to apply Integration by Parts multiple times, or the integral might be a "cyclic" one, requiring algebraic manipulation after a couple of applications.

03

Can Integration by Parts be used for definite integrals, and if so, how?

Yes, absolutely. The formula for definite integrals is abu dv=[uv]ababv du \int_a^b u\ dv = [uv]_a^b - \int_a^b v\ du . Remember to evaluate the uv uv term at the limits a a and b b , i.e., u(b)v(b)u(a)v(a) u(b)v(b) - u(a)v(a) , before subtracting the definite integral abv du \int_a^b v\ du .

04

Are there integrals that require Integration by Parts multiple times?

Yes, many integrals require repeated application of Integration by Parts. Common examples include xnexdx \int x^n e^x dx or xnsinxdx \int x^n \sin x dx for positive integer n>1 n > 1 . You apply IBP repeatedly, reducing the power of x x with each step until it becomes a constant or is eliminated.

05

What is the fundamental relationship between Integration by Parts and the Product Rule for differentiation?

Integration by Parts is a direct consequence of the Product Rule. By integrating both sides of the Product Rule, ddx(uv)=udvdx+vdudx \frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx} , with respect to x x , we obtain uv=u dv+v du uv = \int u\ dv + \int v\ du . Rearranging this equation yields the Integration by Parts formula: u dv=uvv du \int u\ dv = uv - \int v\ du .

Standardized References.

  • Definitive Institutional SourceStewart, James. Calculus: Early Transcendentals. 9th ed. Cengage Learning, 2021.
  • Stewart, J. (2015). Calculus: Early Transcendentals (8th ed.). Cengage. ISBN: 9781285741550
  • Thomas, G.B., Weir, M.D., & Hass, J.R. (2014). Thomas' Calculus (13th ed.). Pearson. ISBN: 9780321878960
  • Hartman, G. Apex Calculus (Open Access).

Institutional Citation

Reference this proof in your academic research or publications.

NICEFA Visual Mathematics. (2026). Integration by Parts: Visual Proof & Intuition. Retrieved from https://www.nicefa.org/library/calculus/integration-by-parts-theory

Dominate the Logic.

"Abstract theory is just a movement we haven't seen yet."