I have just learnt the hyperbolic function and I meet a problem goes like follows: $$\lim_{x\rightarrow 0}k^2\operatorname{csch}^2(kx)-\frac{1}{4}\operatorname{csch}^2\left(\frac{x}{2}\right)$$ I have tried refomulating it as a form of fraction and applying the L'Hopital's Law but it seems that it just leads the problem to a much more messy land, because multiple differentiations is required. I wonder if there exists any easy way to solve it?
Any comments will be appreciated.
Hint. We can reason with truncated Taylor series:
$$ \begin{array}{lll} & \sinh(x) & \displaystyle =x+\frac{x^3}{6}+\cdots \\[3pt] \implies & \mathrm{csch}(x) & \displaystyle =\frac{1}{x}\frac{1}{1+\frac{x^2}{6}+\cdots} \\[1pt] & & \displaystyle =\frac{1}{x}\Bigl(1-\frac{x^2}{6}+\cdots\Bigr) \\[1pt] & & \displaystyle=\frac{1}{x}-\frac{x}{6}+\cdots \\[4pt] \implies & \mathrm{csch}^2(x) & \displaystyle = \frac{1}{x^2}-\frac{1}{3}+\cdots \end{array} $$
The middle part follows from the geometric series formula $\frac{1}{1+u}=1-u+u^2-\cdots$
You can replace all the "$\cdots$"s with big-$\mathcal{O}$ notation if desired.