A spacecraft seen from above with coastline and water visible far in the distance beneath.
Outlier Articles Home

Calculus

Integration by Parts Explained

10.29.2021 • 10 min read

Rachel McLean

Subject Matter Expert

Integration by parts is a handy method for integrating the product of two functions. In this article, we'll discuss the definition of this procedure and its formula, and then walk through how to integrate by parts and practice with some examples.

Jump to section

  1. What Is Integration by Parts?

  2. Where Does Integration by Parts Come From?

  3. How To Integrate by Parts

  4. Pro-Tip

  5. Integration by Parts Examples

What Is Integration by Parts?

Integration by parts is the most useful integration technique for evaluating the integral of a product of functions. (If you need to review integrals in general, look at this guide to integrals).

After separating a single function into a product of two functions, we can easily evaluate the function's integral by applying the integration by parts formula:

udv=uvvdu\int udv = uv - \int vdu

In this formula, dudu represents the derivative of uu, while vv represents the integral of dvdv. The integral of the product of uu and vv is then evaluated in terms of the integral of the product of dudu and vv. It's often much easier to solve the integral that results from this formula than it is to directly evaluate the original single function. Integration by parts gives us an efficient way to integrate functions that would otherwise be very difficult to integrate, and it's particularly helpful in tricky cases such as inverse trigonometric functions and logarithmic functions. 

Where Does Integration by Parts Come From?

You might be surprised to learn that the formula for integration by parts is derived directly from the familiar Product Rule theorem for derivatives. Let's review the formula for the Product Rule, which states that the derivative of a product of two functions is equal to the first function times the derivative of the second, plus the second function times the derivative of the first:

d(uv)dx=udvdx+vdudx\frac{d(uv)}{dx} = u\frac{dv}{dx} + v\frac{du}{dx}

Multiplying both sides of the equation by the differential dxdx, we obtain:

d(uv)=udv+vdud(uv)= udv + vdu

Now, let's take the indefinite integral of both sides. Remember that the integral of a sum is simply equal to the sum of their integrals. Finding the antiderivative of both sides gives us the following:

d(uv)=udv+vdu\int d(uv) = \int udv + \int vdu
uv=udv+vduuv = \int udv + \int vdu

All that's left to do now is rearrange the equation! Let's subtract vdu\int vdu from both sides. Does the resulting equation look familiar?

udv=uvvdu\int udv = uv - \int vdu

In this way, we can use the Product Rule to obtain the formula for integration by parts. So, if you ever forget the formula for integration by parts during a test, you can rely on the Product Rule to help rediscover it!

How To Integrate by Parts

Let's outline some simple steps for how to integrate by parts:

  1. Choose uu and dvdv to separate the integrand into a product of functions.

  2. Differentiate uu to find dudu, and integrate dvdv to find vv.

  3. Plug uu, vv, dudu, and dvdv into the integration by parts formula: udv=uvvdu\int udv = uv - \int vdu

  4. Solve, and simplify where needed.

Let's do one example together in greater detail. Suppose we want to evaluate xexdx\int xe^xdx. First, we separate the function into a product of two functions; one is a polynomial and one is an exponential function.

To do this, we need to designate one expression as uu and one as dvdv. Let's choose u=xu = x. Since we've chosen uu, what's left over must determine dvdv. Then dv=exdxdv = e^xdx.

Our next step is to differentiate uu to find dudu. It's clear that dudx=dxdx=1\frac{du}{dx}=\frac{dx}{dx}=1. Then, multiplying both sides by the differential dxdx, we find that du=1dxdu = 1dx. Now, let's integrate dvdv to find vv. Since the integral of exe^x is exe^x itself, we have v=exv = e^x. Finally, we plug u=xu = x, v=exv = e^x, du=1dxdu = 1dx, and dv=exdxdv = e^xdx into the integration by parts formula. We have:

udv=uvvdu\int udv = uv - \int vdu

xexdx=xexex(1dx)\int xe^xdx = xe^x - \int e^x(1dx)

xexdx=xexex+C\int xe^xdx = xe^x - e^x + C

We've found that xexdx=xexex+C\int xe^xdx = xe^x - e^x + C. Remember to include the constant of integration in your final answer!

LIATE

Now, the question we have to ask is: how do we know what to set equal to uu each time, and what to set equal to dvdv? This decision is where the difficulty lies for many students. If you have a strong intuition for what's easiest to integrate and what's easiest to differentiate, you can denote uu as the term you'd rather differentiate and dvdv as the term you'd rather integrate.

If you feel unsure about what would be easiest to differentiate and integrate, the rule of thumb is to use the mnemonic “LIATE,” an acronym based on an ordered list of different function types. This acronym can help students identify when to use integration by parts. Usually, the higher a function sits on the list, the higher precedence it takes as uu. With this logic, LIATE can help guide your decision on which term to designate as uu:

  • L stands for logarithmic functions: such as lnx\ln{x}, log3(x)\log_3(x), etc.

  • I stands for inverse trigonometric functions: such as arcsin(x)\arcsin(x), arctan(x)\arctan(x), etc.

  • A stands for algebraic functions: such as xx, x2x^2, 4x34x^3, etc.

  • T stands for trigonometric functions: such as sin(x)\sin(x), cos(x)cos(x), etc.

  • E stands for exponential functions: such as exe^x, 4x4^x, etc.

