Cos 1 Calculator - Cos Inverse in Degrees or Radians

Use this cos 1 calculator to invert any cosine value between -1 and 1 and read the principal angle in degrees, radians, or pi form, with a built-in cosine check.

Updated: June 16, 2026 • Free Tool

Cos 1 Calculator

Cos inverse is only defined for cosine values in the closed interval [-1, 1].

Results

Angle in degrees
0°
Angle in radians 0rad
Angle as multiple of pi 0
Cosine check (cos of angle) 0

What Is a Cos 1 Calculator?

A cos 1 calculator inverts the cosine function for any value you enter between -1 and 1 and returns the principal angle whose cosine equals that value, always in the range 0 to 180 degrees. Students and engineers reach for it whenever a problem hands them a cosine ratio and asks for the angle itself, whether the source is a triangle, a vector dot product, or a phase shift in a signal.

  • Solving triangle problems: Find the angle of a triangle from the adjacent-side over hypotenuse ratio without pulling out a trig table or a calculator's secondary key.
  • Vector and dot-product work: Recover the angle between two vectors when the dot product and the magnitudes are known, which is a common step in physics and graphics code.
  • Checking inverse-cosine identities: Confirm textbook identities such as cos inverse of 0.5 equals 60 degrees or cos inverse of 0 equals 90 degrees while working through precalculus or calculus homework.
  • Phase and oscillation analysis: Translate a measured cosine component back into the phase angle of a periodic signal in electrical engineering and signal processing.

The cos 1 notation is also written as arccos or as cos to the power of negative one, and that notation is easy to misread. The tool makes it clear that you are inverting cosine, not dividing by it. That distinction matters because 1 divided by cos x is the secant function, which behaves very differently from cos inverse.

Most classroom work uses the principal branch, which returns an angle between 0 and pi radians. Same-cosine angles come from the reflex 360 - theta. The supplementary 180 - theta has the opposite cosine sign, because cos(180 - theta) equals -cos(theta), so it is a different value.

When the problem gives you an angle and asks for the cosine, the Cos Calculator runs the same math in the opposite direction and returns cos, sin, and the unit-circle point from a single input.

How This Cos 1 Calculator Works

The tool reads your cosine value, checks that it lies in the closed interval from -1 to 1, and applies the inverse cosine function to return the principal angle. The same calculation is then converted into degrees, radians, and a multiple of pi so that you can read the result in whatever unit the surrounding problem uses.

cos^-1(x) = theta, cos(theta) = x, theta in [0, pi]
  • x: The cosine value you enter. Must satisfy -1 <= x <= 1.
  • theta: The principal cos inverse result, an angle in radians by default. Always lies between 0 and pi radians (0 and 180 degrees).

Behind the scenes, the calculator relies on the principal branch of the inverse cosine. Mathematically, cos inverse is the unique angle theta in [0, pi] that satisfies cos(theta) = x, which is what lets the tool give one clear answer for every valid input.

After computing the principal angle, the calculator also recomputes cos(theta) as a cosine check. That step is a quick way to catch typos: if the cosine check does not match what you typed, the input was probably outside the domain or rounded aggressively.

Worked example: cos 1 of 0.5

x = 0.5, with the result requested in degrees

theta = cos^-1(0.5) = pi/3 radians because cos(pi/3) = 1/2. Converting pi/3 radians to degrees gives (pi/3) * (180/pi) = 60 degrees.

60 degrees (pi/3 radians, 0.3333... pi)

A cosine value of 0.5 corresponds to a 60-degree angle, which is the standard 30-60-90 reference angle from right-triangle geometry.

According to Wikipedia: Inverse trigonometric functions, the principal value of cos inverse is defined on [-1, 1] and returns an angle in the range [0, pi] radians.

If you are more comfortable with the arccos name than the cos 1 notation, the Arccos Calculator uses the same principal-branch formula and reports the same principal angle in degrees, radians, and pi form.

Key Concepts Explained

These four concepts come up every time you work with cos inverse, and they are the building blocks for understanding what the tool is showing you.

