...

Math Calculators › Trigonometry

Inverse Trigonometry Calculator

Enter a trig ratio and get the exact angle back — arcsin, arccos, arctan, arccsc, arcsec, and arccot, all in one place, with results in degrees, radians, and degrees‑minutes‑seconds instantly.

Valid domain for arcsin: −1 ≤ x ≤ 1

Please enter a value within the valid domain for this function.
Degrees
30°
Radians
0.5236
DMS
30° 0′ 0″

Unit circle view: the blue point marks where your angle lands on the unit circle, so you can instantly see which quadrant the result falls in and how it relates to the reference angle.

What Is Inverse Trigonometry?

Regular trigonometric functions take an angle and return a ratio. Inverse trigonometric functions do the reverse — they take a ratio (a plain number) and return the angle that produced it. If sin(30°) = 0.5, then arcsin(0.5) = 30°. That single idea is the entire foundation of inverse trig, and it’s the exact calculation this tool performs for all six trig ratios: sine, cosine, tangent, cosecant, secant, and cotangent.

Written mathematically, the six inverse functions are:

  • arcsin(x) or sin⁻¹(x) — the angle whose sine is x
  • arccos(x) or cos⁻¹(x) — the angle whose cosine is x
  • arctan(x) or tan⁻¹(x) — the angle whose tangent is x
  • arccsc(x) or csc⁻¹(x) — the angle whose cosecant is x
  • arcsec(x) or sec⁻¹(x) — the angle whose secant is x
  • arccot(x) or cot⁻¹(x) — the angle whose cotangent is x

Most calculators online stop at the first three. This one covers all six, because arccsc, arcsec, and arccot show up constantly in calculus, physics, and engineering coursework, and hunting for a separate tool for each one wastes time you don’t need to lose.

Domain and Range of Each Inverse Function

Not every input works for every function. Sine and cosine only ever output values between −1 and 1, so their inverses can only accept inputs in that same window. Tangent and cotangent are unbounded, so their inverses accept any real number. Cosecant and secant never fall strictly between −1 and 1, so their inverses reject that middle zone entirely. The table below is the reference sheet most students end up screenshotting:

FunctionDomain (valid inputs)Principal Range (output)
arcsin(x)−1 ≤ x ≤ 1−90° to 90°
arccos(x)−1 ≤ x ≤ 10° to 180°
arctan(x)all real numbers−90° to 90° (exclusive)
arccsc(x)x ≤ −1 or x ≥ 1−90° to 90°, excluding 0°
arcsec(x)x ≤ −1 or x ≥ 10° to 180°, excluding 90°
arccot(x)all real numbers0° to 180°

These ranges exist because trig functions repeat forever — sin(30°) and sin(150°) are both 0.5. To keep the inverse a true function (one output per input), mathematicians restrict each one to a single “principal branch.” That’s why this calculator always returns one specific angle rather than the infinite family of angles that technically share the same ratio, and why the results above match the standard convention used in textbooks, graphing calculators, and spreadsheet software alike.

How to Use This Calculator

  1. Pick the inverse function you need — arcsin, arccos, arctan, arccsc, arcsec, or arccot.
  2. Type your ratio into the value field (decimals like 0.707 or whole numbers like 2 both work).
  3. Click Calculate.
  4. Read the angle in degrees, radians, and degrees‑minutes‑seconds (DMS) at once — no unit switching required.
  5. Check the unit circle diagram to see exactly where that angle sits and which quadrant it belongs to.

If you enter a value outside a function’s valid domain — say 2 for arcsin — the calculator flags it immediately instead of silently returning a wrong or blank answer, which is a common frustration with simpler tools.

Worked Examples

FunctionInputDegreesRadians
arcsin0.530°0.5236
arccos0.86630°0.5236
arctan145°0.7854
arctan−1−45°−0.7854
arccsc230°0.5236
arcsec260°1.0472
arccot145°0.7854

Inverse Trig vs. Reciprocal Trig — The Mix-Up Almost Everyone Makes

The single most common error with this topic is confusing an inverse function with a reciprocal. They look similar in notation but mean completely different things:

ExpressionWhat It Actually Means
sin⁻¹(x)The angle whose sine is x (inverse function)
1 / sin(x)The cosecant of x (reciprocal — a ratio, not an angle)
cos⁻¹(x)The angle whose cosine is x (inverse function)
1 / cos(x)The secant of x (reciprocal — a ratio, not an angle)

The superscript “−1” after a trig function name is a special notational convention reserved for inverse functions — it does not mean “raise to the power of −1” the way it does everywhere else in algebra. This calculator only ever computes the true inverse function, never the reciprocal.

Degrees, Radians, and DMS — Why All Three Matter

