Inverse Cosine (arccos) Calculator — Degrees, Radians & More

Calculate the inverse cosine (arccos) of any value. Get results in degrees, radians, gradians, and turns with domain checking, related trig values, and a common values reference table.

Must be between −1 and 1
Degrees
60.000000°
arccos(x) in degrees, range [0°, 180°]
Radians
1.047198
arccos(x) in radians, range [0, π]
Gradians
66.666667
arccos(x) in gradians (400 grad = 360°)
Turns
0.166667
Fraction of a full revolution (1 turn = 360°)
Complement (arcsin)
30.000000°
arcsin(x) = 90° − arccos(x) for x ∈ [−1, 1]
Verification cos(θ)
0.500000
cos(arccos(x)) should equal x — round-trip check
arctan(x)
26.565051°
Inverse tangent of the same value
Domain Status
✓ Valid
arccos is defined only for x ∈ [−1, 1]

Result Visualization

Input x
0.500
arccos(x)
60.0°

Related Inverse Trig Values for x = 0.5000

FunctionResult (°)DomainStatus
arccos(x)60.000000°[−1, 1]✓ Valid
arcsin(x)30.000000°[−1, 1]✓ Valid
arctan(x)26.565051°(−∞, ∞)✓ Valid
arcsec(x)|x| ≥ 1✗ Outside
arccsc(x)|x| ≥ 1✗ Outside
arccot(x)63.434949°x ≠ 0✓ Valid
Common arccos Values
xDegreesExact RadiansDecimal Radians
100
√3/2 ≈ 0.866030°π/60.5236
√2/2 ≈ 0.707145°π/40.7854
1/2 = 0.560°π/31.0472
090°π/21.5708
−1/2 = −0.5120°2π/32.0944
−√2/2 ≈ −0.7071135°3π/42.3562
−√3/2 ≈ −0.8660150°5π/62.6180
−1180°π3.1416
Domain & Range Reference
PropertyValue
Functiony = arccos(x) = cos⁻¹(x)
Domain[−1, 1]
Range[0, π] or [0°, 180°]
Identityarccos(x) + arcsin(x) = π/2
Symmetryarccos(−x) = π − arccos(x)
Derivatived/dx arccos(x) = −1/√(1 − x²)
At x = 0arccos(0) = π/2 = 90°
At x = 1arccos(1) = 0
At x = −1arccos(−1) = π = 180°
Planning notes, formulas, and examples

About the Inverse Cosine (arccos) Calculator — Degrees, Radians & More

The **Inverse Cosine (arccos) Calculator** computes the angle whose cosine equals a given value. Enter any number between −1 and 1, and the tool returns the result in degrees, radians, gradians, and turns — plus a full set of related inverse trigonometric values at the same input.

The arccos function is fundamental in geometry, physics, and engineering. In geometry, it recovers an angle from a known adjacent-to-hypotenuse ratio. In physics, it finds the angle between two vectors using the dot-product formula θ = arccos(a·b / |a||b|). In computer graphics, arccos drives lighting calculations, reflection angles, and camera field-of-view computations.

This calculator goes beyond a single result. It shows all six inverse trig functions evaluated at your input, highlights which are valid (inside their domain) and which are not, and verifies the result by computing cos(arccos(x)) as a round-trip check. A visual bar tracks both the input position across [−1, 1] and the output angle across [0°, 180°].

Eight preset buttons cover the standard unit-circle values — 0°, 30°, 45°, 60°, 90°, 120°, 135°, and 180° — so you can load any textbook answer quickly. A fraction mode lets you enter exact ratios like 1/2 or −√3/2 without rounding first. Common values and domain/range reference tables provide a quick lookup for students and professionals alike.

When This Page Helps

Inverse Cosine (arccos) Calculator — Degrees, Radians & More helps you avoid repetitive setup mistakes when solving trigonometric and coordinate-geometry problems. Instead of recalculating conversions, signs, and edge cases by hand, you can test inputs immediately, inspect intermediate values, and confirm final answers before submitting work or using numbers in downstream calculations. It surfaces key outputs like Degrees, Radians, Gradians in one pass.

How to Use the Inputs

  1. Enter the required inputs (Input Mode, Value (x), Numerator).
  2. Complete the remaining fields such as Denominator, Decimal Precision.
  3. Review the output cards, especially Degrees, Radians, Gradians, Turns.
  4. Compare the result with the formula, diagram, or example values to catch sign, unit, or rounding mistakes.
Formula used
θ = arccos(x), where x ∈ [−1, 1] and θ ∈ [0, π]. In degrees: θ° = arccos(x) × 180/π. Identity: arccos(x) + arcsin(x) = π/2. Symmetry: arccos(−x) = π − arccos(x). Derivative: d/dx arccos(x) = −1/√(1 − x²).

Example Calculation

Result: 60°

Using value=0.5, unit=degrees, the calculator returns 60°. This example mirrors the calculator's live computation flow and is useful for checking manual steps and unit handling.

Tips & Best Practices

  • The domain of arccos is [−1, 1] — values outside this range produce no real result.
  • arccos(0) = 90° is a quick sanity check you can always verify.
  • Use fraction mode for exact inputs like √2/2 or √3/2 to avoid rounding.
  • arccos(x) + arcsin(x) = 90° always. If you know one, you know the other.
  • In programming, Math.acos(x) returns radians — multiply by 180/π for degrees.

What This Inverse Cosine (arccos) Calculator — Degrees, Radians & More Solves

This calculator is tailored to inverse cosine (arccos) calculator — degrees, radians & more workflows, including common input modes, unit handling, and special-case behavior. It is designed for fast checking during homework, exam preparation, technical drafting, and coding tasks where trigonometric consistency matters.

How To Interpret The Outputs

Use the primary result together with supporting outputs to verify direction, magnitude, and validity. Cross-check against known identities or geometric constraints, and confirm that angle ranges, sign conventions, and domain restrictions are satisfied before using the numbers elsewhere.

Study And Practice Strategy

A reliable way to improve is to solve once manually, then verify with the calculator and explain any mismatch. Repeat this on varied examples and edge cases. The built-in preset scenarios for quick trials, comparison tables for side-by-side validation, visual cues that make trends and quadrants easier to read help you build pattern recognition and reduce sign or conversion errors over time.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The domain is [−1, 1]. Cosine only produces values in this range, so only these values can be "reversed." Inputs outside [−1, 1] yield no real angle.