Inverse Trigonometric Ratios - Definition & Examples

#Trigonometry
TL;DR
Inverse trigonometric ratios run the ordinary ratios backwards: you give them a ratio of sides and they return the angle that produced it. Written $\sin^{-1}$, $\cos^{-1}$, $\tan^{-1}$ (or arcsin, arccos, arctan), they answer "what angle has this sine?" This article defines all six, gives their domain and range, untangles the inverse-versus-reciprocal trap, and works six examples.
BT
Bhanzu TeamLast updated on July 15, 20267 min read

What Are Inverse Trigonometric Ratios?

Inverse trigonometric ratios are the operations that recover an angle from a known trigonometric ratio. If $\sin\theta = \frac{1}{2}$, then the inverse sine undoes the sine to give $\theta$: $\sin^{-1}\left(\frac{1}{2}\right) = 30°$. There are six, one for each ordinary ratio:

$$\sin^{-1}x \ (\arcsin x), \quad \cos^{-1}x \ (\arccos x), \quad \tan^{-1}x \ (\arctan x)$$

$$\csc^{-1}x, \quad \sec^{-1}x, \quad \cot^{-1}x$$

The "arc" name comes from the unit circle: the inverse hands back the arc (the angle) that wraps to a given coordinate. One warning belongs right at the top, before any example uses the notation: the $-1$ in $\sin^{-1}x$ marks an inverse function, not an exponent. It does not mean $\frac{1}{\sin x}$.

The reciprocal of sine is cosecant, a completely different thing. This single point of confusion is covered in full below — but flagging it now saves a reader from misreading every formula that follows.

Domain And Range Of The Inverse Trigonometric Ratios

Because the ordinary ratios repeat, many angles share the same value — so each inverse is restricted to one stretch of angles where it is single-valued. That restricted output stretch is its range (also called the principal-value branch); the allowed inputs form its domain.

Inverse ratio

Domain (input $x$)

Range (output angle)

$\sin^{-1}x$

$-1 \le x \le 1$

$\left[-\frac{\pi}{2},\ \frac{\pi}{2}\right]$

$\cos^{-1}x$

$-1 \le x \le 1$

$[0,\ \pi]$

$\tan^{-1}x$

all real $x$

$\left(-\frac{\pi}{2},\ \frac{\pi}{2}\right)$

$\csc^{-1}x$

$\lvert x \rvert \ge 1$

$\left[-\frac{\pi}{2},\ \frac{\pi}{2}\right],\ \theta \ne 0$

$\sec^{-1}x$

$\lvert x \rvert \ge 1$

$[0,\ \pi],\ \theta \ne \frac{\pi}{2}$

$\cot^{-1}x$

all real $x$

$(0,\ \pi)$

Two things to read off this table:

  • Sine and cosine inputs are capped at $\pm 1$. Since no real angle has a sine above $1$, asking for $\sin^{-1}(2)$ has no answer — it's outside the domain.

  • Tangent accepts any input. Because tangent ranges over all real numbers, $\tan^{-1}x$ is defined for every $x$.

The angle the inverse returns from its range is the principal value — the single official answer covered in depth in principal value of trigonometric functions.

Inverse Versus Reciprocal — The Trap That Costs The Most Marks

Is $\sin^{-1}x$ the same as $\frac{1}{\sin x}$? No — and confusing them is the single biggest error in this topic. They are different operations that happen to share a misleading notation:

  • Inverse: $\sin^{-1}x$ (arcsin) takes a ratio and returns an angle. $\sin^{-1}\left(\frac{1}{2}\right) = \frac{\pi}{6}$.

  • Reciprocal: $\frac{1}{\sin x}$ is the cosecant, $\csc x$ — it takes an angle and returns a flipped ratio. If $\sin\frac{\pi}{6} = \frac{1}{2}$, then $\csc\frac{\pi}{6} = 2$.

