Free to Use

Arccosine Calculator

Find the inverse cosine (arccos) value for any input between -1 and 1. Get results in degrees and radians with step-by-step solutions.

/

Real-World Arccosine Examples

🏗️ Finding the Angle of a Ladder

A ladder of length 5 meters reaches a wall with its base 2.5 meters from the wall.

Formula: θ = arccos(adjacent / hypotenuse) = arccos(2.5/5)

arccos(0.5) ≈ 60°

Arccos gives the angle from the adjacent side and hypotenuse, useful when the base distance and ladder length are known.

📐 Calculating the Angle of a Roof Rafter

A roof has a horizontal span of 6 meters and a rafter length (hypotenuse) of 7.21 meters.

Formula: θ = arccos(span / rafter) = arccos(6/7.21)

arccos(0.832) ≈ 33.69°

The roof pitch angle can be found using the horizontal run and the rafter length with the arccosine function.

🎯 Projectile Motion Range

A projectile is launched at a speed of 50 m/s and reaches a horizontal range of 220.6 meters.

Formula: θ = (1/2) × arccos(gR/v²) where g = 9.81, R = range, v = velocity

arccos(0.866) ≈ 30.00°

Arccos is used in physics to determine launch angles from range and initial velocity.

📡 Signal Angle of Elevation

A radio tower is 50 meters tall. The horizontal distance from the observer to the tower is 100 meters, and the line-of-sight distance is 111.8 meters.

Formula: θ = arccos(adjacent / hypotenuse) = arccos(100/111.8)

arccos(0.8944) ≈ 26.57°

Arccos calculates the elevation angle when the horizontal distance and slant distance are known.

Understanding the Arccosine Function

The arccosine function (arccos or cos⁻¹) is the inverse of the cosine function. For a given value x, arccos(x) returns the angle θ whose cosine is x. In a right triangle, this is the angle whose adjacent/hypotenuse ratio equals the input value.

Arccosine Definition

arccos(x) = θ where cos(θ) = x
Arccosine returns the angle whose cosine value equals x.
arccos(adjacent / hypotenuse) = θ
In a right triangle, arccosine gives the angle from the adjacent side and hypotenuse.

Key Arccosine Values

arccos(1) = 0°  |  arccos(√3/2) = 30° = π/6  |  arccos(√2/2) = 45° = π/4
These key values are the foundation of inverse trigonometry.
arccos(0.5) = 60° = π/3  |  arccos(0) = 90° = π/2
Arccos(0) = 90°, meaning the cosine of 90° is 0.

Related Functions

sin(θ) = √(1 - cos²(θ))  |  sec(θ) = 1 / cos(θ)
Sine relates to cosine via the Pythagorean identity. Secant is the reciprocal of cosine.
arcsin(x) + arccos(x) = π/2
Arcsine and arccosine are complementary functions that sum to 90°.

How to Calculate Arccosine Step by Step

1
Identify the ratio: Determine the x value (cosine ratio) or the adjacent/hypotenuse sides
2
Understand the range: arccos(x) is defined only for x in [-1, 1] and returns values in [0, π] (0° to 180°)
3
Apply the arccos function: Use the inverse cosine to find the angle θ = arccos(x)
4
Convert to desired units: Convert radians to degrees (× 180/π)
5
Calculate sin(θ): Find the sine using the Pythagorean identity: sin(θ) = √(1 - x²)

Arccosine Range & Behavior

📐 Range: [0°, 180°]

arccos(x) returns an angle between 0° and 180° (inclusive). For x > 0, the angle is in Quadrant I. For x < 0, the angle is in Quadrant II.

🔄 Decreasing Function

As x increases from -1 to 1, arccos(x) decreases from 180° to 0°. The function is strictly decreasing.

⬆️ Domain Restriction

arccos(x) is only defined for x in [-1, 1]. Values outside this range are not valid for real-number arccosine, since cosine values always lie within [-1, 1].

📊 Complementary to Arcsin

For any x in [-1, 1], arccos(x) + arcsin(x) = 90° (π/2). This relationship is fundamental in trigonometry.

📐
Degrees & Radians
View arccos results in both degrees and radians simultaneously. Understand angles in the unit system best for your work.
🔄
Ratio or Direct Input
Enter a cosine value directly as x, or input the adjacent/hypotenuse sides as a ratio for greater flexibility.
🎯
Step-by-Step Solutions
See the complete calculation broken down step by step, from input to angle conversion to sine.
🧮
Related Functions
Along with the angle, get the sine value (sin θ) and understand the relationship between cosine and its cofunction.

What is the Arccosine Function?

The arccosine function (abbreviated arccos, cos⁻¹, or acos) is the inverse of the cosine function. While the cosine function takes an angle and returns a ratio, the arccosine function takes a ratio and returns the corresponding angle. It answers the question: "What angle θ has a cosine equal to x?"

In a right triangle, the cosine of an angle θ is the ratio of the adjacent side to the hypotenuse: cos(θ) = adjacent/hypotenuse. Therefore, arccos(adjacent/hypotenuse) = θ. This makes arccosine essential for determining angles when you know the side lengths of a triangle, particularly when you have the adjacent side and the hypotenuse.

