First time here? Check out the FAQ!
answered 2012-11-28 12:41:52 +0100
Somehow the simply_full() works. It probably forces the integration to happen.
simply_full()
sage: integrate(1/sqrt(1+x^2/n),x,1,2).simplify_full() -(arcsinh(1/sqrt(n)) - arcsinh(2/sqrt(n)))*sqrt(n)