calculations
> f:= sqrt(sin(x)/(1+x^2)); ans:=diff(f,x);
> f:= sqrt(cos(x))/(1+x) ; ans:=diff(f,x);
>