The arccosine function has a domain of [-1, 1] and a range of [0, π] radians (or 0° to 180°). Any cosine value must fall within [-1, 1], and the arccosine will always return a principal value within this range. Unlike arcsine which is odd, arccosine is a decreasing function — as x increases, arccos(x) decreases.

Where Arccosine Appears in the Real World

How to Calculate Arccosine Values

Calculating arccosine values can be done in several ways. The most direct method is using the inverse trigonometric functions available on scientific calculators or in programming languages (acos, Math.acos, or arccos). For common values, the arccosine can be derived from known cosine ratios.

Method 1 — Direct Calculation: Enter the cosine value x (must be between -1 and 1) into a calculator and press the cos⁻¹ or arccos function. For example, arccos(0.5) = 60° because cos(60°) = 0.5.

Method 2 — Ratio Method: If you know the adjacent side and hypotenuse of a right triangle, divide the adjacent by the hypotenuse to get x, then apply the arccos function. For example, a ladder with its base 1 meter from the wall and a length of 2 meters has an angle of arccos(1/2) = arccos(0.5) = 60°.

Method 3 — Special Values: For the common angles (0°, 30°, 45°, 60°, 90°), the cosine values are exact: cos(0°) = 1, cos(30°) = √3/2 ≈ 0.8660, cos(45°) = √2/2 ≈ 0.7071, cos(60°) = 0.5, cos(90°) = 0. The arccosine of these values gives the corresponding angle.

Common Arccosine Values

These exact values are the building blocks of inverse trigonometry:

Applications of Arccosine in Daily Life

The arccosine function may seem like a purely mathematical concept, but it has numerous practical applications that affect our everyday lives. Understanding arccosine helps in fields ranging from construction to robotics, from navigation to game development.

🏗️ Ladder & Ramp Safety

Safety guidelines recommend specific angles for ladders and ramps. When you measure the base distance and the ladder/ramp length, arccosine converts these measurements into the angle of incline.

🎯 Sports & Ballistics

In sports analytics, arccosine helps calculate launch angles for projectiles. When you know the horizontal range and launch speed, arccosine determines the optimum angle for maximum distance.

🎮 Video Games

In game development, arccosine is used in 3D environments for calculating horizontal camera angles, field-of-view adjustments, and character aiming mechanics involving azimuth.

✈️ Aviation & Navigation

Pilots use arccosine to calculate drift angles and bearing corrections. Given the groundspeed and airspeed vectors, arccosine provides the angle needed to correct course.

Frequently Asked Questions

What is the difference between arccos and cos?
Cosine (cos) takes an angle as input and returns a ratio (adjacent/hypotenuse). Arccosine (arccos or cos⁻¹) does the inverse: it takes a ratio as input and returns the corresponding angle. For example, cos(60°) = 0.5, and arccos(0.5) = 60°. They are inverse functions: arccos(cos(θ)) = θ (within the principal range) and cos(arccos(x)) = x.
What is the domain and range of the arccosine function?
The arccosine function has a domain of [-1, 1] — you can only take the arccosine of values between -1 and 1 inclusive. Its range is [0, π] in radians, or [0°, 180°] in degrees. This is the principal value range. Unlike arcsine which ranges from -90° to 90°, arccosine ranges from 0° to 180° because cosine is positive in Quadrant I and negative in Quadrant II, giving angles up to 180°.
How do I convert arccos radians to degrees?
To convert radians to degrees, multiply the radian value by 180/π. For example, arccos(0.5) = π/3 ≈ 1.0472 radians. To convert: 1.0472 × 180/π = 60°. To convert degrees to radians, multiply by π/180. Most scientific calculators have a mode switch to return results in either degrees or radians.
Why is arccos only defined for values between -1 and 1?
The arccosine function is only defined for inputs in the range [-1, 1] because the cosine function itself only produces outputs (ratios) in this range. In a right triangle, the adjacent side can never be longer than the hypotenuse (since the hypotenuse is the longest side), so the ratio adjacent/hypotenuse is always between -1 and 1. If you try to calculate arccos of a value outside this range, there is no real angle whose cosine equals that value.
What is the relationship between arccos and arcsin?
Arccos and arcsin are complementary functions: arccos(x) + arcsin(x) = π/2 (or 90°). This follows from the cofunction identity cos(θ) = sin(π/2 - θ). So if you know the arccosine of a value, you can immediately find the arcsine by subtracting from 90°. For example, arccos(0.5) = 60°, so arcsin(0.5) = 90° - 60° = 30°.
Why does arccos return angles between 0° and 180° while arcsin returns between -90° and 90°?
The ranges differ because of how each function is defined to be one-to-one (invertible). Cosine is one-to-one on [0°, 180°] (where it goes from 1 to -1), while sine is one-to-one on [-90°, 90°] (where it goes from -1 to 1). This means arccos always returns an angle in Quadrant I or II (0° to 180°), while arcsin returns an angle in Quadrant I or IV (-90° to 90°). This is why arccos(0.5) = 60° (not -60° or 300°).

⚠️ Important Note: This Arccosine Calculator is for educational and informational purposes only. While every effort has been made to ensure accuracy, results should be verified independently for critical applications such as engineering, construction, navigation, or medical devices. Always consult a qualified professional for decisions involving trigonometric calculations in high-stakes contexts.