Inverse Trig Calculator — Arcsin, Arccos, Arctan Values
Compute inverse trigonometric functions: arcsin, arccos, and arctan. Get results in degrees and radians with the principal value.
The formula
y = sin⁻¹(x) | y = cos⁻¹(x) | y = tan⁻¹(x)
- arcsin(x)
- Inverse sine (arcsine)
- arccos(x)
- Inverse cosine (arccosine)
- arctan(x)
- Inverse tangent (arctangent)
- Principal value
- Principal value
How Inverse Trig Works
y = sin⁻¹(x) | y = cos⁻¹(x) | y = tan⁻¹(x)
Inverse trigonometric functions reverse the action of the standard trigonometric functions. If y = sin(θ), then θ = arcsin(y) returns the angle whose sine is y. Because trigonometric functions are periodic and not one-to-one over their entire domain, the inverse functions are defined on restricted domains to produce a unique principal value. arcsin has domain [-1, 1] and range [-90°, 90°]; arccos has domain [-1, 1] and range [0°, 180°]; arctan has domain all real numbers and range [-90°, 90°].
- arcsin(x)
- Inverse sine (arcsine) — Returns the angle whose sine is x. Domain: [-1, 1]. Range: [-90°, 90°] (principal value).
- arccos(x)
- Inverse cosine (arccosine) — Returns the angle whose cosine is x. Domain: [-1, 1]. Range: [0°, 180°] (principal value).
- arctan(x)
- Inverse tangent (arctangent) — Returns the angle whose tangent is x. Domain: all real numbers. Range: [-90°, 90°] (principal value).
- Principal value
- Principal value — The unique angle within the restricted range that satisfies the inverse trigonometric equation. For arcsin(0.5), the principal value is 30°, not 150° (which also has sine 0.5).
How to Use
- Select the inverse trigonometric function you want to compute: arcsin (inverse sine), arccos (inverse cosine), or arctan (inverse tangent).
- Enter a numeric value. For arcsin and arccos, the value must be in the domain [-1, 1]. For arctan, any real number is accepted.
- The calculator returns the principal value in both degrees and radians. The principal value is the unique angle within the function's restricted range.
- If the input is outside the valid domain, a domain error message is shown explaining the restriction.
Quick Reference
| arcsin(0) = 0° | sin⁻¹(0) = 0° = 0 rad |
| arcsin(1) = 90° | sin⁻¹(1) = 90° = π/2 rad |
| arccos(0) = 90° | cos⁻¹(0) = 90° = π/2 rad |
| arctan(1) = 45° | tan⁻¹(1) = 45° = π/4 rad |
Common Uses
- •Solving trigonometric equations: finding unknown angles from known trigonometric ratios in geometry and physics problems
- •Calculus and integration: inverse trig functions appear as antiderivatives of rational functions involving square roots, such as ∫(1/√(1-x²))dx = arcsin(x) + C
- •Computer graphics: converting between coordinate representations, such as finding the angle of a vector from its x and y components using arctan2 (related to arctan)
- •Navigation and robotics: computing heading angles from sensor readings and determining joint angles in robotic arm kinematics using inverse kinematics equations
- •Signal processing: phase angle calculation in Fourier analysis, where the phase of a complex frequency component is found using arctan of the imaginary part over the real part
Understanding the Result
Inverse trigonometric functions, also called arcus functions or cyclometric functions, are the inverse operations of the standard trigonometric functions sine, cosine, and tangent. They answer the question: given a trigonometric ratio, what angle produces it? For example, if sin(θ) = 0.5, then θ = arcsin(0.5) = 30 degrees (π/6 radians). Because trigonometric functions are periodic — they repeat their values at regular intervals — they are not one-to-one over their full domains. A one-to-one function is required for a well-defined inverse. To resolve this, each inverse trig function is defined on a restricted domain of the original function. For sine, the restricted domain is [-90°, 90°] (or [-π/2, π/2] radians), where sine is increasing and takes all values from -1 to 1 exactly once. The inverse of this restricted sine is arcsin (also written as sin⁻¹). For cosine, the restricted domain is [0°, 180°] (or [0, π] radians), where cosine is decreasing and covers all values from 1 to -1. The inverse of this restricted cosine is arccos (cos⁻¹). For tangent, the restricted domain is (-90°, 90°) (or (-π/2, π/2) radians), where tangent is increasing and takes all real values. The inverse of this restricted tangent is arctan (tan⁻¹). These restricted ranges are called the principal values. For example, arcsin(0.5) = 30° is the principal value, even though sin(150°) = 0.5 and sin(390°) = 0.5 as well. The principal value is always the unique angle within the restricted range. The notation sin⁻¹(x) is common but potentially confusing because it resembles 1/sin(x) = csc(x). To avoid ambiguity, the arcsin notation is preferred, where "arc" means "the arc (angle) whose sine is." The inverse trig functions have important relationships. For any x in [-1, 1]: arcsin(x) + arccos(x) = 90° (or π/2 radians), because the sine of an angle equals the cosine of its complement. The derivatives of inverse trig functions are important in calculus: d/dx arcsin(x) = 1/√(1-x²), d/dx arccos(x) = -1/√(1-x²), and d/dx arctan(x) = 1/(1+x²). These derivatives appear frequently in integration problems, making inverse trig functions essential tools in calculus.
Frequently Asked Questions
- What is the difference between arcsin(x) and sin⁻¹(x)?
- They are the same function written with different notation. arcsin(x) is preferred to avoid confusion with 1/sin(x) = csc(x) (cosecant). The "arc" prefix comes from the geometric interpretation: arcsin(x) gives the arc (angle) whose sine is x. In calculators, the notation sin⁻¹(x) is common, but mathematically it means the inverse function, not the reciprocal.
- Why does arcsin have the domain [-1, 1]?
- The sine function only produces output values in the range [-1, 1]. Since the inverse function reverses the input-output relationship, arcsin can only accept inputs in [-1, 1] — these are the only values that sine can output. Any value outside this range has no real angle whose sine equals it, so arcsin is undefined there. For example, no real angle θ satisfies sin(θ) = 2.
- What does "principal value" mean for inverse trig functions?
- The principal value is the unique angle returned by the inverse trig function within its restricted range. Since trigonometric functions are periodic, there are infinitely many angles with the same sine, cosine, or tangent. For example, sin(30°) = sin(150°) = sin(390°) = 0.5. The principal value of arcsin(0.5) is 30°, which is the angle in the restricted range [-90°, 90°]. The principal value convention ensures that each inverse trig function returns exactly one unambiguous result.
- Can arcsin and arccos produce angles in degrees or radians?
- Both units are valid. The calculator returns results in both degrees and radians. In degree mode, arcsin(1) = 90° and arccos(0) = 90°. In radian mode, arcsin(1) = π/2 ≈ 1.5708 and arccos(0) = π/2. Most mathematical work uses radians because the derivative formulas are simpler in radians. For practical geometry and navigation, degrees are more intuitive.
Cite this calculator
TheCalcUniverse. "Inverse Trig Calculator — Arcsin, Arccos, Arctan Values." TheCalcUniverse, 2026, https://thecalcuniverse.com/math/inverse-trig/. Accessed July 24, 2026.
Embed this calculator on your site
You may also like
-
Trig Calculator
Calculate sine, cosine, tangent and their reciprocals for any angle. Also find angles from trig values with re…
-
Unit Circle
Explore the unit circle by entering any angle. See coordinates, trigonometric values, reference angles, and th…
-
Law of Sines
Apply the law of sines to solve triangles. Enter known side-angle pairs to find missing sides, angles, and the…
-
Law of Cosines
Solve triangles using the law of cosines. Find missing sides (SSS) or angles (SAS) with step-by-step work. Fre…