\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\newcommand{\un}{\underline}
\parindent=0pt
\begin{document}

{\bf Question}

Let $C_s$ denote the hyperbolic circle in the Poincar\'e disc
${\bf D}$ with hyperbolic radius $s$ and hyperbolic center $0$.
Calculate the circumference of $C_s$ as a function of $s$.

\medskip

{\bf Answer}

If the hyperbolic radius is $s$, then the Euclidean radius is
$r=\tanh(\frac{s}{2})$. Parametrize the circle by $f(t)=re^{-it}$
with $0 \leq t \leq 2\pi$.

\begin{eqnarray*} {\rm{length}}_{\bf{D}}(f) & = & \ds\int_0^{2\pi}
\ds\frac{2r \,dt}{1-r^2}\\ & = & \ds\frac{4\pi r}{1-r^2}\\ & = &
\ds\frac{4\pi \tanh(\frac{s}{2})}{1-\tanh^2(\frac{s}{2})} \cdot
\ds\frac{\cosh^2(\frac{s}{2})}{\cosh^2(\frac{s}{2})}\\ & = &
\ds\frac{4\pi
\sinh(\frac{s}{2})\cosh(\frac{s}{2})}{\cosh^2(\frac{s}{2})-\sinh^2(\frac{s}{2})}\\
& = & 4\pi\sinh(\frac{s}{2})\cosh(\frac{s}{2})\\ & = & 2\pi
\sinh(s) \end{eqnarray*}

(Here we use two identities:

\begin{itemize}
\item
$\cosh^2(x)-\sinh^2(x)=1$
\item
$2\sinh(\frac{x}{2})\cosh(\frac{x}{2})=\sinh(x)$)
\end{itemize}
\end{document}
