I want to find the definite integral of
arccos(sqrt(1+x)/10)/(sqrt(x)*x^(2/3))
,over [0,pi/2].
I ran the following code in Matlab,
"syms w
double(vpa(int(acos((w + 1)^(1/2)/10)/(w^(1/2)*(w + 1)^(3/2)),w,0,pi/2)))"
and got this error message,
"? Error using ==> mupadmex...