I've solved this integral by partial integration method ('u' is first fraction and dv is the second fraction), but I've been told that there is a much simpler method using substitution which I can't see.I've tried to substitute arcsin(x) which eliminates the root and leaves me with sin functions in the integral (it didn't help). $$\int \frac {arcsin(x)}{\sqrt {1-x^2}} * \frac {1+x^2}{x^2} dx$$
2026-03-27 16:03:51.1774627431
What substitution should I notice in this integral?
39 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You're going to have to use integration by parts at some point. But as Harnak said, we can use $u$ substituion to have a much easier time. Let $u = \arcsin(x)$. Then \begin{align*} \int \frac{\arcsin(x)}{\sqrt{1-x^2}} (\frac{1+x^2}{x^2}) dx &= \int u(1+\csc^2(u))du \\ &=\frac{u^2}{2} +\int u\csc^2(u) du \\ &= \frac{u^2}{2} - u\cot(u) + \int \cot(u)du \\ &= \frac{u^2}{2} - u\cot(u)+\ln\mid\sin(u)\mid+C \end{align*} From this point, make the necessary substitutions back in and simplify.