How to use integration by parts method?
General rule: ∫udv=uv-∫vdu
When we integrate by parts ∫f(x)dx , we express the f(x)dx as the product of the factors u and v.
Then we make 2 integrations:
1) From the differential dv we find v.
2) We find ∫vdu
We use this method when finding the above integrals is simpler then finding the integral of the whole expression.
There are no strict rules which indicate what part of the product we will substitute with u and what with v. However, there are some typical integrals for which we can define this, such as:
a) ∫x cosbxdx
b) ∫xsinbxdx
c) ∫x eax dx
d) ∫xa lnx dx;
For a,b,c we make the substitutions: u=x and dv=cosbxdx, dx=sinbxdx, dx=eax dx. However, in c) we substitute lnx=u and dv=xa dx.
Examples:
1. ∫lnxdx
u=lnx
dv=dx <=> v=∫dx=x
Integration by parts rule: ∫udv=uv-∫vdu
∫lnxdx= xlnx-∫xd(lnx) d(lnx)= lnx'dx=dx/x
∫lnxdx= xlnx-∫x dx/x = xlnx - ∫dx= xlnx -x +c
2. ∫(x+1)sinx dx
x+1=u
dv=sinxdx <=> v=∫sinxdx= -cosx
∫(x+1)sinx dx= -(x+1)cosx - ∫-cosxdx= -(x+1)cosx - (-sinx) + c= -(x+1)cosx + sinx + c