arccosx, the inverse cosine or arccosine, is the inverse of the cosine function cos1. Since cos is periodic too, it is not one-to-one over its whole domain, so it is restricted to the interval [0,π], on which it decreases, and the inverse of that restriction, the principal value, is arccos.
Definition
y=arccosx is the value y satisfying both of the following.
cosy=x
0≤y≤π
Domain and range
The domain is the interval [−1,1] and the range is the interval [0,π].
Monotonicity
The derivative is as follows.
dxdarccosx=−1−x21(−1<x<1)
It is always negative, so the function decreases monotonically over its whole domain. It differs from the derivative of the inverse sine only in sign, which reflects the fact that sin and cos run in opposite directions on their chosen intervals.
Symmetry
It is neither odd nor even, but it has point symmetry about (0,2π).
arccos(−x)=π−arccosx
Notable values
x
arccosx
−1
π
0
2π
21
3π
22
4π
23
6π
1
0
Tangents at the endpoints
At x=±1 the denominator of the derivative tends to 0, so the tangent becomes vertical. The graph drops away from (−1,π) and comes to rest at (1,0).
Relation to the inverse sine
arcsinx+arccosx=2π
So arccosx=2π−arcsinx, and the graph of arccos is that of arcsin turned upside down and lifted by 2π.
Item
arcsinx
arccosx
Domain
[−1,1]
[−1,1]
Range
[−2π,2π]
[0,π]
Behavior
increasing
decreasing
Center of symmetry
(0,0)
(0,2π)
Applications
When the angle between two vectors is found from their dot product, arccos is what turns the value of cosθ back into the angle θ.
θ=arccos∣a∣∣b∣a⋅b
It appears constantly in geometry, physics and computer graphics.