- 4,662
- 372
i have:
I_n=\int_{0}^{1} \frac{x^{n+1/2}}{\sqrt{1-x^2}}dx
and i need to find a recursive equation for the above integral, and this is what i got so far:
I_n=\left[x^{n+1/2}*arcsin(x)\right]_{0}^{1}+(n+1/2)\int_{0}^{1}x^{n-1/2}arcsin(x)dx
I_n=\int_{0}^{1} \frac{x^{n+1/2}}{\sqrt{1-x^2}}dx
and i need to find a recursive equation for the above integral, and this is what i got so far:
I_n=\left[x^{n+1/2}*arcsin(x)\right]_{0}^{1}+(n+1/2)\int_{0}^{1}x^{n-1/2}arcsin(x)dx
Last edited: