function val = integral_f(x) val = x*sqrt(2-(x^2)/2) + 2*sqrt(2)*asin(x/2); return end