How do you integrate int ln x^3 dx lnx3dx using integration by parts?

1 Answer
Apr 19, 2016

intln(x^3)dx=3xlnx-3x+Cln(x3)dx=3xlnx3x+C

Explanation:

First, simplify the function using the rule ln(a^b)=b*lnaln(ab)=blna; this gives the simplified integral

intln(x^3)dx=int3lnxdx=3intlnxdxln(x3)dx=3lnxdx=3lnxdx

The question then becomes, how do we integrate intlnxdxlnxdx by parts?

Integration by parts takes the form

intudv=uv-intvduudv=uvvdu

So, we have to determine what to let uu and dvdv equal within intlnxdxlnxdx. Our best bet is to let u=lnxu=lnx and simply have dv=1dxdv=1dx, since there's not much else we can do.

Find the values of dudu and vv, by differentiating and integrating respectively.

ul(u=lnx)" "=>" "(du)/dx=1/x" "=>" "ul(du=1/xdx)

ul(dv=1dx)" "=>" "intdv=intdx" "=>" "ul(v=x

Plugging these into the integration by parts formula, not forgetting the 3 tagging along multiplicatively, we have:

3intlnxdx=3(xlnx-intx(1/x)dx)

=3xlnx-3intdx

=3xlnx-3x+C