Integration by Parts

Integration by Parts is a special method of integration that is often useful when two functions are multiplied together, but is also helpful in other ways.

You will see plenty of examples soon, but first let us see the rule:

u v dx = uv dx −u' (v dx) dx

The rule as a diagram:

integration by parts general

Let's get straight into an example:

Example: What is x cos(x) dx ?

OK, we have x multiplied by cos(x), so integration by parts is a good choice.

First choose which functions for u and v:

  • u = x
  • v = cos(x)

So now it is in the format u v dx we can proceed:

Differentiate u: u' = x' = 1

Integrate v: v dx = cos(x) dx = sin(x)   (see Integration Rules)

Now we can put it together:

integration by parts x cos(x) dx

Simplify and solve:

x sin(x) − sin(x) dx
x sin(x) + cos(x) + C

Done!

 

So we followed these steps:


In English we can say that u v dx becomes:

(u integral v) minus integral of (derivative u, integral v)

 

Let's try some more examples:

Example: What isln(x)/x2 dx ?

First choose u and v:

  • u = ln(x)
  • v = 1/x2

Differentiate u: ln(x)' = 1x

Integrate v: 1/x2 dx = x-2 dx = −x-1 = −1x   (by the power rule)

Now put it together:

integration by parts ln(x) on x^2

Simplify:

−ln(x)/x −1/x2 dx
−ln(x)/x − 1/x + C
ln(x) + 1x + C

 



Example: What is ln(x) dx ?

But there is only one function! How do we choose u and v ?

Hey! We can just choose v as being "1":

  • u = ln(x)
  • v = 1

Differentiate u: ln(x)' = 1/x

Integrate v: 1 dx = x

Now put it together:

integration by parts ln(x)

Simplify:

x ln(x) − 1 dx
x ln(x) − x + C

 

Example: What isex x dx ?

Choose u and v:

  • u = ex
  • v = x

Differentiate u: (ex)' = ex

Integrate v: x dx = x2/2

Now put it together:

integration by parts e^x x

It only got worse!

Well, that was a spectacular disaster.

Maybe we could choose a different u and v?

Example: ex x dx (continued)

Choose u and v differently:

  • u = x
  • v = ex

Differentiate u: (x)' = 1

Integrate v: ex dx = ex

Now put it together:

integration by parts x e^x

Simplify:

x exex + C
ex(x−1) + C

The moral of the story: Choose u and v carefully!

Choose a u that gets simpler when you differentiate it and a v that doesn't get any more complicated when you integrate it.

A helpful rule of thumb is I LATE. Choose u based on which of these comes first:


And here is one last (and tricky) example:

Example: ex sin(x) dx

Choose u and v:

  • u = sin(x)
  • v = ex

Differentiate u: sin(x)' = cos(x)

Integrate v: ex dx = ex

Now put it together:

ex sin(x) dx = sin(x) excos(x) ex dx

 

It looks worse, but let us persist! To find cos(x) ex dx we can use integration by parts again:

Choose u and v:

  • u = cos(x)
  • v = ex

Differentiate u: cos(x)' = -sin(x)

Integrate v: ex dx = ex

Now put it together:

ex sin(x) dx = sin(x) ex − (cos(x) ex−sin(x) ex dx)

Simplify:

ex sin(x) dx = ex sin(x) − ex cos(x) − ex sin(x)dx

Now we have the same integral on both sides (except one is subtracted) ...

... so we can bring the right hand integral over to the left and we get:

2ex sin(x) dx = ex sin(x) − ex cos(x)

Simplify:

ex sin(x) dx = ½ ex (sin(x) − cos(x)) + C

 

Definite Integrals

When the integral has an interval like [a, b] we can use either of these:

b
a
u v dx = [ u
 
 
v dx −
 
 
u'(
 
 
v dx) dx ]
b

a
b
a
u v dx = [ u
 
 
v dx ]
b

a
b
a
u'(
 
 
v dx) dx

Where u and v are functions of x, and a and b are the limits on x.

The second version can help us see the relationship between the left and right integrals.

See Definite Integrals for more info.

Footnote: Where Did "Integration by Parts" Come From?

It is based on the Product Rule for Derivatives:

(uv)' = uv' + u'v

Integrate both sides and rearrange:

(uv)' dx = uv' dx + u'v dx
uv = uv' dx + u'v dx
uv' dx = uv − u'v dx

Some people prefer that last form, but I like to replace v' with w and v withw dx which makes the left side simpler:

uw dx = uw dx − u'(w dx) dx

 

6844, 6845, 6846, 6847, 6848, 6849, 6850, 6851, 6852, 6853