Calculate the inverse cosine (arccos) of any value between -1 and 1. Get the angle in degrees and radians with step-by-step results. Essential for geometry and trigonometry.
Was this calculator helpful?
Sources & Methodology
⏱ Last reviewed: April 2026
How to Calculate the Inverse Cosine
The inverse cosine function (arccos, also written cos⁻¹ or acos) answers the question: given a cosine value, what angle produces it? If cos(60°) = 0.5, then arccos(0.5) = 60°. The arccos function has a domain of -1 to 1 and a principal value range of 0° to 180° (0 to π radians).
The Arccos Function Defined
arccos(x) returns the angle θ such that cos(θ) = x. The principal value range is 0° to 180° (or 0 to π radians). For example: arccos(1) = 0°, arccos(0) = 90°, arccos(-1) = 180°, arccos(0.5) = 60°, arccos(-0.5) = 120°. Values outside -1 to 1 are undefined.
Arccos vs. 1/cos (Secant)
arccos(x) is the inverse cosine function, NOT the reciprocal of cosine. The reciprocal of cosine is secant: sec(θ) = 1/cos(θ). These are fundamentally different: arccos(0.5) = 60° (an angle), while 1/cos(60°) = 1/0.5 = 2 (a ratio). The notation cos⁻¹ is sometimes confused with 1/cos but always means the inverse function in this context.
Applications of Inverse Cosine
Arccos appears in: 1) Triangle solving — finding an angle when two sides are known (law of cosines: cos A = (b² + c² − a²) / (2bc)). 2) Dot product angle formula: angle between vectors = arccos(a·b / |a||b|). 3) Physics — angle of incidence/reflection, pendulum motion, circular motion. 4) Computer graphics — calculating light angles and surface normals.
Unit Conversion: Degrees, Radians, Gradians
Degrees: most common in everyday use. Radians: used in calculus and physics (SI standard). Gradians (grades): used in surveying (400 grad = full circle). Conversions: radians = degrees x π/180. Gradians = degrees x 10/9. For arccos, the result range in radians is 0 to π (about 0 to 3.14159).
Inverse Cosine Common Values
| x value | arccos(x) degrees | arccos(x) radians | Notes |
|---|---|---|---|
| -1 | 180° | π (3.14159) | cos(180°) = -1 |
| -0.866 | 150° | 5π/6 (2.61799) | cos(150°) = -sqrt(3)/2 |
| -0.707 | 135° | 3π/4 (2.35619) | cos(135°) = -sqrt(2)/2 |
| -0.500 | 120° | 2π/3 (2.09440) | cos(120°) = -1/2 |
| 0 | 90° | π/2 (1.57080) | cos(90°) = 0 |
| 0.500 | 60° | π/3 (1.04720) | cos(60°) = 1/2 |
| 0.707 | 45° | π/4 (0.78540) | cos(45°) = sqrt(2)/2 |
| 0.866 | 30° | π/6 (0.52360) | cos(30°) = sqrt(3)/2 |
| 1 | 0° | 0 | cos(0°) = 1 |