Sie sind auf Seite 1von 6

1242013

Integration by Parts
If u and v are functions of x, the Product Rule says that
d(uv)
dx
= u
dv
dx
+ v
du
dx
.
Integrate both sides:

d(uv)
dx
dx =

u
dv
dx
dx +

v
du
dx
dx,
uv =

udv +

v du,

udv = uv

v du.
This is the integration by parts formula. The integral on the left corresponds to the integral youre
trying to do. Parts replaces it with a term that doesnt need integration (uv) and another integral (

v du).
Youll make progress if the new integral is easier to do than the old one.
Im going to set up parts computations using tables; it is much easier to do repeated parts computations
this way than to use the standard u-dv-v-du approach. To see where the table comes from, start with the
parts equation:

udv = uv

v du.
Apply parts to the integral on the right, dierentiating
du
dx
and integrating v. This gives

udv = uv

du
dx

v dx


v dx

d
2
u
dx
2

dx

= uv

du
dx

v dx

+

v dx

d
2
u
dx
2

dx.
If I apply parts yet again to the new integral on the right, I would get

udv = uv

du
dx

v dx

d
2
u
dx
2

v dx

dx


v dx

dx

d
3
u
dx
3

dx.
Theres a pattern here, and its captured by the following table:
d
dx

dx
+ u dv

du
dx
v

+
d
2
u
dx
2

v dx

d
3
u
dx
3

v dx

dx
.
.
.
.
.
.
.
.
.
To make the table, put alternating +s and s in the left-hand column. Take the original integral and
break it into a u (second column) and a dv (third column). (Ill discuss how you choose u and dv later.)
1
Dierentiate repeatedly down the u-column, and integrate repeatedly down the dv-column. (You dont write
down the dx; its kind of implicitly there in the third column, since youre integrating.)
How do you get from the table to the messy equation above? Consider the rst term on the right: uv.
You get that from the table by taking the + sign, taking the u next to it, and then moving southeast to
grab the v.
If you compare the table with the equation, youll see that you get the rest of the terms on the right
side by multiplying terms in the table according to the same pattern:
(+ or ) (junk)

(stu)
The table continues downward indenitely, so how do you stop? If you look at the last messy equation
above and compare it to the table, you can see how to stop: Just integrate all the terms the last row of the
table.
A formal proof that the table represents the algebra can be given using mathematical induction.
Youll see that in many examples, the process will stop naturally when the derivative column entries
become 0.
Example. Compute

x
3
e
2x
dx.
Parts is often useful when you have dierent kinds of functions in the same integral. Here I have a
power (x
3
) and and exponential (e
2x
), and this suggests using parts.
I have to allocate x
3
e
2x
dx between u and dv remember that dx implicitly goes into dv. I will use
u = x
3
and dv = e
2x
dx. Heres the parts table:
d
dx

dx
+ x
3
e
2x

3x
2
1
2
e
2x

+ 6x
1
4
e
2x

6
1
8
e
2x

+ 0
1
16
e
2x
You can see the derivatives of x
3
in one column and the integrals of e
2x
in another. Notice that when I
get a 0, I cut o the computation.
Therefore,

x
3
e
2x
dx =
1
2
x
3
e
2x

3
4
x
2
e
2x
+
6
8
xe
2x

6
16
e
2x
+

0 dx.
But

0 dx is just 0 (up to an arbitrary constant), so I can write

x
3
e
2x
dx =
1
2
x
3
e
2x

3
4
x
2
e
2x
+
6
8
xe
2x

6
16
e
2x
+ C.
2
Before leaving this problem, its worth thinking about why the x
3
went into the derivative column and
the e
2x
went into the integral column. Heres what would happen if the two were reversed:
d
dx

dx
+ e
2x
x
3

2e
2x
1
4
x
4

+ 4e
2x
1
20
x
5
.
.
.
.
.
.
.
.
.
This is bad for two reasons. First, Im not getting that nice 0 I got by repeatedly dierentiating x
3
.
Worse, the powers in the last column are getting bigger! This means that the problem is getting more
complicated, rather than less.
Heres another attempt which doesnt work:
d
dx

dx
+ 1 x
3
e
2x