Principal branch

Cos inverse uses the principal branch, which restricts the output to [0, pi] radians. Without that restriction, a single cosine value would correspond to infinitely many angles and cos inverse would not be a function.

Domain [-1, 1]

Cosine only ever produces values between -1 and 1, so cos inverse can only accept inputs in that closed interval. Anything outside the domain is undefined and the calculator surfaces it as a validation error.

Inverse relationship

Cos inverse and cosine undo each other. Applying cos inverse to a cosine value gives the original angle, and applying cosine to a cos inverse result returns the original cosine value within floating-point precision.

Reference angles

Many cos inverse problems involve reference values such as 0, 0.5, sqrt(2)/2, sqrt(3)/2, and 1. Memorising the matching angles (90, 60, 45, 30, and 0 degrees) makes the calculator output much easier to read.

The principal-branch convention is why cos inverse of 0.5 returns 60 degrees, not 300. Both share cosine 0.5, but only 60 is principal; 300 is the reflex. The supplementary 120 degrees has cosine -0.5, not 0.5, because cos(180 - theta) flips the sign.

If you frequently switch between reference angles and cos inverse values, keeping a small table of the most common pairs handy makes the tool feel like a confirmation tool rather than a black box.

If you are moving between degrees, radians, and gradians while you work through reference angles, the Angle Converter is the fastest way to keep the units consistent.

How to Use This Cos 1 Calculator

Working through the steps only takes a few seconds. Enter the cosine value, read the principal angle in the unit your problem needs, and use the cosine check to confirm the inverse relationship.

  1. 1 Enter the cosine value: Type the cosine value in the input box. The value must be between -1 and 1, including the endpoints.
  2. 2 Read the principal angle: The angle in degrees, radians, and as a multiple of pi all appear in the results panel as soon as the input is valid.
  3. 3 Verify with the cosine check: Compare the cosine check in the results panel with the value you entered. The two numbers should match within floating-point precision.
  4. 4 Convert units if you need to: Use the result in the unit that matches the rest of your work, or copy the pi-form value to plug it into formulas that prefer exact multiples of pi.
  5. 5 Watch for domain errors: If the input is outside [-1, 1] or left blank, the calculator replaces the result with a domain error explaining what range cos inverse accepts.

Suppose a right triangle has an adjacent side of 3 and a hypotenuse of 5, so the cosine of the angle is 3 / 5 = 0.6. Enter 0.6 in the input box, read 53.1301 degrees (about 0.9273 radians, 0.2952 pi), and verify the cosine check back to 0.6. The tool turns a side ratio into the missing angle without manual trig table work.

When the principal cos 1 result is in radians and the rest of your work is in degrees, the Radians to Degrees Calculator handles the conversion in both directions without changing the angle.

Benefits of Using This Cos 1 Calculator

A cos inverse tool that returns all three angle units plus a cosine check saves time on homework, design work, and code reviews.

  • Three output units at once: See the principal angle in degrees, radians, and as a multiple of pi without doing the conversion yourself.
  • Built-in cosine check: The cosine check recomputes cos of the returned angle so you can confirm the inverse relationship and catch input errors immediately.
  • Domain validation: The calculator flags inputs outside [-1, 1] with a clear message instead of returning a confusing NaN.
  • Reference value friendly: Common inputs like 0, 0.5, sqrt(2)/2, and 1 return exact or near-exact values that line up with textbook reference angles.
  • Compact reference for related trig: The page links to the cos calculator, the radians-to-degrees converter, and the angle converter so the surrounding geometry stays in one place.

The biggest practical win is that the calculator keeps you from manually re-doing the same conversion three times. Reading degrees, radians, and pi form side by side also helps when you encounter cos inverse in larger formulas.

When the cosine value comes from a real right triangle, the Right Triangle Calculator lets you cross-check the cos 1 angle against the other sides and the remaining angles of the triangle.

Factors That Affect Your Results

