The trigonometric solution to the solvable DeMoivre quintic?

(This is an addendum to hbp's answer.)

I'm glad I raised a bounty for this question because, thanks to hbp, we can show that the general quintic can be solved in terms of trigonometric or hyperbolic functions, plus some special functions.

The general quintic can be reduced to the one-parameter Brioschi form,

$$w^5-10cw^3+45c^2w-c^2=0\tag1$$

with the five solutions (see also this post),

$$w_n=\pm\sqrt{\frac{-c\,(x^2+4)(x^2-2x-4)^2}{b-11}}\tag2$$

and for $n=0,1,2,3,4$,

$$x_n=-2\,i\sin\Bigg(\tfrac{i\log\Big(\tfrac{b+\sqrt{b^2+4}}{2}\Big)\,-\,2\pi\, n}{5} \Bigg)=2\sinh\Bigg(\tfrac{\sinh^{-1}\Big(\tfrac{b}{2}\Big)\,+\,2\pi\,i\, n}{5}\Bigg) \tag3$$

$$b=\frac{v(v-5)^2}{(v-1)^2}+11$$

$$v=\left(\frac{\vartheta_2(0,p)}{\vartheta_2(0,p^5)}\right)^2$$

$$p=e^{\pi i \tau}=\exp(\pi i \tau)$$

$$\tau = i\frac{K(k')}{K(k)}= i\,\frac{\text{EllipticK[1-m]}}{\text{EllipticK[m]}}\tag4$$

$$m =\tfrac{1}{2}\left(1\pm\sqrt{1-4u}\right)\tag5$$

and $u$ is a root of the cubic,

$$\frac{256(1-u)^3}{u^2}=\frac{1728c-1}{c}$$

The solution also uses the Jacobi theta function $\vartheta_j(0,p)$ (where $j=3$ or $4$ will work as well), the complete elliptic integral of the first kind $K(k)$ and elliptic parameter $m=k^2$ (with $\tau$ also given in Mathematica syntax above).

Note 1: Since $(2)$ and $(5)$ uses square roots, then the proper sign has to be chosen.

Note 2: At first, I was missing a neat form for $(3)$ so, after hbp's answer, I'm glad I posted this question.


Thanks to Tito for the nice question. Here is a solution in terms of hyperbolic sine, which may not be what you want. $$ \sinh(5t) = 5 \sinh t+ 20 \sinh^3 t + 16 \sinh^5 t. $$ With $x = 2\sinh t$ and $b = -2\sinh 5t$, we have $$ x^5+ 5 x^3 + 5 x + b = 0\tag1, $$ which is the $a = 1$ case. So the solution is $$ x = 2\sinh t = 2\sinh\left( \frac{\sinh^{-1}\left(-\frac{b}{2}\right)}{5} \right)\tag2 $$