Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Formula Manipulation > Algebraic Transformations > Trigonometric Functions >
Mathematica > Mathematics and Algorithms > Mathematical Functions > Elementary Functions > Trigonometric Functions >

ArcSin

ArcSin[z]
gives the arc sine sin^(-1)(z) of the complex number z.
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • All results are given in radians.
  • For real z between -1 and 1, the results are always in the range -pi/2 to pi/2.
  • For certain special arguments, ArcSin automatically evaluates to exact values.
  • ArcSin can be evaluated to arbitrary numerical precision.
  • ArcSin automatically threads over lists.
  • ArcSin[z] has branch cut discontinuities in the complex z plane running from -infty to -1 and +1 to +infty.
Evaluate numerically:
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
The precision of the output can be much lower than the precision of the input:
Simple exact values are generated automatically:
Parity transformation is automatically applied:
ArcSin threads element-wise over lists and matrices:
TraditionalForm formatting:
ArcSin can deal with real-valued intervals from [-1,1]:
Infinite arguments give symbolic results:
ArcSin can be applied to power series:
Find series expansions at branch points and branch cuts:
ArcSin threads over explicit lists as well as over sparse arrays:
Plot the real and imaginary parts of ArcSin:
Plot the Riemann surface of ArcSin:
Find the angle between two 3D vectors:
Modeling Levy's second arc sine law:
Compose with the inverse function:
Use PowerExpand to disregard multivaluedness of the ArcSin:
Alternatively, evaluate under additional assumptions:
Use TrigToExp to express through logarithms and square roots:
This shows the branch cuts of the ArcSin function:
Expand assuming real variables:
Solve an inverse trigonometric equation:
Solve for zeros:
Integrals:
Laplace transforms:
ArcSin is a special case of various mathematical functions:
Generically f^(-1)(f(z))!=z:
On branch cuts machine-precision inputs can give numerically wrong answers:
In traditional form parentheses are needed around the argument:
Nested integrals:
Calculate numerical values by iteration:
Plot ArcSin at integer points:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team