zuai-logo

Integrating Using Integration by Parts

Benjamin Wright

Benjamin Wright

7 min read

Listen to this study note

Study Guide Overview

This study guide covers Integration by Parts for AP Calculus BC. It explains the basics of the technique, derived from the product rule, and its formula. It details the strategy for selecting u and dv using the LIATE mnemonic, differentiating, integrating, and solving. Several practice problems demonstrate the application of integration by parts, including examples requiring multiple applications and algebraic manipulation.

6.11 Integrating Using Integration by Parts

Welcome back to AP Calculus with Fiveable! In this study guide, we'll delve into the technique of Integration by Parts. Integration by Parts is a powerful method used to integrate the product of two functions, and it often comes in handy when dealing with more complex integrals. We have a few techniques such as u-substitution and Riemann sums in our calculus toolbox, so let's keep building those integration skills! 🧱

🔄 Integration by Parts Basics

Take a look at the following integral:

x2sin(x),dx\int x^2 \sin(x),dx

We can’t use any of our current integration tools to evaluate it: substitution fails, and we only know how to integrate x2x^2 and sin(x)\sin(x) separately. Why don’t we try to use that to our advantage?

For the integral above, we will be using a method called Integration by Parts, which is based on the product rule for differentiation. It’s essentially the reverse process!

Here is the product rule, as uu and vv representing two different functions.

ddxuv=uv+vu\frac{d}{dx} uv = \textcolor{blue}{u}\cdot \textcolor{pink}{v'} +\textcolor{red}{ v}\cdot \textcolor{teal}{u'}

If we try to reverse the process, we take the integral of all of those terms. It will look like the following:

uv=uv+vuuv = \int\textcolor{blue}{u}\cdot \textcolor{pink}{v'} +\int\textcolor{red}{ v}\cdot \textcolor{teal}{u'}

When we rearrange the terms, we get the following rule for Integration by Parts:

u,dv=uvv,du\int \textcolor{blue}{u} , \textcolor{pink}{dv} = uv - \int \textcolor{red}{v} , \textcolor{teal}{du}

Where:

  • u\textcolor{blue}{u} and dv\textcolor{pink}{dv} are selected parts of the integrand.
  • du\textcolor{teal}{du} is the derivative of u\textcolor{blue}{u}...

Question 1 of 10

What is the correct formula for Integration by Parts? 🤔

u,dv=uv+v,du\int u , dv = uv + \int v , du

u,dv=uvv,du\int u , dv = uv - \int v , du

u,dv=v,duuv\int u , dv = \int v , du - uv

uv=u,dvv,du\int uv = \int u , dv - \int v , du