zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

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∫x2sin(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^2x2 and sin⁡(x)\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 uuu and vvv representing two different functions.

ddxuv=u⋅v′+v⋅u′\frac{d}{dx} uv = \textcolor{blue}{u}\cdot \textcolor{pink}{v'} +\textcolor{red}{ v}\cdot \textcolor{teal}{u'}dxd​uv=u⋅v′+v⋅u′

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

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

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

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

Where:

  • u\textcolor{blue}{u}u and dv\textcolor{pink}{dv}dv are selected parts of the integrand.
  • du\textcolor{teal}{du}du is the derivative of u\textcolor{blue}{u}u with respect to the variable of integration.
  • v\textcolor{red}{v}v is the antiderivative (integral) of dv\textcolor{pink}{dv}dv.

#📚 Application and Strategy

To successfully apply Integration by Parts, follow these steps:

  1. Select uuu and dvdvdv carefully. Choose the variables in a way that simplifies the integral or makes it easier to integrate! We typically use the LIATE mnemonic to quickly choose uuu because they tend to efficiently simplify the integral.
  2. Differentiate and Integrate. Compute dududu and vvv by finding the derivative of uuu and the antiderivative of dvdvdv.
  3. Apply the Formula. Plug the values of uuu, dvdvdv, vvv, and dududu into the Integration by Parts formula.
  4. Evaluate the New Integral. The resulting integral on the right side, with vvv and dududu may still need simplification. Repeat the Integration by Parts process if necessary!
  5. Solve for the Original Integral. If you end up with a similar integral on both sides of the equation, solve for the original integral with algebraic manipulation.


#🧮 Integration by Parts Practice Problems

Let's reinforce our understanding with some practice problems:

#Integration by Parts Example 1

Evaluate the following integral using integration by parts.

∫xex,dx\int xe^x , dx∫xex,dx

First, let's go through the LIATE acronym to make an educated guess on the best possible expression to use for uuu. Since Algebra comes before Exponential, we should start by choosing u=xu = xu=x, and then set dv=exdv = e^xdv=ex.

Now let's differentiate and integrate to collect all the necessary information.

  • u=xu = xu=x
  • du=dxdu = dxdu=dx
  • v=exv = e^xv=ex
  • dv=ex,dxdv = e^x ,dxdv=ex,dx Now we can apply Integration by Parts:

∫x⋅ex,dx=x⋅ex−∫ex,dx\int x \cdot e^x , dx = x \cdot e^x - \int e^x , dx∫x⋅ex,dx=x⋅ex−∫ex,dx

Now let's evaluate the new integral and simplify.

∫x⋅ex,dx=x⋅ex−ex+C\int x \cdot e^x , dx = x \cdot e^x - e^x + C∫x⋅ex,dx=x⋅ex−ex+C

Therefore,

∫xex,dx=xex−ex+C\int xe^x , dx = x e^x - e^x + C∫xex,dx=xex−ex+C

That was a great start. Let’s try another one!

#Integration by Parts Example 2

Evaluate the following integral:

∫ln⁡(x)\int \ln(x)∫ln(x)

When we look at this integral, it doesn't match the format that we’re used to seeing when working with integration by parts. Let’s do a little algebraic manipulation to make it fit!

If we multiply the integrand by 111, we get ∫1⋅ln⁡(x)\int 1\cdot \ln(x)∫1⋅ln(x). Now, we have two distinct functions and can use LIATE to determine which to designate as uuu.

Since Logarithmic is more of a priority than Algebra, we can set u=ln⁡(x)u = \ln(x)u=ln(x) and dv=1dv = 1dv=1. Then, let’s work on getting the information for vvv and dududu.

  • u=ln⁡(x)u = \ln(x)u=ln(x)
  • du=1x,dxdu = \frac{1}{x} ,dxdu=x1​,dx
  • v=xv = xv=x
  • dv=1,dxdv = 1 ,dxdv=1,dx Now that we have all of the necessary information, we can work through integration by parts!

∫ln⁡(x)=xln⁡(x)−∫x⋅1xdx\int \ln(x) = x\ln(x)- \int x\cdot \frac{1}{x} dx∫ln(x)=xln(x)−∫x⋅x1​dx

We can recognize that the integral on the right simplifies to give us: xln⁡(x)−∫dxx\ln(x)- \int dxxln(x)−∫dx.

Let's evaluate the integral.

∫dx=x\int dx = x∫dx=x

Therefore,

∫ln⁡(x)=xln⁡(x)−x+C\int \ln(x) = x\ln(x)- x + C∫ln(x)=xln(x)−x+C

Amazing! Keep up the good work 🤩

#Integration by Parts Example 3

Evaluate the Integral.

∫x2cos⁡(x),dx\int x^2 \cos(x) , dx∫x2cos(x),dx

We’ve worked through a few of these problems by now, so we got the rhythm down. Let’s start by picking uuu and dvdvdv using LIATE, and then solving for dududu and vvv.

  • u=x2u = x^2u=x2
  • du=2xdxdu = 2x dxdu=2xdx
  • v=sin⁡xv = \sin xv=sinx
  • dv=cos⁡xdv = \cos xdv=cosx Now we can use the Integration by Parts equation!

∫x2cos⁡(x),dx=x2⋅sin⁡(x)−∫2x⋅sin⁡(x),dx\int x^2 \cos(x) , dx = x^2 \cdot \sin(x) - \int 2x \cdot \sin(x) , dx∫x2cos(x),dx=x2⋅sin(x)−∫2x⋅sin(x),dx

We have to apply integration by parts again to the remaining integral: ∫2x⋅sin⁡(x),dx\int 2x \cdot \sin(x) , dx∫2x⋅sin(x),dx

Choose:

  • u=2xu = 2xu=2x
  • du=2dxdu=2dxdu=2dx
  • v=−cos⁡xv =-\cos xv=−cosx
  • dv=sin⁡xdv = \sin xdv=sinx And then we can do integration by parts for the second integral:

∫2x⋅sin⁡(x),dx=−2x⋅cos⁡(x)−∫(−2)⋅cos⁡(x),dx\int 2x \cdot \sin(x) , dx = -2x \cdot \cos(x) - \int (-2) \cdot \cos(x) , dx∫2x⋅sin(x),dx=−2x⋅cos(x)−∫(−2)⋅cos(x),dx

Now, substitute this back into the original equation. We’re almost there! 🏎️

∫x2⋅cos⁡(x),dx=x2⋅sin⁡(x)+2x⋅cos⁡(x)+2⋅∫cos⁡(x),dx\int x^2 \cdot \cos(x) , dx = x^2 \cdot \sin(x) + 2x \cdot \cos(x) + 2 \cdot \int \cos(x) , dx∫x2⋅cos(x),dx=x2⋅sin(x)+2x⋅cos(x)+2⋅∫cos(x),dx

Finally, integrate the remaining term:

∫cos⁡(x),dx=sin⁡(x)\int \cos(x) , dx = \sin(x)∫cos(x),dx=sin(x)

Once we substitute this back into the equation, we get

∫x2⋅cos⁡(x),dx=x2⋅sin⁡(x)+2x⋅cos⁡(x)+2⋅sin⁡(x)+C\int x^2 \cdot \cos(x) , dx = x^2 \cdot \sin(x) + 2x \cdot \cos(x) + 2 \cdot \sin(x) + C∫x2⋅cos(x),dx=x2⋅sin(x)+2x⋅cos(x)+2⋅sin(x)+C

Therefore,

∫x2cos⁡(x),dx=x2sin⁡(x)+2xcos⁡(x)+2sin⁡(x)+C\int x^2 \cos(x) , dx = x^2 \sin(x) + 2x \cos(x) + 2 \sin(x) + C∫x2cos(x),dx=x2sin(x)+2xcos(x)+2sin(x)+C

You did amazing! 🙌

#Integration by Parts Challenge Question

Evaluate the following integral:

∫excos⁡x\int e^x \cos x∫excosx

Try working through this question and see if you can get the answer below.

Hint: Try using integration of parts twice!

∫excos⁡x=exsin⁡x+excos⁡x2+C\int e^x \cos x = \frac{e^x\sin x + e^x\cos x}{2} + C∫excosx=2exsinx+excosx​+C

If you do integration by parts twice, keeping exe^xex as the same variable, you will get an integral that matches the original. Use some algebraic manipulation to get both integrals on the same side, and then divide by two! If you can solve this one, you're an integration by parts expert!


#🌟 Closing

Fantastic job! 🥳 Integration by Parts is a valuable tool in your calculus toolkit, allowing you to tackle a wide range of integrals. Remember to carefully choose uuu and dvdvdv to simplify the integration process. Keep practicing, and you'll become a master at integrating using Integration by Parts!

https://zupay.blob.core.windows.net/resources/files/0baca4f69800419293b4c75aa2870acd_5cf169_3316.gif?cid=7941fdc64i8t3xwgu78ov7fo1wvrrynfxrd4d9loorgxbu2d&ep=v1_gifs_search&rid=giphy.gif&ct=g

Encouraging GIF of Ice Cream

Image Courtesy of Giphy

Continue your learning journey

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

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=uv+∫v,du

∫u,dv=uv−∫v,du\int u , dv = uv - \int v , du∫u,dv=uv−∫v,du

∫u,dv=∫v,du−uv\int u , dv = \int v , du - uv∫u,dv=∫v,du−uv

∫uv=∫u,dv−∫v,du\int uv = \int u , dv - \int v , du∫uv=∫u,dv−∫v,du