syms x a b n c f(x) = x / sin(a * x)^2; F(x) = int(f, x); disp(F);