Degrees are the most intuitive unit for everyday geometry — a right angle is simply 90°. Radians are the unit calculus and physics run on, because they make derivative and integral formulas for trig functions dramatically simpler. Degrees‑minutes‑seconds (DMS) format, where each degree splits into 60 minutes and each minute into 60 seconds, is still the standard in navigation, surveying, and astronomy. Rather than forcing you to convert manually or open a second calculator, this tool computes all three simultaneously from a single input.

Real-World Applications of Inverse Trigonometry

📐 Engineering & Construction

Ramps, roof pitches, staircases, and support beams are all specified with an angle, but the numbers a builder actually measures on site are lengths — rise and run, height and base. Arctangent converts that rise‑over‑run ratio straight into the angle a code inspector or architect needs.

🎮 Game Development & Robotics

When a game character needs to face a target, or a robotic arm needs to rotate toward a point, the engine computes a direction vector and then calls arctan2 (a two‑argument variant of arctan) to turn that vector into a rotation angle. Nearly every physics engine and pathfinding library leans on this same operation under the hood.

📊 Physics & Signal Processing

Pendulum motion, wave phase shifts, AC circuit analysis, and projectile launch angles all require solving for an angle given a known ratio of forces, voltages, or displacements — which is exactly what arcsin, arccos, and arctan are built for.

🧭 Navigation & Surveying

Bearings and headings are frequently reconstructed from GPS coordinate differences using arctan, then reported in the DMS format that this calculator outputs directly.

🎓 Exams & Coursework

Inverse trig functions are a fixture of Class 11–12 trigonometry, pre‑calculus, and competitive entrance exams such as JEE and SAT Subject Tests, where students are routinely asked to find unknown triangle angles or evaluate composite expressions like sin(arccos(x)).

Inverse Trig in Calculus: A Quick Note on Derivatives

Once you move into calculus, inverse trig functions gain compact derivative formulas that are worth having memorized alongside this calculator’s numeric output:

FunctionDerivative
arcsin(x)1 / √(1 − x²)
arccos(x)−1 / √(1 − x²)
arctan(x)1 / (1 + x²)

These formulas are what make inverse trig functions so useful for integration problems involving square roots of quadratics — a topic that shows up repeatedly in second-semester calculus.

Common Mistakes to Avoid

  • Entering a value outside the domain. arcsin and arccos only accept numbers from −1 to 1 — anything else has no real solution.
  • Mixing up degrees and radians on a physical calculator. The same input produces a wildly different-looking number depending on the mode, even though it’s the same angle.
  • Assuming the inverse always matches the “obvious” angle. Because of the principal range restriction, arcsin never returns an angle outside −90° to 90°, even if a larger angle also technically has the same sine.
  • Confusing sin⁻¹(x) with 1/sin(x). As covered above, these are unrelated operations that happen to share similar-looking notation.

Frequently Asked Questions

No. arcsin and arccos only accept inputs between −1 and 1 inclusive, since sine and cosine never produce a value outside that range. arctan and arccot, on the other hand, accept any real number.

arcsin(x) returns an angle — it’s the inverse function. 1/sin(x) returns a ratio and is actually the cosecant of x. They are entirely different operations that happen to look similar in notation.

Sine repeats the same value at infinitely many angles, so mathematicians restrict the inverse function to one “principal branch” so it returns exactly one answer per input. For arcsin, that branch is −90° to 90°.

Arctan converts a rise-over-run or opposite-over-adjacent ratio into an angle, which is why it shows up constantly in construction slopes, navigation bearings, and game-development rotation logic.

Yes. Unlike most free inverse trig calculators that stop at arcsin, arccos, and arctan, this tool also computes arccosecant, arcsecant, and arccotangent, each with its own domain check.

DMS stands for degrees-minutes-seconds, where each degree is split into 60 minutes and each minute into 60 seconds. It’s the standard format used in surveying, navigation, and astronomy, and this calculator generates it automatically alongside decimal degrees and radians.

Yes, the calculator is fully responsive and works smoothly on phones, tablets, and desktops.

Yes — it’s 100% free, with no sign-up, no login, and no usage limits.

Absolutely. If you know two sides of a right triangle, divide them into the correct ratio and use the matching inverse function to instantly find the missing angle.

A negative input to arcsin, arctan, or arccot naturally produces a negative angle, since those functions’ principal ranges extend below zero. It’s not an error — it simply reflects the direction of the angle on the unit circle.

Final Thoughts

Inverse trigonometry is one of those topics that feels abstract until you actually need it — then it’s suddenly everywhere, from a homework triangle to a line of code rotating a sprite on screen. This calculator handles all six inverse functions, checks your input against the correct domain automatically, and hands back the angle in every format you’re likely to need, so you can stop juggling formula sheets and get the number you came for.

Related Math & Trigonometry Calculators

Scroll to Top
Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.