Arccos Calculator (Inverse Cosine)

Enter a cosine value between -1 and 1 into the Arccos Calculator to find the inverse cosine (arccos) of that number. You get back the angle in degrees and angle in radians instantly — perfect for trigonometry, physics, and engineering problems.

Enter any number from -1 to 1. This is the cosine ratio whose angle you want to find.

Results

Angle in Degrees

--

Angle in Radians

--

Angle in Gradians

--

Angle as Fraction of 180°

Results Table

Frequently Asked Questions

What is arccos (inverse cosine)?

Arccos, written as arccos(x) or cos⁻¹(x), is the inverse of the cosine function. It returns the angle whose cosine equals a given value. For example, arccos(0.5) = 60° because cos(60°) = 0.5. The input must be between -1 and 1, and the result falls in the range 0° to 180°.

What is the domain and range of the arccos function?

The domain of arccos(x) is [-1, 1] — you can only input values between -1 and 1 inclusive. The range (the output angles) is [0°, 180°] in degrees, or [0, π] in radians. Values outside the domain are undefined for real numbers.

How do I calculate the arccosine of a number?

To find arccos(x), use the formula: angle = arccos(x) = cos⁻¹(x). On a scientific calculator, enter the value and press the cos⁻¹ or arccos button. In programming languages, use Math.acos(x) which returns the result in radians. To convert to degrees, multiply by (180/π).

What is the difference between cos⁻¹(x) and 1/cos(x)?

These are two completely different things. cos⁻¹(x) (arccos) is the inverse cosine function that returns an angle. The notation 1/cos(x) is the reciprocal of cosine, which equals the secant function sec(x). Always interpret cos⁻¹(x) as arccos, not as a reciprocal.

How do I convert arccos results from radians to degrees?

To convert radians to degrees, multiply the radian value by (180/π ≈ 57.2958). For example, arccos(0.5) = π/3 radians × (180/π) = 60°. To go the other way, multiply degrees by (π/180) to get radians.

What are real-world applications of arccos?

Arccos is used in many fields. In physics, it calculates the angle between two vectors using the dot product formula. In construction and ergonomics, it determines angles of inclination or tilt. In computer graphics, it finds the angle of rotation. In navigation, it helps compute bearing angles.

Why is arccos(x) only defined for values between -1 and 1?

The cosine function only produces values in the range [-1, 1] for all real angles. Therefore, its inverse — arccos — can only accept inputs in that same range. If you input a value outside [-1, 1], there is no real angle whose cosine equals that value, making the result undefined in the real number system.

What is arccos(0), arccos(1), and arccos(-1)?

These are key reference values: arccos(0) = 90° (π/2 rad), arccos(1) = 0° (0 rad), and arccos(-1) = 180° (π rad). These correspond to the endpoints and midpoint of the arccos function's range and are commonly used in trigonometry problems.

More Math Tools