Inverse Sine (Arcsin): Domain, Range & Graph

#Trigonometry
TL;DR
The inverse sine function, written $\sin^{-1}x$ or $\arcsin x$, takes a ratio between $-1$ and $1$ and returns the unique angle in $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$ whose sine is that ratio. This article covers its definition, why the domain is $[-1, 1]$, the principal branch, the arcsin graph, and worked examples.
BT
Bhanzu TeamLast updated on August 12, 20268 min read

The Function That Recovers A Hidden Angle

A robotic arm knows exactly where its gripper needs to land, but the motor only understands angles. Turning that target height into a joint angle is the job of the inverse sine function. Given a ratio, it hands back the angle that produced it, which is why arcsin sits inside navigation systems, camera-rig controllers, and every animation engine that turns a position back into a rotation.

Ordinary sine runs one way: feed it an angle, get a ratio. Inverse sine runs the other way, and that reversal is more delicate than it looks, because many different angles share the same sine.

What Is The Inverse Sine Function?

The inverse sine function undoes the sine function. If $\sin\theta = x$, then $\arcsin x = \theta$, subject to one restriction we will pin down below. It is written two ways that mean the same thing: $\sin^{-1}x$ and $\arcsin x$, both read as "the angle whose sine is $x$."

Here the $-1$ is not an exponent. $\sin^{-1}x$ does not mean $\dfrac{1}{\sin x}$. That reciprocal is a different object entirely, the reciprocal of sine, and mixing the two is the single most common error with this notation. Inverse sine is one of the six inverse trigonometric functions, the mirror images of the ordinary sine function and its relatives.

Why Does Sine Need A Restricted Domain First?

For a function to have an inverse, it must be one-to-one: each output comes from exactly one input. Plain sine fails this badly. Both $30^\circ$ and $150^\circ$ have a sine of $\dfrac{1}{2}$, so "the angle whose sine is $\dfrac{1}{2}$" has no single answer.

The fix is to shrink sine's domain until it passes the horizontal-line test. Mathematicians restrict sine to $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$, the interval around zero where sine climbs steadily from $-1$ to $1$ without repeating. This restricted piece is one-to-one, so it has a clean inverse. That chosen output interval is called the principal branch, and the single value arcsin returns is the principal value.

What Are The Domain And Range Of Arcsin?

Because inputs and outputs swap when you invert a function, arcsin's domain is restricted sine's range, and arcsin's range is restricted sine's domain.

  • Domain: $[-1, 1]$. Sine never produces a value outside this band, so no other input is allowed. Asking for $\arcsin 2$ is meaningless.

  • Range: $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$ (that is, $-90^\circ$ to $90^\circ$). Every answer arcsin gives lands in this closed interval.

  • Odd function: $\arcsin(-x) = -\arcsin x$. The graph has half-turn symmetry about the origin.

  • Always increasing: as $x$ rises from $-1$ to $1$, the output rises steadily. There are no flat spots.

$x$

$-1$

$-\dfrac{\sqrt{3}}{2}$

$-\dfrac{1}{2}$

$0$

$\dfrac{1}{2}$

$\dfrac{\sqrt{3}}{2}$

$1$

$\arcsin x$

$-\dfrac{\pi}{2}$

$-\dfrac{\pi}{3}$

$-\dfrac{\pi}{6}$

$0$

$\dfrac{\pi}{6}$

$\dfrac{\pi}{3}$

$\dfrac{\pi}{2}$

Examples Of The Inverse Sine Function

Example 1

Evaluate $\arcsin\left(\dfrac{1}{2}\right)$.

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

$$\sin\left(\dfrac{\pi}{6}\right) = \dfrac{1}{2}, \quad \text{and } \dfrac{\pi}{6} \text{ is inside the range.}$$

Final answer: $\arcsin\left(\dfrac{1}{2}\right) = \dfrac{\pi}{6}$.

Example 2

