Cos Inverse Calculator
Calculate arccos(x) instantly. Get cos inverse values in degrees and radians with step-by-step breakdown, domain validation, and reference angles.
About
The inverse cosine function, arccos(x), returns the angle whose cosine equals x. Its domain is restricted to [−1, 1] and its principal value range is [0, π] radians, or [0°, 180°]. Feeding a value outside this domain produces NaN, which silently corrupts downstream calculations in spreadsheets and code. This calculator validates domain membership before computation, returns results in both angle units, and provides a round-trip verification by computing cos(arccos(x)) to confirm numerical consistency.
Note: this tool uses IEEE 754 double-precision arithmetic. Floating-point representation limits precision to roughly 15 - 17 significant digits. Results near domain boundaries (x ≈ ±1) are exact by definition, but intermediate values carry rounding error on the order of 10−15. For safety-critical engineering applications, always cross-check with an independent source.
Formulas
The inverse cosine is defined as the angle θ satisfying:
Degree conversion uses the factor:
The identity linking cosine and its inverse:
Supplementary angle relationship:
Where x = input cosine value, θ = resulting angle, π ≈ 3.14159265.
Reference Data
| x | arccos(x) in Degrees | arccos(x) in Radians | Exact Radian Form |
|---|---|---|---|
| −1 | 180° | 3.14159 | π |
| −0.8660 | 150° | 2.61799 | 5π6 |
| −0.7071 | 135° | 2.35619 | 3π4 |
| −0.5 | 120° | 2.09440 | 2π3 |
| 0 | 90° | 1.57080 | π2 |
| 0.2588 | 75° | 1.30900 | 5π12 |
| 0.5 | 60° | 1.04720 | π3 |
| 0.7071 | 45° | 0.78540 | π4 |
| 0.8660 | 30° | 0.52360 | π6 |
| 0.9239 | 22.5° | 0.39270 | π8 |
| 0.9659 | 15° | 0.26180 | π12 |
| 1 | 0° | 0 | 0 |