x
3
e
2x
dx
I got a 0 this time, but how can I nd the integral in the second row? its the same as the original
integral! Putting the entire integrand into the integration column never works. On the other hand, youll see
in examples to follow that sometimes putting the entire integrand into the dierentiation column does work.
Heres a rule of thumb which reects the preceding discussion. When youre trying to decide which part
of an integral to put into the dierentiation column, the order of preference is roughly
Logs Inverse trigs Powers Trig Exponentials
L-I-P-T-E
For example, suppose this rule is applied to

x(lnx)
2
dx.
Youd try the Log (ln x)
2
in the dierentiation column ahead of the Power x.
Or consider

e
2x
sin 5xdx.
Here youd try the Trig function sin 5x in the dierentiation column, because it has precedence over the
Exponential e
2x
.
3
Example. (a) Compute

ln xdx.
d
dx

dx
+ ln x 1

1
x
x

ln xdx = xln x

dx = xlnx x + C.
(b) Compute

(ln x)
2
dx.
d
dx

dx
+ (lnx)
2
1

2 ln x
x
x

(ln x)
2
dx = x(ln x)
2
2

ln xdx = x(ln x)
2
2(xlnx x) + C.
(I computed

ln xdx in part (a).)


Example. Compute

x(x + 4)
50
dx.
First,

(x + 4)
50
dx =

u
50
du =
1
51
u
51
+ C =
1
51
(x + 4)
51
+ C.
[u = x + 4, du = dx]
The same substitution shows that

(x + 4)
51
dx =
1
52
(x + 4)
52
+ C.
Now do the original integral by parts:
d
dx

dx
+ x (x + 4)
50

1
1
51
(x + 4)
51

+ 0
1
2652
(x + 4)
52

x(x + 4)
50
dx =
1
51
x(x + 4)
51

1
2652
(x + 4)
52
+ C.
You can also do this integral using the substitution u = x + 4.
4
Example. Compute

sin
1
xdx.
Parts is also useful when the integrand is a single, unsimpliable chunk. You cant do anything interesting
with sin
1
x, so use parts.
d
dx

dx
+ sin
1
x 1

1 x
2
x
Therefore,

sin
1
xdx = xsin
1
x

1 x
2
dx.
I can do the new integral by substitution: Let u = 1 x
2
, so du = 2xdx, and dx =
du
2x
:
xsin
1
x

1 x
2
dx = xsin
1
x

du
2x
= xsin
1
x +
1
2

du

u
= xsin
1
x +
1
2
2

u + C =
xsin
1
x +

1 x
2
+ C.
Example. Compute

/2
0
xsin xdx.
If you do a denite integral using parts, compute the antiderivative using parts as usual, then slap on
the limits of integration at the end.
d
dx

dx
+ x sin x

1 cos x

+ 0 sin x
Thus,

/2
0
xsin xdx = [xcos x + sin x]
/2
0
= 1.
Example. Compute

e
x
sin 2xdx.
d
dx

dx
+ e
x
sin 2x

e
x

1
2
cos 2x

+ e
x

1
4
sin 2x

e
x
sin 2xdx =
1
2
e
x
cos 2x +
1
4
e
x
sin 2x
1
4

e
x
sin 2xdx.
5
Whats this? All that work and you get the original integral again!
Actually, youre almost done. Jog your brain and get out of parts mode. Instead, look at the equation
as an equation to be solved for the original integral. It looks like this:
original integral = some junk original integral.
Just move the copy of the original integral on the right back to the left!

e
x
sin 2xdx =
1
2
e
x
cos 2x +
1
4
e
x
sin 2x
1
4

e
x
sin 2xdx,
5
4

e
x
sin 2xdx =
1
2
e
x
cos 2x +
1
4
e
x
sin 2x,

e
x
sin 2xdx =
2
5
e
x
cos 2x +
1
5
e
x
sin 2x + C.
Example. Compute

x
2
(1 x)
3
dx.
d
dx

dx
+ x
2
1
(1 x)
3

2x
1
2(1 x)
2

+ 2
1
2(1 x)

+ 0
1
2
ln |1 x|

x
2
(1 x)
3
dx =
1
2
x
2
(1 x)
2

x
1 x
ln |1 x| + C.
You could also do this integral using the substitution u = 1 x.
c 2013 by Bruce Ikenaga 6

Das könnte Ihnen auch gefallen