I am working with the following differential equation: $$4\left(\frac{dz}{dx}\right)^2+z^4=4$$ On rearrangement, this yields $$\frac{dz}{dx}=\frac{\sqrt{4-z^4}}{{2}}$$ Using $z=\sqrt{2}\tan \theta$, we further get $$\frac{d\theta}{\sqrt{1-2\sin^2\theta}}=\frac{dx}{\sqrt{2}}$$
Now, as per this, this, this and other links, the term on the left is an elliptic integral. But Mathworld says that, for an elliptic integral of the form $\frac{d\theta}{\sqrt{1-k^2\sin^2\theta}}$, the bound on $k$ is given by $$0<k^2<1$$
But for my integral, $k^2=2>1$, which is also causing me difficulty in numerically trying to integrate the problem.
Can somebody tell me what is correct and what not and how I should proceed to integrate the LHS of the equation, numerically (or if possible analytically)?