Evaluate: $$\int x \arcsin(x)dx$$
My first guess was $u$ substitution but that didn't get me very far. I think using integration by parts is the correct way. Here's my attempt:
$$u = \arcsin(x), v' = x \Longrightarrow \int x \arcsin(x)dx = \arcsin(x) \cdot \frac{x^2}{2} - \int \frac{x^2}{2\sqrt{1-x^2}}dx$$
But I am stuck on how to continue from here.
You are on the right track. As regards the remaining integral, note that $$\int \frac{x^2}{2\sqrt{1-x^2}}\,dx=\frac{1}{2}\int \frac{1-(1-x^2)}{\sqrt{1-x^2}}\,dx =\frac{1}{2}\int \frac{1}{\sqrt{1-x^2}}\,dx-\frac{1}{2}\int \sqrt{1-x^2}\,dx.$$ The first integral is easy, whereas for the second one you may use the substitution $x=\sin(t)$.
Can you take it from here?