I am trying to obtain a solution for the integral \begin{equation} \int^{x}_{0} \sqrt{\cosh(x)} dx. \end{equation}
A CAS system yields an answer depending on an elliptic integral of the second kind without giving me the reference to find the elliptic integral in question.
If I instead write $\cosh(x)$ above as \begin{equation} \cosh(x) = \frac{e^{x}+e^{-x}}{2} = \frac{e^{x}}{2}(1+e^{-2x}), \end{equation} I end up obtaining an answer in a CAS as dependent on a hypergeometric function, but again without a reference to find exactly where to look up what that function would be.
Would anyone have any suggestions on how to solve that integral? If one could further provide some references for my further education on these areas, that would be great.
WolframAlpha provides links to EllipticE and Hypergeometric2F1. Not sure how helpful they are for your purpose.
I don't think there's any “nice” way to express this integral. I'd recommend evaluating it numerically.
Here's a Taylor series for $x$ near 0:
$$x + \frac{x^3}{12} - \frac{x^5}{480} + \frac{19 x^7}{40320} - \frac{559 x^9}{5806080} + \frac{2651 x^{11}}{116121600} - \frac{2368081x^{13}}{398529331200} + O(x^{14})$$
For larger $x$, the $e^x$ term will dominate the $e^{-x}$ term, and you can just approximate the integral as $\sqrt{2}e^{x/2}$.