My professor wrote this :
$\displaystyle \int x^2\log(\sqrt{1-x^2}) \,\mathrm{d}x = \frac{1}{3}\int \log(\sqrt{1-x^2}) \, \mathrm dx^3$
Can someone explain me what is going on with the integration variable ?
My professor wrote this :
$\displaystyle \int x^2\log(\sqrt{1-x^2}) \,\mathrm{d}x = \frac{1}{3}\int \log(\sqrt{1-x^2}) \, \mathrm dx^3$
Can someone explain me what is going on with the integration variable ?
$$\int x^2 \log\sqrt{1-x^2} dx = \int x^2 \log\sqrt{1-(x^3)^{2/3}} dx$$ Let $u = x^3$, so $du = 3x^2 dx$ or $$dx = \frac{du}{3x^2}$$ so the integral becomes $$\int \frac{x^2}{3x^2} \log\sqrt{1-u^{2/3}} du = \frac{1}{3} \int \log\sqrt{1-u^{2/3}} du \ .$$ Resubstituting $u = x^3$ yields the rather confusing expression of your professor.
$ \int x^2 \log \sqrt{1 - x^2} \ dx \\ = \int x^2 \log \sqrt{1 - x^2} \ \frac{dx}{dx^3} \ dx^3 \\ = \int x^2 \log \sqrt{1 - x^2} \ \frac{1}{3x^2} \ dx^3 \\ = \frac13 \int \log \sqrt{1 - x^2} \ dx^3 $