Does the elliptic function $\operatorname{cn}\left(\frac{2}{3}K\left(\frac{1}{2}\right)\big|\frac{1}{2}\right)$ have a closed form?

196 Views Asked by At

Given the complete elliptic integral of the first kind $K(k)$ for the modulus $k$,

can the elliptic function $$\text{cn}\left(\frac{2}{3}K\left(\frac{1}{2}\right)\bigg|\frac{1}{2}\right)$$ be expressed in closed form?

2

There are 2 best solutions below

4
On BEST ANSWER

To explain how an algebraic equation for $Z:=\operatorname{cn} \left(\frac{2K}{3}|m\right)$ can be obtained, notice that

  1. The usual parity properties imply that $$\operatorname{cn} \left(\frac{4K}{3}\biggl|\,m\right)=\operatorname{cn} \left(2K-\frac{2K}{3}\biggl|\,m\right)=-\operatorname{cn} \left(-\frac{2K}{3}\biggl|\,m\right)=-\operatorname{cn} \left(\frac{2K}{3}\biggl|\,m\right)=-Z.$$

  2. On the other hand the doubling formula implies that $$\operatorname{cn} \left(\frac{4K}{3}\biggl|\,m\right)=\frac{1-2\operatorname{sn}^2 \left(\frac{2K}{3}|m\right)+m\operatorname{sn}^4 \left(\frac{2K}{3}|m\right)}{1-m\operatorname{sn}^4 \left(\frac{2K}{3}|m\right)}=\frac{2Z^2-1+m\left(1-Z^2\right)^2}{1-m\left(1-Z^2\right)^2}.$$

Thus $Z$ satisfies the equation $$\frac{2Z^2-1+m\left(1-Z^2\right)^2}{1-m\left(1-Z^2\right)^2}=-Z.$$ Although naively it is of $5$th order, it has an obvious root $Z=-1$, so we can deduce from it a $4$th order equation $$\boxed{\quad m\left(Z^2-1\right)\left(Z-1\right)^2-2Z+1=0\quad}$$

In particular, the relevant solution for $m=k^2=\frac12$ is given by $$Z=\frac{1-\sqrt2\cdot\sqrt[4]{3}+\sqrt3}{2}\approx 0.435421.$$

2
On

Assuming $1/2$ is $k$, as in Maple ... Maple JacobiCN(2/3*EllipticK(1/2),1/2) evaluates to $0.473058826656122429170671314726$. From ISC we find that this is a solution of $$ Z^4-2Z^3-6Z+3=0 $$ which may be written $$ {\frac { \left( 1+2\,\sqrt [3]{6} \right) ^{3/4}+\sqrt [4]{1+2\, \sqrt [3]{6}}-\sqrt {-2\,\sqrt [3]{6}\sqrt {1+2\,\sqrt [3]{6}}+2\, \sqrt {1+2\,\sqrt [3]{6}}+14}}{2\sqrt [4]{1+2\,\sqrt [3]{6}}}} $$

On the other hand, if $1/2$ is $m=k^2$, then in Maple we want JacobiCN(2/3*EllipticK(1/sqrt(2)),1/sqrt(2)) which evaluates to $0.43542054468233904782250442376$. This is a solution of $-1+2Z+2Z^3-Z^4=0$.