$$ \int_{0}^{1}\sqrt{\,1 + x^{4}\,}\,\,\mathrm{d}x $$
I used substitution of tanx=z but it was not fruitful. Then i used $ (x-1/x)= z$ and $(x)^2-1/(x)^2=z $ but no helpful expression was derived. I also used property $\int_0^a f(a-x)=\int_0^a f(x) $ Please help me out
Int[Sqrt[1+x^4],{x,0,1}]
to WA, the integral evaluates to ${}_2F_1(-\frac12, \frac14; -\frac54; -1 ) \approx 1.0894294132248223224\ldots$ where ${}_2F_1$ is the hypergeometric function. There is probably no elementary way to evaluate the integral. – achille hui Jun 06 '17 at 05:18