How do I find the integral int(x*ln(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 du
Let
Thus,
Plugging into the IBP's formula gives us:
int x ln x dx = (x^2 ln x)/2 - int x^2 / (2x) dx
An
int x ln x dx = (x^2 ln x)/2 - int x / 2 dx
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 + C