I want to compute the following ratio: $$\frac{\int_0^1x^n\sqrt{1-x^2}}{\int_0^1x^{n-2}\sqrt{1-x^2}}$$
As I found from wolframe it is $\frac{n-1}{n+2}$. I am trying to solve the integral using the following substitution:
$$f(x) = x^{n-2}\sqrt{1-x^2}$$ $$\frac{\int_0^1x^2f(x)}{\int_0^1f(x)}$$
But I am sticking here.