Solveeit Logo

Question

Question: What is the meaning of partial integration?...

What is the meaning of partial integration?

Explanation

Solution

The name itself tells us the answer for the question. And also recall the concept of differentiating a product of functions by differentiating them partially (meaning differentiating them by parts). So we are going to implement the same concept here.
ddx(uv)=uddx(v)+vddx(u)\dfrac{d}{{dx}}\left( {uv} \right) = u\dfrac{d}{{dx}}(v) + v\dfrac{d}{{dx}}(u) , where uu and vv are two different functions in xx .

Complete step-by-step solution:
In calculus, partial integration is a method of integrating a function which is a product of two different functions.
Suppose that, uu and vv are two different functions in xx , then,
uvdx=uvdx(uvdx)dx\int {uvdx = u\int {vdx} - \int {\left( {u'\int {vdx} } \right)dx} } .
Generally, this formula is written as,
uvdx=uv(uv)dx\int {uv'dx = uv - \int {\left( {u'v} \right)dx} } .-----( 11 )
If we consider u=u(x),du=udxu = u(x), \Rightarrow du = u'dx .
And similarly, v=v(x),dv=vdxv = v(x), \Rightarrow dv = v'dx
So equation 11 changes as,
udv=uvvdu\int {udv} = uv - \int {vdu}
The first function is chosen according to the ILATE rule. So here,
I = inverse function;
L = logarithmic function;
A = algebraic function;
T = trigonometric function;
E = exponential function;
So which function comes first in this order is chosen as uu and the other is chosen as vv .
Let's take an example and solve it.
Solve xcos(x)dx\int {x\cos (x)dx}
Here according to ILATE rule, the algebraic function comes first
So, take u=x and v=cos(x)u = x{\text{ and }}v = \cos (x)
xcos(x)dx=xcos(x)dx((ddx(x))cos(x)dx)dx\Rightarrow \int {x\cos (x)dx = x\int {\cos (x)dx} - \int {\left( {\left( {\dfrac{d}{{dx}}(x)} \right)\int {\cos (x)dx} } \right)dx} }
x(sinx)sinxdx\Rightarrow x(\sin x) - \int {\sin xdx}
Remember that integration of cosx\cos x is sinx\sin x .
x(sinx)(cosx)+c\Rightarrow x(\sin x) - ( - \cos x) + c ----where cc is an arbitrary constant.
x(sinx)+cosx+c\Rightarrow x(\sin x) + \cos x + c
Thus we have solved a question using partial integration.

Note: After integrating, do not forget to add the arbitrary constant. The reason is, if you differentiate a constant you get zero, that means, the result that you get after integration may have a constant, which on differentiation gives you the same value, which was present in the question (before integration). And in some questions, you may also get definite integrals, for which you need to substitute the values of upper boundary and the lower boundary in the answer that you get after integrating, and find the difference between them to get the answer.