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 >

InverseJacobiCD

InverseJacobiCD[v, m]
gives the inverse Jacobi elliptic function cd^(-1)(v|m).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • cd^(-1)(v|m) gives the value of u for which v=cd(u|m).
  • InverseJacobiCD has branch cut discontinuities in the complex v plane with branch points at and infinity, and in the complex m plane with branch points at v^(-2) and infinity.
  • The inverse Jacobi elliptic functions are related to elliptic integrals.
  • For certain special arguments, InverseJacobiCD automatically evaluates to exact values.
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the input tracks the precision of the output:
InverseJacobiCD threads element-wise over lists:
Simple exact results are generated automatically:
TraditionalForm formatting:
InverseJacobiCD 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 InverseJacobiCD:
Obtain InverseJacobiCD 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