Inverse Cosine (Arccos) Calculator Formula

Understand the math behind the inverse cosine (arccos) calculator. Each variable explained with a worked example.

Formulas Used

Angle Rad

angle_rad = acos(val)

Angle Deg

angle_deg = acos(val) * 180 / pi

Variables

VariableDescriptionDefault
valValue (-1 to 1)0.5

How It Works

Inverse Cosine (Arccos)

Definition

arccos(x) = the angle whose cosine is x

Domain and Range

  • Domain: -1 ≤ x ≤ 1
  • Range: 0° to 180° (0 to pi radians)
  • Common Values

  • arccos(1) = 0°
  • arccos(0.5) = 60°
  • arccos(0) = 90°
  • arccos(-1) = 180°
  • Worked Example

    Find arccos(0.5).

    val = 0.5
    1. 01arccos(0.5) = pi/3 radians
    2. 02= 60 degrees
    3. 03Verification: cos(60°) = 0.5