arccosx (the inverse cosine, or arccosine) is the inverse of the cosine function cos. Since cos is also periodic, it is not one-to-one over its whole domain. We therefore restrict it to the interval [0,π] on which it is decreasing and define the inverse there (the principal value) as arccos.
Definition
y=arccosx is the value y satisfying cosy=x with 0≤y≤π.
Domain and range
The domain is −1≤x≤1, that is [−1,1]. The range is [0,π].
Monotonicity and symmetry
The derivative
dxdarccosx=−1−x21(−1<x<1)
is always negative, so arccos is strictly decreasing over its whole domain. It is neither odd nor even, but it is symmetric about the point (0,2π): that is, arccos(−x)=π−arccosx.
Notable points and tangents
The graph passes through the three points (−1,π), (0,2π), and (1,0). At the endpoints x=±1 the tangent is vertical.
Relation to other functions
With the inverse sine we have
arcsinx+arccosx=2π
so arccosx=2π−arcsinx. The graph of arccos is therefore the graph of arcsin flipped upside down and shifted up by 2π.
Specific values
For example arccos1=0, arccos21=3π, arccos0=2π, and arccos(−1)=π.
Applications
When finding the angle between two vectors from their dot product, arccos is used to recover the angle θ from the value of cosθ. It appears frequently in geometry, physics, and computer graphics.