Inverse Trigonometric Functions
📂FunctionsInverse Trigonometric Functions
Definition
The inverse functions of trigonometric functions are called inverse trigonometric functions, and they are denoted by adding arc- to the name of the trigonometric function.
arcsinxarccosxarctanx=sin−1x=cos−1x=tan−1xarccscxarcsecxarccotx=csc−1x=sec−1x=cot−1x
Description
Since trigonometric functions themselves are not bijective, their domains are usually restricted to [−π,π] or [−2π,2π].
In programming, it is common to define the arctangent function as atan()
using only a-
instead of arc-
. This convention has been carried over from FORTRAN.
Domain and Range
sin−1cos−1tan−1:[−1,1]→[−2π,2π]:[−1,1]→[0,π]:R→(−2π,2π)csc−1sec−1cot−1:R∖(−1,1)→(0,π/2]∪(π,3π/2]:R∖(−1,1)→[0,π/2)∪[π,3π/2):R→(0,π)