Evaluate $\arcsin\left(-\dfrac{\sqrt{3}}{2}\right)$. First instinct, then the correct route.

The tempting move is to find the reference angle $\dfrac{\pi}{3}$ and report $\dfrac{2\pi}{3}$, since $\sin\left(\dfrac{2\pi}{3}\right)$ is positive $\dfrac{\sqrt{3}}{2}$ and it feels like the "obtuse" partner.

Check it against the range. $\dfrac{2\pi}{3}$ is $120^\circ$, which sits outside $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$. Arcsin is never allowed to return it. The instinct broke the principal-branch rule.

The rescue: because arcsin is odd and the input is negative, the answer must be a negative angle in the range.

$$\arcsin\left(-\dfrac{\sqrt{3}}{2}\right) = -\arcsin\left(\dfrac{\sqrt{3}}{2}\right) = -\dfrac{\pi}{3}$$

Final answer: $\arcsin\left(-\dfrac{\sqrt{3}}{2}\right) = -\dfrac{\pi}{3}$.

Example 3

Find the angle of a wheelchair ramp that rises $1$ metre over a $12$ metre slope.

The sine of the ramp angle is $\dfrac{\text{rise}}{\text{slope length}} = \dfrac{1}{12}$.

$$\theta = \arcsin\left(\dfrac{1}{12}\right) \approx 4.78^\circ$$

Final answer: the ramp angle is about $4.78^\circ$, comfortably under the common accessibility limit.

Example 4

Simplify $\sin(\arcsin 0.4)$.

Sine and arcsin undo each other as long as the input sits in arcsin's domain. Since $0.4$ is in $[-1, 1]$:

$$\sin(\arcsin 0.4) = 0.4$$

Final answer: $0.4$.

Example 5

Evaluate $\arcsin\left(\sin\dfrac{5\pi}{6}\right)$.

This is the reverse order, and it is where composition bites. First, $\sin\dfrac{5\pi}{6} = \dfrac{1}{2}$. Now apply arcsin, which must return an angle in $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$:

$$\arcsin\left(\dfrac{1}{2}\right) = \dfrac{\pi}{6}$$

The output is not $\dfrac{5\pi}{6}$, because $\dfrac{5\pi}{6}$ lives outside the principal branch.

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

Example 6

Find $\cos(\arcsin x)$ as an algebraic expression.

Let $\theta = \arcsin x$, so $\sin\theta = x$ and $\theta$ is in $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$, where cosine is non-negative. From the Pythagorean identity $\cos^2\theta = 1 - \sin^2\theta$:

$$\cos(\arcsin x) = \sqrt{1 - x^2}$$

Final answer: $\sqrt{1 - x^2}$. This identity, drawn from the Pythagorean identities, turns up constantly in calculus substitutions.

Where Is The Inverse Sine Function Used?

Inverse sine exists to answer one practical question: I can measure a ratio, so what angle made it? Ordinary sine is useless for that, because it only moves angle-to-ratio.

  • Physics and optics. Snell's law of refraction is solved for the bending angle with arcsin, which is how lens designers and fibre-optic engineers find the angle a light ray takes.

  • Engineering and construction. Any slope, ramp, or roof pitch described by a rise-over-length ratio is turned into an angle by arcsin.

  • Graphics and robotics. Converting a known position back into a joint rotation, called inverse kinematics, leans on inverse trig functions to keep a limb or camera pointed correctly.

What competitor explainers usually skip is why the range stops at exactly $\pm\dfrac{\pi}{2}$ rather than some other one-to-one stretch of sine. The interval around zero is the natural choice because it keeps arcsin an odd function and puts $\arcsin 0 = 0$, so positive ratios give positive angles and negative ratios give negative ones. Any other branch would break that symmetry. For the deeper mechanics, the Wolfram MathWorld entry on inverse sine traces the full definition.

Common Mistakes With The Inverse Sine Function

Mistake 1: Reading $\sin^{-1}x$ As $\dfrac{1}{\sin x}$