The $-1$ superscript means "inverse function" here, the same way $f^{-1}(x)$ means the inverse of $f$. It is not the exponent $-1$. When you genuinely want the reciprocal, write $(\sin x)^{-1}$ or, better, $\csc x$ — never $\sin^{-1}x$. Hold this distinction and the rest of the topic is straightforward.

Examples Of Inverse Trigonometric Ratios

Example 1

Find $\sin^{-1}\left(\frac{1}{2}\right)$.

Ask: what angle in the range $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$ has a sine of $\frac{1}{2}$?

$$\sin\frac{\pi}{6} = \frac{1}{2} \Rightarrow \sin^{-1}\left(\frac{1}{2}\right) = \frac{\pi}{6}$$

Final answer: $\frac{\pi}{6}$ (that is, $30°$).

Example 2

A right triangle has an opposite side of $3$ and a hypotenuse of $6$. Find the angle. A common first instinct is to compute $\sin\left(\frac{3}{6}\right) = \sin(0.5)$ on a calculator and report that decimal as the angle.

That runs the machine the wrong way. $\sin(0.5)$ takes an angle of $0.5$ and gives a ratio — but here $\frac{3}{6}$ is already the ratio, and we want the angle. We need the inverse, not the forward sine.

Run it correctly:

$$\sin\theta = \frac{\text{opposite}}{\text{hypotenuse}} = \frac{3}{6} = \frac{1}{2}$$

$$\theta = \sin^{-1}\left(\frac{1}{2}\right) = \frac{\pi}{6} = 30°$$

Final answer: $30°$.

Example 3

Find $\cos^{-1}\left(\frac{\sqrt{3}}{2}\right)$.

What angle in $[0, \pi]$ has cosine $\frac{\sqrt{3}}{2}$?

$$\cos\frac{\pi}{6} = \frac{\sqrt{3}}{2} \Rightarrow \cos^{-1}\left(\frac{\sqrt{3}}{2}\right) = \frac{\pi}{6}$$

Final answer: $\frac{\pi}{6}$.

Example 4

A ramp rises $5$ m over a horizontal run of $5$ m. What angle does it make with the ground?

Opposite and adjacent are both known, so use the inverse tangent.

$$\tan\theta = \frac{\text{opposite}}{\text{adjacent}} = \frac{5}{5} = 1$$

$$\theta = \tan^{-1}(1) = \frac{\pi}{4} = 45°$$

Final answer: $45°$.

Example 5

Find $\tan^{-1}\left(\sqrt{3}\right)$.

What angle in $\left(-\frac{\pi}{2}, \frac{\pi}{2}\right)$ has tangent $\sqrt{3}$?

$$\tan\frac{\pi}{3} = \sqrt{3} \Rightarrow \tan^{-1}\left(\sqrt{3}\right) = \frac{\pi}{3}$$

Final answer: $\frac{\pi}{3}$ (that is, $60°$).

Example 6

Evaluate $\cos^{-1}\left(-\frac{1}{2}\right)$.

The input is negative, and the arccosine range is $[0, \pi]$ — which has no negative angles — so the answer must be an obtuse angle in Quadrant II. The reference angle is $\frac{\pi}{3}$ (since $\cos\frac{\pi}{3} = \frac{1}{2}$).

$$\cos^{-1}\left(-\frac{1}{2}\right) = \pi - \frac{\pi}{3} = \frac{2\pi}{3}$$

Final answer: $\frac{2\pi}{3}$. The negative input lands in the obtuse part of the range, never below zero.

Why The Inverse Ratios Exist

Trigonometry was built to find unreachable lengths — but turn the problem around and you often have the lengths and need the angle instead. The inverse ratios exist because "what angle?" is just as real a question as "what length?" — and just as common in the field.

Where this leads:

  • Surveying and construction. A surveyor with two measured sides reads the slope straight off an inverse tangent — the gradient of a road, the pitch of a roof, the tilt of a retaining wall.

  • Navigation and robotics. A drone computing its heading from horizontal and vertical displacement uses $\tan^{-1}$ thousands of times a second; a robot arm finds its joint angles from target coordinates the same way.

  • Calculus. The inverse ratios become differentiable functions with clean derivatives — $\frac{d}{dx}\tan^{-1}x = \frac{1}{1+x^2}$ — feeding the derivatives of trigonometric functions and the integrals that depend on them.

