I have to solve this integral in order to calculate the length of a curve
$L(\gamma) = 2\alpha\int_0^L \sqrt{e^t +1} dt$
I tried with some substitutions, like $e^t +1 = u$ and others, but the calculations get difficult and the result I get is different from the book's one ($L(\gamma) = 2\sqrt{2}\alpha sinh(L)$)
Let $u = \sqrt{e^t + 1}$ following the comment by @Gribouillis
$t=\log \left(u^2-1\right)$
$dt = \dfrac{2 u \,du}{u^2-1}$
The integral becomes
$$L(\gamma)=4 a \int_{\sqrt{2}}^{\sqrt{e^L+1}} \dfrac{u^2}{u^2-1} \, du$$
$$\int \frac{u^2}{u^2-1} \, du=\int \frac{\left(u^2-1\right)+1}{u^2-1} \, du=\int \left(\frac{1}{u^2-1}+1\right) \, du=$$
$$=u+\frac{1}{2} \log \left(\frac{u-1}{u+1}\right)$$
Therefore $$L(\gamma)=4 a \left[u+\frac{1}{2} \log \left(\frac{u-1}{u+1}\right)\right]_{\sqrt{2}}^{\sqrt{e^L+1}}=4 a \left(\sqrt{e^L+1}+\frac{1}{2} \log \left(\frac{\sqrt{e^L+1}-1}{\sqrt{e^L+1}+1}\right)-\sqrt{2}-\frac{1}{2} \log \left(\frac{\sqrt{2}-1}{1+\sqrt{2}}\right)\right)=2 a \left(2 \sqrt{e^L+1}+\log \left(\sqrt{e^L+1}-1\right)-\log \left(\sqrt{e^L+1}+1\right)\\-2 \sqrt{2}-\log \left(\sqrt{2}-1\right)+\log \left(1+\sqrt{2}\right)\right)$$