How do I find the integral int(x*ln(x))dx(xln(x))dx ?

1 Answer
Aug 18, 2014

We will use integration by parts.

Remember the IBP's formula, which is

int u dv = uv - int v duudv=uvvdu

Let u = ln xu=lnx, and dv = x dxdv=xdx. We have chosen these values because we know that the derivative of ln xlnx is equal to 1/x1x, meaning that instead of integrating something complex (a natural logarithm) we now will end up integrating something pretty easy. (a polynomial)

Thus, du = 1/x dxdu=1xdx, and v = x^2 / 2v=x22.

Plugging into the IBP's formula gives us:

int x ln x dx = (x^2 ln x)/2 - int x^2 / (2x) dxxlnxdx=x2lnx2x22xdx

An xx will cancel off from the new integrand:

int x ln x dx = (x^2 ln x)/2 - int x / 2 dxxlnxdx=x2lnx2x2dx

The solution is now easily found using the power rule. Don't forget the constant of integration:

int x ln x dx = (x^2 ln x)/2 - x^2 / 4 + Cxlnxdx=x2lnx2x24+C