Question
Question: How do you integrate \[z{\left( {\ln z} \right)^2}dz\] ?...
How do you integrate z(lnz)2dz ?
Solution
Hint : In order to solve this problem, we need to use integration by parts method. So, we will definitely use a method of substitution. We will first put the value of u as (lnz)2 and then we will proceed. Again, we need to use integration by parts so we will substitute u as lnz . So, let’s begin.
Formulas used:
∫xndx=n+1xn+1+C
dxdlnx=x1
∫udv=uv−∫vdu
Complete step-by-step answer :
Given that,
integrate z(lnz)2dz
this can be written as
∫z(lnz)2dz
Now there are two functions in the integration. So we will use integration by parts(IBP) here.
∫udv=uv−∫vdu
Put u=(lnz)2
Then differentiating, du=2(lnz)z1dz
dv=zdz
Taking the integral on both sides,
v=2z2
Now putting these values in the integral above we get,
∫z(lnz)2dz=(lnz)22z2−∫2z2×2(lnz)z1dz
Cancelling z and 2 from the second integral,
=(lnz)22z2−∫z(lnz)dz
Now again we have two functions in the second integral so we will use IBP again but this time the substitution will be different.
Put u=lnz
Taking the differentiation, we get du=z1dz
dv=zdz
Taking the integration, we get v=2z2
Now putting these values in the integration above we get,
=(lnz)22z2−[lnz.2z2−∫2z2×z1dz]
Again, cancelling z from the second integral,
=(lnz)22z2−[lnz.2z2−21∫zdz]
Now taking the simple integral using the formula number 1 mentioned above in the list we get,
=(lnz)22z2−[lnz.2z2−212z2]+c
Multiplying the bracket terms by minus sign we get,
=(lnz)22z2−lnz.2z2+212z2+c
Taking the term 2z2 common we can write the simplified answer as,
=2z2[(lnz)2−lnz.+21]+c
This is the correct integral of the given problem.
So, the correct answer is “2z2[(lnz)2−lnz.+21]+c”.
Note : Here we observe that there are two functions given in the integral. So definitely we are going to use integration by parts here. The thing that is to be noted is that logarithmic function is raised to a power so when we take integral, we need to take the integral of power and then the function. So don’t forget. Also note that IBP is to be taken one more time because again we observe two functions in one integral.