Arccos Calculator
Calculate arccos instantly with our math tool. Shows detailed work, formulas used, and multiple solution methods. Free to use with no signup required.
Reviewed for accuracy by Manoj Kumar, Mathematics Educator
Arccos Calculator
Calculator
Adjust values & calculateEnter your values below. Every result is computed in your browser — no data is sent to any server.
Formula: arccos(x) = angle where cos(angle) = x, for x in [-1, 1]
Worked example — arccos(0.7071) = 45 degrees = pi/4 radians
Formula
arccos(x) = angle where cos(angle) = x, for x in [-1, 1]
The inverse cosine function returns the angle (in radians from 0 to pi, or degrees from 0 to 180) whose cosine equals the input value x. The input must be between -1 and 1 inclusive.
Worked Examples
Example 1: Finding an Angle from a Cosine Value
Problem:The cosine of an angle is 0.7071. Find the angle in degrees and radians.
Solution:arccos(0.7071) = 45.0004 degrees (approximately 45 degrees) In radians: 45 x pi/180 = 0.7854 radians = pi/4 0.7071 is approximately sqrt(2)/2 = 1/sqrt(2) This is the cosine of 45 degrees in a 45-45-90 triangle Verification: cos(45 degrees) = cos(pi/4) = sqrt(2)/2 = 0.7071 sin(45 degrees) = sqrt(2)/2 = 0.7071 tan(45 degrees) = 1.0000
Result:arccos(0.7071) = 45 degrees = pi/4 radians
Example 2: Angle Between Two Vectors
Problem:Find the angle between vectors A = (3, 4) and B = (1, 0).
Solution:A dot B = 3(1) + 4(0) = 3 |A| = sqrt(9 + 16) = sqrt(25) = 5 |B| = sqrt(1 + 0) = 1 cos(theta) = (A dot B) / (|A| x |B|) = 3 / (5 x 1) = 0.6 theta = arccos(0.6) = 53.1301 degrees In radians: 53.1301 x pi/180 = 0.9273 radians
Result:Angle between vectors = 53.13 degrees = 0.9273 radians
Frequently Asked Questions
What is arccos (inverse cosine)?
Arccos, also written as cos^(-1) or acos, is the inverse function of cosine. Given a value x between -1 and 1, arccos(x) returns the angle whose cosine equals x. The function is defined for inputs in the range [-1, 1] and produces output angles in the range [0, 180] degrees or [0, pi] radians. This restricted output range is called the principal value and ensures the function gives exactly one answer for each input. For example, arccos(0.5) = 60 degrees because cos(60 degrees) = 0.5. The arccos function is essential in trigonometry, physics, vector mathematics, and computer graphics for finding angles from known cosine ratios.
What is the domain and range of the arccos function?
The domain of arccos is the closed interval [-1, 1], meaning you can only take the arccos of values between -1 and 1 inclusive. Any input outside this range is undefined because cosine values never exceed 1 or go below -1. The range (output) of arccos is [0, pi] radians or equivalently [0, 180] degrees. This means arccos always returns an angle between 0 and 180 degrees. At the boundary values: arccos(1) = 0 degrees, arccos(0) = 90 degrees, and arccos(-1) = 180 degrees. The range restriction is necessary because cosine is not one-to-one over its entire domain, so the inverse must be restricted to a single period where cosine is monotonically decreasing.
How is arccos different from arcsin and arctan?
While all three are inverse trigonometric functions, they differ in their domains, ranges, and the triangles they solve. Arccos has domain [-1, 1] and range [0, pi] (0 to 180 degrees). Arcsin has domain [-1, 1] and range [-pi/2, pi/2] (-90 to 90 degrees). Arctan has domain (-infinity, infinity) and range (-pi/2, pi/2) (-90 to 90 degrees). There is a key complementary relationship: arccos(x) + arcsin(x) = pi/2 (90 degrees) for all x in [-1, 1]. This means arccos(0.5) = 60 degrees and arcsin(0.5) = 30 degrees, and they sum to 90. Arccos is particularly useful when you know the adjacent side and hypotenuse of a right triangle, while arcsin is used when you know the opposite side and hypotenuse.
What are the common arccos values to memorize?
The most important arccos values come from special angles used in trigonometry. arccos(1) = 0 degrees, arccos(sqrt(3)/2) = 30 degrees, arccos(sqrt(2)/2) = 45 degrees, arccos(1/2) = 60 degrees, arccos(0) = 90 degrees, arccos(-1/2) = 120 degrees, arccos(-sqrt(2)/2) = 135 degrees, arccos(-sqrt(3)/2) = 150 degrees, and arccos(-1) = 180 degrees. These values correspond to the special angles on the unit circle and appear constantly in mathematics, physics, and engineering. Memorizing these values helps you quickly solve trigonometric equations and verify calculator results. Notice the symmetry: arccos(-x) = 180 degrees minus arccos(x).
How is arccos used in vector mathematics?
In vector mathematics, arccos is the standard method for finding the angle between two vectors. The dot product formula states that A dot B = |A| times |B| times cos(theta), where theta is the angle between vectors A and B. Rearranging gives theta = arccos(A dot B / (|A| times |B|)). For example, if vectors A = (1, 0) and B = (1, 1), then A dot B = 1, |A| = 1, |B| = sqrt(2), so theta = arccos(1/sqrt(2)) = 45 degrees. This application is crucial in computer graphics for lighting calculations (angle between surface normal and light direction), in physics for calculating work (force dot displacement), and in machine learning for cosine similarity between feature vectors.
What is the derivative of arccos?
The derivative of arccos(x) with respect to x is -1 / sqrt(1 - x^2). Note the negative sign, which distinguishes it from the derivative of arcsin(x) which is positive: +1 / sqrt(1 - x^2). The derivative is undefined at x = -1 and x = 1 because the denominator becomes zero at these points, corresponding to the endpoints of the domain where the arccos curve has vertical tangent lines. The negative derivative confirms that arccos is a strictly decreasing function: as the input x increases from -1 to 1, the output angle decreases from 180 to 0 degrees. This derivative formula is essential in calculus for integrating expressions involving arccos and for related rates problems in physics and engineering.
How is arccos used in navigation and GPS?
Arccos plays a vital role in navigation through the spherical law of cosines, which calculates great-circle distances between two points on Earth. The formula is: d = R times arccos(sin(lat1) times sin(lat2) + cos(lat1) times cos(lat2) times cos(delta_lon)), where R is Earth radius, lat1 and lat2 are the latitudes, and delta_lon is the longitude difference. GPS systems use this formula (or its numerically stable variant, the Haversine formula) to compute distances between waypoints. Arccos is also used to determine bearing angles and course headings. The function is critical in aviation for computing flight paths, in maritime navigation for plotting courses, and in satellite communication for antenna pointing calculations.
What is the Taylor series expansion of arccos?
The Taylor series expansion of arccos(x) around x = 0 is: arccos(x) = pi/2 - x - x^3/6 - 3x^5/40 - 15x^7/336 and so on. This can be written as arccos(x) = pi/2 - arcsin(x), and since arcsin(x) = x + x^3/6 + 3x^5/40 + 15x^7/336 + ..., we simply subtract this series from pi/2. The series converges for |x| less than or equal to 1, but convergence is slow near x = -1 and x = 1. For computational purposes, most software libraries use polynomial or rational approximations (like Chebyshev polynomials) that are more efficient than the Taylor series. The CORDIC algorithm is another approach used in hardware implementations to compute arccos without multiplication.
What are the symmetry properties of arccos?
The arccos function has several important symmetry properties. The primary symmetry is: arccos(-x) = pi - arccos(x), or in degrees: arccos(-x) = 180 - arccos(x). This means the graph of arccos is symmetric about the point (0, pi/2) or (0, 90 degrees). Combined with the complementary property arccos(x) + arcsin(x) = pi/2, we can derive many useful identities. For instance, arccos(x) = pi/2 - arcsin(x) for all x in [-1, 1]. Another property relates arccos to arctan: arccos(x) = arctan(sqrt(1-x^2)/x) for x > 0. These symmetry and conversion properties allow mathematicians and engineers to switch between inverse trig functions based on which form is most convenient for a particular application.
How do computers calculate arccos internally?
Computers calculate arccos using several optimized algorithms depending on the required precision and hardware. The most common approach for software implementations uses polynomial or rational function approximations, where arccos is approximated by a carefully chosen polynomial that minimizes error over the domain [-1, 1]. The Remez algorithm is often used to find optimal polynomial coefficients. Many implementations reduce the computation to arcsin or arctan, using the identity arccos(x) = pi/2 - arcsin(x) or arccos(x) = 2 arctan(sqrt(1-x)/(1+x)). Hardware implementations often use the CORDIC (Coordinate Rotation Digital Computer) algorithm, which computes trigonometric functions using only shifts and additions. Modern processors include dedicated floating-point instructions for inverse trigonometric functions in their math coprocessors.
References
Reviewed for accuracy by Manoj Kumar, Mathematics Educator · Editorial policy
Related Calculators
🧮Annulus Area Calculator
Calculate annulus area with inputs, formulas, and instant results.
🧮Area Calculator
Calculate area with inputs, formulas, and instant results.
🧮Area of a Rectangle Calculator
Calculate the area, perimeter, and diagonal of a rectangle. Find missing sides from known area. Convert between metric and imperial area units.
🧮Area of Crescent Calculator
Calculate area of crescent with inputs, formulas, and instant results.
🧮Center of Mass Calculator
Calculate center of mass with inputs, formulas, and instant results.
🧮Centroid Calculator
Calculate centroid with inputs, formulas, and instant results.
🧮Chord Length Calculator
Calculate chord length with inputs, formulas, and instant results.
🧮Conic Sections Calculator
Calculate conic sections with inputs, formulas, and instant results.