How do I evaluate the following integral?
$$I=\int_{0}^{\infty}\frac{\sinh(a)k\ dk}{\cosh(k) + \cosh(a)}, \qquad a \geq0$$
How do I evaluate the following integral?
$$I=\int_{0}^{\infty}\frac{\sinh(a)k\ dk}{\cosh(k) + \cosh(a)}, \qquad a \geq0$$
Unfortunately, I do not know how to solve such an integral. I do however have access to Mathematica which does. I am including this as an answer so you at least have something to continue your research work off, unless you require the method.
$$ \begin{aligned} I &= \int_0^\infty\frac{\sinh(a)k}{\cosh(k)+cosh(a)}\,\mathrm{d}k \\ &= \operatorname{Li}_2(-e^{-a})-\operatorname{Li}_2\left(-e^a\right),\quad e^a\geq 0\land e^{-a}\geq-1 \end{aligned} $$
Applying the identity $\operatorname{Li}_2(z)+\operatorname{Li}_2\left(\frac1z\right)=-\frac{\pi^2}6-\frac12\ln^2(-z)$ simplifies the answer to:
$$ \frac{\pi^2}6+\frac{a^2}2+2\operatorname{Li}_2(-e^{-a}) $$
(Which I realised after looking at Lucian's comment)