That is the destination: the inverse ratios are how the angle becomes the answer instead of the input.

Tripping Points in Inverse Trigonometric Ratios to Avoid

Mistake 1: Treating $\sin^{-1}x$ as $\frac{1}{\sin x}$

Where it slips in: Anywhere the $-1$ notation appears in a formula or on a calculator key.

Don't do this: Read $\sin^{-1}\left(\frac{1}{2}\right)$ as $\frac{1}{\sin\frac{1}{2}}$.

The correct way: $\sin^{-1}x$ returns an angle; $\frac{1}{\sin x} = \csc x$ returns a flipped ratio. The reciprocal $\frac{1}{\sin\theta}$ and the inverse $\sin^{-1}\theta$ get read as the same thing — they are not, and that swap is the most common source of wrong answers in the whole topic.

Mistake 2: Asking for an inverse of an input outside the domain

Where it slips in: Plugging a ratio bigger than $1$ into $\sin^{-1}$ or $\cos^{-1}$.

Don't do this: Try to compute $\sin^{-1}(2)$ and accept whatever a calculator shows.

The correct way: Sine and cosine never exceed $1$, so $\sin^{-1}(2)$ has no real answer — it's outside the domain $[-1, 1]$. A real calculator returns an error here; trust that, don't override it. Only tangent and cotangent accept all real inputs.

Mistake 3: Forgetting the range and returning the wrong angle

Where it slips in: Negative inputs to arccosine, or angles past one revolution.

Don't do this: Answer $\cos^{-1}\left(-\frac{1}{2}\right)$ with $-\frac{\pi}{3}$.

The correct way: Force the answer into the function's range first. Arccosine's range is $[0, \pi]$, so the answer is $\frac{2\pi}{3}$, not a negative angle. Always check the range before writing the angle down.

Key Takeaways

  • Inverse trigonometric ratios take a ratio of sides and return the angle that produced it — the reverse of the ordinary ratios.

  • The six are $\sin^{-1}, \cos^{-1}, \tan^{-1}, \csc^{-1}, \sec^{-1}, \cot^{-1}$ (also arcsin, arccos, arctan, and so on).

  • $\sin^{-1}$ and $\cos^{-1}$ take inputs only in $[-1, 1]$; $\tan^{-1}$ takes any real number.

  • The $-1$ means inverse, not reciprocal — $\frac{1}{\sin x}$ is cosecant, $\csc x$.

  • Always return the angle inside the function's range (its principal-value branch).

To get fluent with inverse trigonometric ratios alongside a teacher, explore Bhanzu's trigonometry tutor, a high school math tutor, or math classes online.

Read More

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What are inverse trigonometric ratios used for?
To find an unknown angle when you know a ratio of a triangle's sides — the reverse of using sin, cos, or tan to find a side.
Is $\sin^{-1}x$ the same as $\frac{1}{\sin x}$?
No. $\sin^{-1}x$ is the inverse function (it returns an angle); $\frac{1}{\sin x}$ is the reciprocal, which is cosecant ($\csc x$). The $-1$ marks an inverse, not an exponent.
Why can't I take $\sin^{-1}$ of a number bigger than 1?
Because no angle has a sine above $1$, so the input lies outside the domain $[-1, 1]$ and the inverse has no real value there. Tangent has no such cap.
What is the range of $\cos^{-1}x$?
$[0, \pi]$. That is why arccosine of a negative number is an obtuse angle, never a negative one.
What is the difference between an inverse ratio and a reciprocal ratio?
An inverse ratio reverses the operation (ratio in, angle out); a reciprocal ratio flips the value (cosecant, secant, cotangent are the reciprocals of sine, cosine, tangent).
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →