Fiveable

โž—Calculus II Unit 3 Review

QR code for Calculus II practice questions

3.1 Integration by Parts

3.1 Integration by Parts

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โž—Calculus II
Unit & Topic Study Guides

Integration by Parts

Integration by parts lets you handle integrals involving products of functions that don't yield to simpler methods like u-substitution. The core idea: it transforms one integral into another, hopefully easier one.

The formula comes directly from the product rule for derivatives, just rearranged. If you can differentiate one piece and integrate the other, this technique breaks the problem into manageable parts.

When to Use Integration by Parts

You'll reach for this technique when the integrand is a product of two functions where one simplifies when differentiated and the other is straightforward to integrate:

  • Polynomial ร— trig or exponential: โˆซxsinโก(x)โ€‰dx\int x \sin(x)\, dx, โˆซxexโ€‰dx\int x e^x\, dx
  • Polynomial ร— logarithm: โˆซxlnโก(x)โ€‰dx\int x \ln(x)\, dx
  • Polynomial ร— inverse trig: โˆซxarctanโก(x)โ€‰dx\int x \arctan(x)\, dx
  • Logarithmic or inverse trig functions alone: โˆซlnโก(x)โ€‰dx\int \ln(x)\, dx counts because you can treat it as 1โ‹…lnโก(x)1 \cdot \ln(x)

A good rule of thumb: if u-substitution and partial fractions don't work, and you see a product of "different types" of functions, try integration by parts.

Scenarios for integration by parts, Integration by Parts ยท Calculus

The Formula and How to Apply It

The integration-by-parts formula is:

โˆซuโ€‰dv=uvโˆ’โˆซvโ€‰du\int u\, dv = uv - \int v\, du

This comes from integrating both sides of the product rule d(uv)=uโ€‰dv+vโ€‰dud(uv) = u\, dv + v\, du and rearranging.

Steps to apply it:

  1. Choose uu and dvdv from the integrand. Pick uu as the function that gets simpler when you differentiate it, and dvdv as the rest (which you need to be able to integrate).

  2. Differentiate uu to get dudu.

  3. Integrate dvdv to get vv. You don't need a constant of integration here.

  4. Plug everything into uvโˆ’โˆซvโ€‰duuv - \int v\, du.

  5. Evaluate the new integral โˆซvโ€‰du\int v\, du, which should be simpler than what you started with.

Choosing uu wisely is the most important step. The mnemonic LIATE ranks your choices from best to worst:

  • Logarithmic (lnโก(x)\ln(x), logโก(x)\log(x))
  • Inverse trig (arctanโก(x)\arctan(x), arcsinโก(x)\arcsin(x))
  • Algebraic (polynomials like xx, x2x^2)
  • Trigonometric (sinโก(x)\sin(x), cosโก(x)\cos(x))
  • Exponential (exe^x, 2x2^x)

Functions higher on this list make better choices for uu because they simplify when differentiated.

Example: For โˆซxexโ€‰dx\int x e^x\, dx, LIATE tells you to pick u=xu = x (algebraic) and dv=exโ€‰dxdv = e^x\, dx (exponential). Then du=dxdu = dx and v=exv = e^x. Substituting: xexโˆ’โˆซexโ€‰dx=xexโˆ’ex+Cxe^x - \int e^x\, dx = xe^x - e^x + C.

Scenarios for integration by parts, Integration by Parts ยท Calculus

Repeated Integration by Parts

Some integrals require you to apply the formula more than once. This happens when the new integral โˆซvโ€‰du\int v\, du is still a product that needs integration by parts.

For โˆซx2exโ€‰dx\int x^2 e^x\, dx, the first application reduces x2x^2 to xx, giving you โˆซxexโ€‰dx\int x e^x\, dx, which itself requires a second round. Each application drops the polynomial degree by one.

There's also a special case with integrals like โˆซexsinโก(x)โ€‰dx\int e^x \sin(x)\, dx. After applying integration by parts twice, you'll get the original integral appearing on the right side. Call the original integral II, set up the equation, and solve for II algebraically.

Definite Integrals Using Integration by Parts

For definite integrals, the process is the same with one addition: you evaluate at the bounds.

  1. Apply the integration-by-parts formula to get uvโˆ’โˆซvโ€‰duuv - \int v\, du.

  2. Evaluate the uvuv term at the upper and lower limits: [uv]ab\Big[uv\Big]_a^b.

  3. Evaluate the remaining integral โˆซabvโ€‰du\int_a^b v\, du using the same original limits.

  4. Combine: [uv]abโˆ’โˆซabvโ€‰du\Big[uv\Big]_a^b - \int_a^b v\, du.

A common mistake is forgetting to apply the limits to the uvuv term. The bounds apply to the entire expression, not just the leftover integral.

Connections to Other Techniques

Integration by parts often works alongside other methods. After one application, the remaining integral might call for u-substitution or partial fractions. Recognizing when to switch techniques is a skill that comes with practice.

This technique also appears frequently when solving differential equations and in deriving reduction formulas, where a general integral โˆซsinโกn(x)โ€‰dx\int \sin^n(x)\, dx gets expressed in terms of โˆซsinโกnโˆ’2(x)โ€‰dx\int \sin^{n-2}(x)\, dx.