I'm interested in tackling the following integral:
$$\int_{-\ln (2+\sqrt 5)}^{\ln (2+\sqrt 5)} \sqrt{4+\sinh^2(x)} dx$$
While I've attempted various techniques, it appears challenging to find a closed-form solution for this integral. I'm beginning to suspect that it might not have one.
Do you have any insights into expressing it as an infinite series or in terms of special functions?
Any guidance or suggestions on alternative approaches would be greatly appreciated. Thank you for your assistance!
Let's first translate out of hyperbolic language by substituting $y=e^x$ and integrating by parts. $\newcommand{\arsinh}{\operatorname{arsinh}}$
$$\begin{align*} I &= \int_{-\log (2+\sqrt 5)}^{\log (2+\sqrt 5)} \sqrt{4+\sinh^2(x)} \, dx \\ &= \frac12 \int_{-\log(2+\sqrt5)}^{\log(2+\sqrt5)} \sqrt{e^{2x} + e^{-2x} + 14} \, dx \\ &= \frac12 \int_{-2+\sqrt5}^{2+\sqrt5} \frac{\sqrt{y^4 + 14y^2 + 1}}{y^2} \, dy \\ &= \int_{-2+\sqrt5}^{2+\sqrt5} \frac{y^2+7}{\sqrt{y^4+14y^2+1}} \, dy \end{align*}$$
Now consult this answer which demonstrates how to approach the integrand $\dfrac{ax^2+b}{\sqrt{cx^4+dx^2+e}}$.
WolframAlpha produces the following antiderivatives, which I've adjusted to agree with the non-Wolfram conventions for $E,F$ used in the linked answer.
$$\begin{align*} \int \frac{dy}{\sqrt{y^4+\alpha y^2+1}} &= -i A\, F\left(-\arsinh^2(Ay) ; \frac1{A^4}\right) +C \\ \int \frac{y^2\,dy}{\sqrt{y^4+\alpha y^2+1}} &= -i A\, \left[E\left(-\arsinh^2(Ay) ; \frac1{A^4}\right) - F\left(-\arsinh^2(Ay) ; \frac1{A^4}\right)\right] +C \end{align*}$$
where $A=\sqrt{\frac2{\alpha+\sqrt{\alpha^2-4}}} \implies \alpha=\dfrac{1+A^4}{A^2}$, so that $\alpha=14\implies A=2-\sqrt3$.