Chapter 43
Integration by parts
43.1 Introduction
From the product rule of differentiation:
d
dx(uv)=vdu
dx+udv
dx,whereuandvare both functions ofx.
Rearranging gives:u
dv
dx=d
dx(uv)−vdu
dx
Integrating both sides with respect toxgives:
∫
udv
dxdx=∫
d
dx(uv)dx−∫
vdu
dxdxi.e.
∫
udv
dxdx=uv−∫
vdu
dxdxor
∫
udv=uv−∫
vduThis is known as theintegration by parts formula
and provides a method of integrating such prod-
ucts of simple functions as
∫
xexdx,∫
∫ tsintdt,
eθcosθdθand
∫
xlnxdx.
Given a product of two terms to integrate the initial
choice is: ‘which part to make equal tou’ and ‘which
part tomakeequal tov’.Thechoicemust besuch that the
‘upart’ becomes a constant after successive differenti-
ation and the ‘dvpart’ can be integrated from standard
integrals. Invariably, the followingrule holds: If a prod-
uct to be integrated contains an algebraic term (such as
x,t^2 or 3θ) then this term is chosen as theupart. The one
exception to this rule is when a ‘lnx’ term is involved;
in this case lnxis chosen as the ‘upart’.
43.2 Worked problems on integration
by parts
Problem 1. Determine∫
xcosxdx.From the integration by parts formula,
∫
udv=uv−∫
vduLet u=x, from whichdu
dx=1, i.e. du=dx and let
dv=cosxdx, from whichv=∫
cosxdx=sinx.
Expressions foru,duandvare now substituted into
the ‘by parts’ formula as shown below.uxu vv(x)dv ducos x dx (sin x) (sin x) (dx)i.e.∫
xcosxdx=xsinx−(−cosx)+c=xsinx+cosx+c[This result may be checked by differentiating the right
hand side,i.e.d
dx(xsinx+cosx+c)=[(x)(cosx)+(sinx)( 1 )]−sinx+ 0
using the product rule
=xcosx,which is the function
being integrated]