B.4 Inverse Trigonometric Functions 945
B.4 Inverse Trigonometric Functions
You may intuit that, since the trigonometric functions are functions, they of course
have inverses. Computation of values of inverse trigonometric functions are fre-
quently useful in computer graphics; for example, you may come upon a problem
in which the expression
a =tan b
appears. Of course, if we have a but need b, we need to instead take the inverse of the
tangent function:
b = tan
−1
a
The inverses of the fundamental trigonometric functions have names consisting
of the fundamental name with the prefix arc: arcsine, arccosine, and so on. There are
two common sets of mathematical notations for this:
arcsin, arccos, arctan, etc.
sin
−1
,cos
−1
, tan
−1
,etc.
B.4.1 Defining arcsin and arccos in Terms of arctan
Interestingly, arcsin and arccos may be defined with formulas involving only inverse
tangents:
arcsin x =arctan
x
√
1 − x
2
arccos x =
π
2
− arctan
x
√
1 − x
2
B.4.2 Domains and Ranges
The domains of the inverse trigonometric functions are generally more restricted
than their counterparts. The graphs of these functions show this; see Table B.3 for
the exact values.