See if you recognize any of these five function types inside the integral that you are trying to evaluate. Designate uu as the term that is categorized highest on LIATE. Then, you can set dvdv equal to whatever is left over.

Pro-Tip

To remember the formula for integration by parts, it might be helpful to use another mnemonic device. One popular choice is “ultraviolet voodoo,” where “ultraviolet” corresponds to uvuv and “voodoo” corresponds to vdu\int vdu.

A mnemonic for Spanish speakers is, “Un día vi una vaca vestida de uniforme.” With this device, un ( uu ) día vi ( dvdv ) represents the left-side of the integration by parts formula, and una ( uu ) vaca ( vv ) vestida ( vv ) de uniforme (du)(du) represents the right-hand side. Can you think of any other mnemonic devices?

udv=uvvdu\int udv = uv - \int vdu

Integration by Parts Examples

Let's work through the following integrals together.

1. Evaluate xsin(x)dx\int x\sin(x)dx.

  • Let u=xu=x and dv=sin(x)dxdv=\sin(x)dx.

  • Differentiating uu, we have du=1dxdu = 1dx.

  • Integrating dvdv, we find v=cos(x)v = - \cos(x).

  • Now, let's plug u=xu=x, v=cos(x)v = - \cos(x), du=1dxdu = 1dx, and dv=sin(x)dxdv=\sin(x)dx into the integration by parts formula.

  udv=uvvdu\int udv = uv - \int vdu

  xsin(x)dx=xcos(x)cos(x)dx\int x\sin(x)dx = -x \cos(x) - \int - \cos(x)dx

  xsin(x)dx=xcos(x)+sin(x)+C\int x\sin(x)dx = -x \cos(x) + \sin(x) + C

2. Evaluate x2sin(x)dx\int x^2 \sin(x)dx.

  • Let u=x2u = x^2 and dv=sin(x)dxdv = \sin{(x)}dx.

  • Differentiating uu, we have du=2xdxdu = 2xdx.

  • Integrating dvdv, we have v=cos(x)v = - \cos{(x}).

  • Now, let's plug u=x2u = x^2, v=cos(x)v = - \cos{(x}), du=2xdxdu = 2xdx, and dv=sin(x)dxdv = \sin{(x)}dx into the integration by parts formula.

  udv=uvvdu\int udv = uv - \int vdu

  x2sin(x)dx=x2(cos(x))(cos(x))2xdx\int x^2 \sin(x)dx = x^2 (-\cos{(x)}) - \int (- \cos{(x)})2xdx

  x2sin(x)dx=x2cos(x)+2xcos(x)dx\int x^2 \sin(x)dx = -x^2\cos{(x)} + 2 \int x \cos{(x)}dx

Sometimes, you'll have to integrate by parts more than once in the same problem. In this case, we'll need to use it again to evaluate xcos(x)dx\int x \cos{(x)}dx.

  • Let u1=xu_1 = x and dv1=cos(x)dxdv_1 = \cos{(x)}dx.

  • Differentiating u1u_1, we have du1=1dxdu_1 = 1dx.

  • Integrating dv1dv_1, we have v1=sin(x)v_1 = \sin{(x)}.

  • Now, we plug u1=xu_1 = x, v1=sin(x)v_1 = \sin{(x)}, du1=1dxdu_1 = 1dx, and dv1=cos(x)dxdv_1 = \cos{(x)}dx into the integration by parts formula.

  udv=uvvdu\int udv = uv - \int vdu

  xcos(x)dx=xsin(x)sin(x)dx\int x \cos{(x)}dx = x \sin{(x)} - \int \sin{(x})dx

  xcos(x)dx=xsin(x)(cos(x))\int x \cos{(x)}dx = x \sin{(x)} -(- \cos{(x)})

  xcos(x)dx=xsin(x)+cos(x)+C\int x \cos{(x)}dx = x \sin{(x)} + \cos{(x)} + C

Now, we've found that xcos(x)dx=xsin(x)+cos(x)+C\int x \cos{(x)}dx = x \sin{(x)} + \cos{(x)} + C. We can use substitution to plug this value into our original integral formula to finish the problem. Note that since CC is arbitrary, we don't have to multiply it by 2 when distributing. Rearranging our equation, we have:

  x2sin(x)dx=x2cos(x)+2xcos(x)dx\int x^2 \sin(x)dx = -x^2\cos{(x)} + 2 \int x \cos{(x)}dx

  x2sin(x)dx=x2cos(x)+2(xsin(x)+cos(x)\int x^2 \sin(x)dx = -x^2\cos{(x)} + 2(x \sin{(x)} + \cos{(x)}

  x2sin(x)dx=x2cos(x)+2xsin(x)+2cos(x)+C\int x^2 \sin(x)dx = -x^2\cos{(x)} + 2x \sin{(x)} + 2 \cos{(x)} + C

As you can see, integration by parts is a valuable instrument in your mathematical toolbox.

Explore Outlier's Award-Winning For-Credit Courses

Outlier (from the co-founder of MasterClass) has brought together some of the world's best instructors, game designers, and filmmakers to create the future of online college.

Check out these related courses:

Calculus I

Calculus I

The mathematics of change.

Explore course
Intro to Statistics

Intro to Statistics

How data describes our world.

Explore course
Intro to Microeconomics

Intro to Microeconomics

Why small choices have big impact.

Explore course

Share