I have the integral $$\int x\log(x)\ dx,$$ and I need to solve it by substitution. I don't know why, if you substitute $x$ by $g(y)$ you have $x= e^y$ and the integral of $e^y \cdot y \cdot e^y\ dy$ and the the integral of $e^{x^2}\cdot x\ dx$.
2026-03-31 11:58:18.1774958298
On
Integration by substitution of $x\log(x)$
1.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
3
On
Try integration by parts, i.e. use:$$\int u\,dv=uv-\int v\,du$$ A prudent set of substitutions here would be: $$\begin{align} u&=\log(x)\\ dv&=x \, dx \end{align}$$ Hopefully you can finish this off
As noted by @SimonS below, you asked to do this by substitution alone. In which case try the substitution:$$u=2x^2\log(x)-x^2$$This leads to:$$du=4x\log(x)\,dx$$ Hopefully you can finish this off
Hint : $\ln x = z$ leads to $$\int x \ln(x) \, dx=\int z e^{2z} \, dz$$
The second integral can be easily calculated by integration by parts.