Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions > Elliptic Functions >

InverseJacobiDN

InverseJacobiDN[v, m]
gives the inverse Jacobi elliptic function dn^(-1)(v|m).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • dn^(-1)(v|m) gives the value of u for which v=dn(u|m).
  • InverseJacobiDN has branch cut discontinuities in the complex v plane with branch points at and infinity, and in the complex m plane with branch points 1-v^2 and infinity.
  • The inverse Jacobi elliptic functions are related to elliptic integrals.
  • For certain special arguments, InverseJacobiDN automatically evaluates to exact values.
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the input tracks the precision of the output:
InverseJacobiDN threads element-wise over lists:
Simple exact results are generated automatically:
TraditionalForm formatting:
InverseJacobiDN can be applied to a power series:
Plot contours of constant real and imaginary parts in the complex plane:
Compose with inverse function:
Use PowerExpand to disregard multivaluedness of the inverse function:
Differentiate InverseJacobiDN:
Obtain InverseJacobiDN from solving equations containing elliptic functions:
Machine-precision input is insufficient to get a correct answer:
With exact input, the answer is correct:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team