JacobiAM
The Jacobi amplitude function am
JacobiSN, ..., JacobiDC
The Jacobi elliptic functions sn, ..., dc
Calling Sequence
Parameters
Description
Examples
JacobiAM(z, k)
JacobiCD(z, k), JacobiCN(z, k), JacobiCS(z, k),
JacobiDC(z, k), JacobiDN(z, k), JacobiDS(z, k),
JacobiNC(z, k), JacobiND(z, k), JacobiNS(z, k),
JacobiSC(z, k), JacobiSD(z, k), JacobiSN(z, k)
z
-
algebraic expression
k
algebraic expression, the modulus of the elliptic function
The JacobiAM and the twelve JacobiPQ functions, where P and Q are any two of {C,D,N,S}, are inverses of elliptic integrals and doubly periodic elliptic functions. All JacobiPQ satisfy JacobiPQ=1JacobiQP=JacobiPRJacobiQR where P, Q, R are any three of {C,D,N,S}. Hence, all JacobiPQ can be defined in terms of the three {JacobiSN, JacobiCN, JacobiDN }.
JacobiNS⁡z,k=1JacobiSN⁡z,k
JacobiNC⁡z,k=1JacobiCN⁡z,k
JacobiND⁡z,k=1JacobiDN⁡z,k
JacobiCS⁡z,k=JacobiCN⁡z,kJacobiSN⁡z,k
JacobiSC⁡z,k=1JacobiCS⁡z,k
JacobiDS⁡z,k=JacobiDN⁡z,kJacobiSN⁡z,k
JacobiSD⁡z,k=1JacobiDS⁡z,k
JacobiCD⁡z,k=JacobiCN⁡z,kJacobiDN⁡z,k
JacobiDC⁡z,k=1JacobiCD⁡z,k
The three JacobiSN, JacobiCN and JacobiDN are in turn defined in terms of the amplitude function JacobiAM.
JacobiSN⁡z,k=sin⁡JacobiAM⁡z,k
JacobiCN⁡z,k=cos⁡JacobiAM⁡z,k
JacobiDN⁡z,k=∂∂zJacobiAM⁡z,k
The JacobiDN function is also sometimes defined as a function of JacobiAM indirectly, through JacobiSN or JacobiCN, via:
JacobiDN(z,k)^2 = 1-k^2*JacobiSN(z,k)^2;
JacobiDN⁡z,k2=1−k2⁢JacobiSN⁡z,k2
JacobiDN(k*z,(1/(k^2))^(1/2)) = JacobiCN(z,k);
JacobiDN⁡k⁢z,1k2=JacobiCN⁡z,k
For −32<phi<32, the amplitude function JacobiAM(phi,k) is the inverse of the normal trigonometric form of the incomplete elliptic integral of the first kind, represented in Maple by the InverseJacobiAM function (see G&R, 8.111, 8.141, and A&S 16.1.3, 17.2.6):
F_trig := FunctionAdvisor( definition, InverseJacobiAM(phi,k))[1];
F_trig≔InverseJacobiAM⁡φ,k=∫0φ11−k2⁢sin⁡_θ12ⅆ_θ1
FunctionAdvisor( definition, JacobiAM(phi,k));
φ=JacobiAM⁡∫0φ11−k2⁢sin⁡θ2ⅆθ,k,φ::−32,32
The JacobiPQ functions are well described in the "Table of Integrals Series and Products", Gradshteyn and Ryzhik (G&R) and in the popular "Handbook of Mathematical Functions" edited by Abramowitz and Stegun (A&S). In A&S, these functions are expressed in terms of a parameter m, representing the square of the modulus k entering the definition of these functions in Maple or G&R. So, for example, the formula JacobiDN⁡z,k2=1−k2⁢JacobiSN⁡z,k2 appears in A&S as dn⁡z,m2=1−m⁢sn⁡z,m2.
It is worth noting here the difference between this normal trigonometric form InverseJacobiAM⁡φ,k and the Legendre normal form of this elliptic integral (see A&S 17.2.7), in Maple represented by the EllipticF function and with the square root in the denominator split.
EllipticF(z,k);
EllipticF⁡z,k
(5) = convert((5), Int);
EllipticF⁡z,k=∫0z1−_α12+1⁢−k2⁢_α12+1ⅆ_α1
For the general relationship between these two forms of the incomplete elliptic integral of the first kind see EllipticF and InverseJacobiAM.
The parameter k entering the definition of JacobiAM lines above is assumed to be real and such that 0<=k2<1. The JacobiAM function, and together with it all the JacobiPQ, however, can be evaluated at arbitrary complex values of k. For k2<0 see A&S 16.10; for 1<k2 see A&S 16.11; for ℑ⁡k2≠0 see A&S 16.21.
The JacobiAM(z,k) function is an infinitely many valued function of z with period of 4⁢K'⁡k⁢I where I is the imaginary unit and K' is the complementary elliptic integral of the first kind (see also EllipticCK).
The inverse functions for the JacobiPQ are the InverseJacobiPQ functions, all of them (but for JacobiAM) satisfying JacobiPQ⁡InverseJacobiPQ⁡z,k,k=z with no restrictions on the function parameters.
The JacobiPQ functions are frequently viewed as generalizations of the usual trigonometric functions in that they include all of them as particular cases for k=0; for instance,
map(Eval = eval, [JacobiSN(z,k), JacobiCN(z,k), JacobiSC(z,k)], k=0);
JacobiSN⁡z,kk=0|JacobiSN⁡z,kk=0=sin⁡z,JacobiCN⁡z,kk=0|JacobiCN⁡z,kk=0=cos⁡z,JacobiSC⁡z,kk=0|JacobiSC⁡z,kk=0=tan⁡z
From the above, JacobiSN, JacobiCN, JacobiSC are usually viewed as generalizations of sin, cos, and tan respectively.
For k=1, the JacobiPQ functions become the hyperbolic trigonometric functions.
map⁡Eval=eval,JacobiSC,JacobiNC,JacobiSN⁡z,k,k=1
JacobiSC⁡z,kk=1|JacobiSC⁡z,kk=1=sinh⁡z,JacobiNC⁡z,kk=1|JacobiNC⁡z,kk=1=cosh⁡z,JacobiSN⁡z,kk=1|JacobiSN⁡z,kk=1=tanh⁡z
Many familiar trigonometric identities are generalizable to identities involving the JacobiPQ, for example,
JacobiSN⁡z,k2+JacobiCN⁡z,k2
simplify⁡
1
The composition of any JacobiPQ with InverseJacobiAM or any of InverseJacobiRS where R, S are one of {C,D,S} leads to elementary forms.
JacobiSN⁡InverseJacobiAM⁡z,k,k
sin⁡z
JacobiCN⁡InverseJacobiAM⁡z,k,k
cos⁡z
JacobiDN⁡InverseJacobiAM⁡z,k,k
1−k2⁢sin⁡z2
In the case of (Inverse)JacobiCN and (Inverse)JacobiSN, the two possible compositions are equal
JacobiSN⁡InverseJacobiCN⁡z,k,k
−z2+1
JacobiCN⁡InverseJacobiSN⁡z,k,k
See Also
Elliptic integrals
FunctionAdvisor
InverseJacobiPQ functions
Jacobi Theta functions
Weierstrass elliptic functions
Download Help Document