A handful of factors control what this tool can give you. Knowing them up front prevents the most common mistakes, especially when a value is almost at the edge of the domain.

Input must stay in [-1, 1]

Any value strictly greater than 1 or strictly less than -1 has no real cos inverse result. The calculator surfaces this as a domain error and asks for a new value.

Floating-point rounding near the boundary

Values like 1.0000000001 can come from intermediate dot product or normalization calculations. The calculator rejects any value outside [-1, 1] with a domain error rather than silently clamping it, so a stray overshoot surfaces as a clear message. Round the cosine to the domain in your own code first.

Principal branch only

Cos inverse always returns the angle in [0, pi]. For the reflex angle (300 degrees instead of 60 degrees, which sums with 60 to make 360 degrees), subtract the principal angle from 360 degrees or 2 pi. The supplementary 120 degrees has cosine -0.5, not 0.5, because cos(180 - theta) equals -cos(theta), so it is not another principal value.

Sign of the cosine value

Negative cosine values map to obtuse angles (between 90 and 180 degrees). Positive values map to acute angles (between 0 and 90 degrees), and zero maps exactly to 90 degrees.

Unit selection

Degrees and radians are just rescaled versions of the same angle, but the surrounding problem usually expects one specific unit. Mixing them is the most common source of off-by-factor errors in homework and code.

  • The calculator returns the principal real angle. It does not compute complex-valued cos inverse for inputs outside [-1, 1] because that is rarely what classroom or applied problems need.
  • Floating-point arithmetic means the cosine check is only equal to the input to roughly 15 significant digits. Treat the cosine check as a sanity check, not an equality test.

If you ever need the supplementary angle of a cos inverse result, compute 180 - angleDegrees (in degrees) or pi - angleRadians (in radians). The supplementary angle to 60 degrees is 180 - 60 = 120 degrees, but cos(120 degrees) equals -0.5 because the cosine of a supplementary angle flips sign. To reach a same-cosine angle, use the reflex 360 - theta instead.

According to Wolfram MathWorld: Inverse Cosine, cos inverse is the inverse of the cosine function restricted to the principal branch [0, pi] and is also written as cos to the power of negative one.

Because cos inverse and arc length both rely on the same central-angle measurement, you can confirm the result with the Arc Length Calculator once you know the radius and the angle you just computed.

Cos 1 calculator input box for a cosine value between -1 and 1, with degrees, radians, and pi form result panel
Cos 1 calculator input box for a cosine value between -1 and 1, with degrees, radians, and pi form result panel

Frequently Asked Questions

Q: What is cos 1?

A: Cos 1, also written cos^-1 or cos inverse, is the inverse of the cosine function. Given a cosine value between -1 and 1, cos 1 returns the principal angle whose cosine equals that value, always in the range 0 to pi radians (0 to 180 degrees).

Q: How do I calculate cos 1 by hand?

A: Look up a cosine table or use a reference triangle to find the angle whose cosine matches your value. For common inputs such as 0, 0.5, sqrt(2)/2, sqrt(3)/2, and 1, the principal cos 1 results are 90, 60, 45, 30, and 0 degrees respectively.

Q: What is the range of cos 1?

A: The principal range of cos 1 is [0, pi] radians, or [0, 180] degrees. Every valid cosine input maps to one angle in that interval, which is what makes cos inverse a well-defined function.

Q: Is cos 1 the same as 1 over cos?

A: No. Cos 1 is the inverse of cosine, not its reciprocal. The reciprocal of cosine is the secant function, written sec(x) = 1 / cos(x), which behaves very differently from cos inverse.

Q: What is cos 1 of 0?

A: Cos 1 of 0 is pi/2 radians, or exactly 90 degrees, because cos(pi/2) = 0. The calculator returns that value along with the same angle expressed in degrees and as a multiple of pi.

Q: Why does cos 1 only accept values between -1 and 1?

A: Cosine is bounded between -1 and 1, so the inverse can only undo cosine on that same interval. The calculator returns a domain error for any input outside [-1, 1] to keep the answer mathematically valid.