What is the antiderivative of ln xlnx?

1 Answer
Jun 29, 2016

intlnxdx=xlnx-x+Clnxdx=xlnxx+C

Explanation:

The integral (antiderivative) of lnxlnx is an interesting one, because the process to find it is not what you'd expect.

We will be using integration by parts to find intlnxdxlnxdx:
intudv=uv-intvduudv=uvvdu
Where uu and vv are functions of xx.

Here, we let:
u=lnx->(du)/dx=1/x->du=1/xdxu=lnxdudx=1xdu=1xdx and dv=dx->intdv=intdx->v=xdv=dxdv=dxv=x

Making necessary substitutions into the integration by parts formula, we have:
intlnxdx=(lnx)(x)-int(x)(1/xdx)lnxdx=(lnx)(x)(x)(1xdx)
->(lnx)(x)-intcancel(x)(1/cancelxdx)
=xlnx-int1dx
=xlnx-x+C-> (don't forget the constant of integration!)