arccosx
Arccosx, commonly written arccos(x) or acos(x), is the inverse cosine function. It returns the angle whose cosine equals the given value x. Because the cosine function is not one-to-one on its entire domain, arccos is defined as the inverse of cos restricted to the principal branch [0, π]. Consequently, arccos maps the real interval [-1, 1] to [0, π].
If y = arccos x, then cos y = x and y lies in the interval [0, π]. The function
Key values and identities help with computation. arccos(1) = 0, arccos(0) = π/2, and arccos(-1) = π. An important identity
Applications of arccosx include solving triangles, physics problems involving angles, and computer graphics. In programming and