Arccos Calculator (Inverse Cosine)

Calculate the inverse cosine (arccos) of a value to find the angle in degrees and radians.

Enter Value

Enter a value between -1 and 1.

-101

Common Values

Result

arccos(0.5)
--
--
Angle in Degrees--
Angle in Radians--
Input Value (x)--
Verification: cos(θ)--
Exact Value
--
θ = arccos(x) = cos-1(x) | Domain: [-1, 1] | Range: [0°, 180°]

Understanding the Arccos Function (Inverse Cosine)

The arccos function, written as arccos(x) or cos-1(x), is the inverse of the cosine function. Given a cosine value, it returns the angle whose cosine is that value.

Domain and Range

Domain of arccos: [-1, 1]
Range of arccos: [0, π] radians = [0°, 180°]

If θ = arccos(x), then cos(θ) = x and 0 ≤ θ ≤ π

This restricted range is the principal value. On [0, π], cosine is strictly decreasing, making the inverse unique.

Common Arccos Values

xDegreesRadiansExact
-1180°3.14159...π
-√3/2150°2.61799...5π/6
-√2/2135°2.35619...3π/4
-1/2120°2.09440...2π/3
090°1.57080...π/2
1/260°1.04720...π/3
√2/245°0.78540...π/4
√3/230°0.52360...π/6
100

Relationship with Arcsin

arccos(x) + arcsin(x) = π/2 (for all x in [-1, 1])
arccos(x) = π/2 - arcsin(x)
arccos(-x) = π - arccos(x)

Derivative and Integral

d/dx [arccos(x)] = -1 / sqrt(1 - x²) for |x| < 1

∫ arccos(x) dx = x · arccos(x) - sqrt(1 - x²) + C

Applications

  • Vector Angles: The angle between two vectors uses arccos of their normalized dot product.
  • Navigation: Great circle distances on a sphere use arccos.
  • Computer Graphics: Lighting and reflection angle calculations.
  • Signal Processing: Phase angle calculations in frequency analysis.
  • Robotics: Inverse kinematics for joint angles.