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 >

ArcSec

ArcSec[z]
gives the arc secant sec^(-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 outside the interval -1 to 1, the results are always in the range 0 to pi, excluding pi/2.
  • For certain special arguments, ArcSec automatically evaluates to exact values.
  • ArcSec can be evaluated to arbitrary numerical precision.
  • ArcSec automatically threads over lists.
  • ArcSec[z] has a branch cut discontinuity in the complex z plane running from -1 to +1.
Evaluate numerically:
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
Simple exact values are generated automatically:
TraditionalForm formatting:
ArcSec can deal with real-valued intervals:
Infinite arguments give symbolic results:
ArcSec can be applied to power series:
Find series expansions at branch points and branch cuts:
ArcSec threads over explicit lists as well as over sparse arrays:
Branch cut of ArcSec runs along the real axis:
Compose with inverse functions:
Use PowerExpand to disregard multivaluedness of the ArcSec:
Alternatively, evaluate under additional assumptions:
Use TrigToExp to express in terms of logarithm:
Use ExpToTrig to convert back:
Integrals:
Use FunctionExpand to convert trigs of arctrigs into an algebraic function:
Simplify result:
Use Reduce to solve equations involving ArcSec:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team