restart; f:=x^2; fprime:=diff(f,x); int(sqrt(1+fprime^2),x); int(sqrt(1+fprime^2),x=0..4);