i dont know if anyone here has or has heard of maple, but here's what I got:
>int ((x^n)/(sqrt(a^2-x^2)), x);
I got:
2
(1 + n) x
x hypergeom([1/2, 1/2 + 1/2 n], [3/2 + 1/2 n], ----)
2
a
1/2 -----------------------------------------------------------
2
sqrt(a ) (1/2 + 1/2 n)
good luck figuring that one out! I dont even know what a "hypergeom" is...
<edit> it's even tougher to figure out with formatting errors, one sec:
R1 := csgn(a)*x^(1+n)*hypergeom([1/2, 1/2+1/2*n],[3/2+1/2*n],x^2/(a^2))/(a*(1+n))
ok, that's maple trying to simplify...as i said, good luck. </edit>