Skip to content
Medium

The Inverse Sine Function and Its Graph

Simple Explanation

arcsin(x) (also written sin⁻¹x) gives the ONE angle, restricted to the range [βˆ’Ο€/2, Ο€/2], whose sine equals x. Its domain is limited to [βˆ’1,1], since no angle has a sine outside that range.

Why Do We Need It?

Sine is not one-to-one over all real numbers (many angles share the same sine value) β€” restricting the range is what makes arcsin an actual function, with exactly one output per input.

See It

The graph of y = arcsin(x)
-2-2-1-111220xy(0,0)(1,Ο€/2)

A curve rising from bottom-left to top-right, defined only between x=-1 and x=1, with output values between -pi/2 and pi/2

Formula

The Inverse Sine Function

y = arcsin(x), domain [βˆ’1,1], range [βˆ’Ο€/2, Ο€/2]

arcsin(x) gives the ONE angle, within the restricted range [βˆ’Ο€/2,Ο€/2], whose sine equals x.

x
β€” a value between βˆ’1 and 1

When to use it: Whenever an angle needs to be recovered from a known sine value.

Worked Example

Evaluate the inverse sine function

Find arcsin(0.5).

    Why Does This Work?

    Although infinitely many angles have a sine of 0.5 (like Ο€/6, 5Ο€/6, Ο€/6+2Ο€, and so on), the restricted range [βˆ’Ο€/2,Ο€/2] contains exactly ONE of them β€” Ο€/6 β€” making arcsin well-defined as a proper function.

    Real-Life Example

    Finding an angle from a known ratio in navigation

    A navigator knows the ratio of a ship's vertical displacement to its total distance traveled (essentially a sine ratio) and needs the actual angle of travel.

    arcsin recovers this angle directly from the known ratio.

    Practice

    Find arcsin(1), in degrees.

    Medium

    Common mistake

    Giving an answer outside the restricted range [βˆ’Ο€/2,Ο€/2] β€” even though many angles share the same sine value, arcsin always returns the one within this specific range.

    Quick Review

    • arcsin(x): domain [βˆ’1,1], range [βˆ’Ο€/2, Ο€/2].
    • Gives the ONE angle (within the restricted range) whose sine is x.
    • The restricted range is what makes arcsin a genuine function.