Where it slips in: Any time the $-1$ superscript appears and the reader treats it like a power.

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

The correct way: $\sin^{-1}$ is the inverse function; it returns the angle $\dfrac{\pi}{6}$. The reciprocal $\dfrac{1}{\sin x}$ is cosecant, a separate function. The habit that fixes this is reading the symbol aloud as "arcsin" every time, never as "sine to the minus one."

Mistake 2: Returning An Angle Outside The Range

Where it slips in: Composition problems like $\arcsin\left(\sin\dfrac{5\pi}{6}\right)$, where the memorizer reflexively cancels the two functions and writes $\dfrac{5\pi}{6}$.

Don't do this: Assuming $\arcsin(\sin\theta) = \theta$ for every $\theta$.

The correct way: The identity only holds when $\theta$ already lives in $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$. Otherwise, reduce to the sine value first, then pick the angle inside the range. The student who has memorised the cancel rule gets every out-of-range angle wrong until they check the branch first.

Mistake 3: Allowing Inputs Beyond $[-1, 1]$

Where it slips in: Plugging a raw measurement into arcsin without checking its size.

Don't do this: Computing $\arcsin 1.5$ and reporting a number a calculator flashes as an error.

The correct way: Arcsin is only defined on $[-1, 1]$. An input outside that band signals an earlier arithmetic slip, not a valid angle. This exact class of range error is not academic: the 1999 Mars Climate Orbiter loss came from feeding a navigation model numbers it was never scaled to accept, and the mission was destroyed. Domain checks are cheap; skipping them is not.

Key Takeaways

  • The inverse sine function $\arcsin x$ returns the angle in $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$ whose sine is $x$.

  • Its domain is $[-1, 1]$ and its range is $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$, the principal branch.

  • $\sin^{-1}x$ is the inverse function, never the reciprocal $\dfrac{1}{\sin x}$.

  • Arcsin is odd and strictly increasing, with $\arcsin 0 = 0$.

  • Composition only cancels when the inner angle already sits in the range.

To build inverse sine with a teacher, explore Bhanzu's trigonometry tutor sessions, work with a high school math tutor on graphing, or join live math classes online with peers from 20+ countries.

A Practical Next Step

Practice these to solidify your understanding: evaluate $\arcsin\left(-\dfrac{1}{2}\right)$, then simplify $\tan(\arcsin x)$ using a right triangle. If you get stuck on the range restriction, come back to the principal-branch section above. Want a live Bhanzu trainer to work through inverse functions with you? Book a free demo class.

Read More

  • Arcsin — the arcsin formula and graph as a quick reference lookup.

  • Arcsin 1 — the specific value $\arcsin 1$ worked out step by step.

  • Inverse Cosine — the complementary inverse function and its $[0, \pi]$ range.

  • Inverse Tan — arctan, with an open range and horizontal asymptotes.

  • Inverse Trigonometric Ratios — all six inverse ratios and how they connect.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

Is $\sin^{-1}x$ the same as $\dfrac{1}{\sin x}$?
No. $\sin^{-1}x$ is the inverse sine function and returns an angle; $\dfrac{1}{\sin x}$ is cosecant and returns a ratio. The shared notation is a historical accident, not a sign they are equal.
Why is the domain of arcsin only $[-1, 1]$?
Because sine itself never outputs a value outside $[-1, 1]$, there is no ratio beyond that band for arcsin to invert.
What is the principal value of arcsin?
It is the single output arcsin returns, always chosen from the principal branch $\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$, so the function stays single-valued.
Is arcsin an odd function?
Yes. $\arcsin(-x) = -\arcsin x$, so its graph is symmetric through the origin.
How is arcsin related to arccos?
They are complementary: $\arcsin x + \arccos x = \dfrac{\pi}{2}$ for every $x$ in $[-1, 1]$. Knowing one gives the other instantly.
✍️ 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 →