Calculate the inverse sine (arcsin) of any value between -1 and 1. Get the angle in degrees, radians, and gradians with step-by-step verification. Perfect for trigonometry problems.
Was this calculator helpful?
Was this calculator helpful?
Sources & Methodology
⏱ Last reviewed: April 2026
How to Calculate the Inverse Sine
The inverse sine function (arcsin, also written sin⁻¹ or asin) returns the angle whose sine equals a given value. If sin(30°) = 0.5, then arcsin(0.5) = 30°. Unlike arccos, the arcsin principal value range is −90° to +90° (−π/2 to π/2 radians), meaning it returns negative angles for negative inputs.
The Arcsin Function Defined
arcsin(x) returns the angle θ in the range −90° to +90° such that sin(θ) = x. Key values: arcsin(0) = 0°, arcsin(0.5) = 30°, arcsin(1) = 90°, arcsin(−0.5) = −30°, arcsin(−1) = −90°. Values outside −1 to 1 are undefined because sine never exceeds those bounds.
Arcsin Range vs. Arccos Range
The principal range of arcsin is −90° to +90°. The principal range of arccos is 0° to 180°. This is why: sine is symmetric around 90° (sin(30°) = sin(150°) = 0.5), so arcsin picks the value in the first and fourth quadrants. Cosine picks the first and second quadrant range (0° to 180°). Together: arcsin(x) + arccos(x) = 90° for all x.
Applications of Inverse Sine
Arcsin appears in: 1) Right triangle problems — finding an angle from the opposite side and hypotenuse: A = arcsin(opposite/hypotenuse). 2) Physics — projectile motion angle calculations. 3) Navigation — latitude calculations, bearing problems. 4) Signal processing — phase angle recovery. 5) Computer graphics — inverse kinematics joint angle calculation.
Arcsin Identity: arcsin(x) + arccos(x) = 90 Degrees
This identity holds for all x in −1 to 1: arcsin(x) + arccos(x) = 90° (π/2 radians). This means knowing either arcsin or arccos gives the other by subtraction. For example: arcsin(0.5) = 30°, so arccos(0.5) = 90° − 30° = 60°. This complementary relationship reflects the co-function identity sin(θ) = cos(90° − θ).
Inverse Sine Common Values
| x value | arcsin(x) degrees | arcsin(x) radians | Notes |
|---|---|---|---|
| -1 | -90° | -π/2 (-1.5708) | sin(-90°) = -1 |
| -0.866 | -60° | -π/3 (-1.0472) | sin(-60°) = -sqrt(3)/2 |
| -0.707 | -45° | -π/4 (-0.7854) | sin(-45°) = -sqrt(2)/2 |
| -0.500 | -30° | -π/6 (-0.5236) | sin(-30°) = -1/2 |
| 0 | 0° | 0 | sin(0°) = 0 |
| 0.500 | 30° | π/6 (0.5236) | sin(30°) = 1/2 |
| 0.707 | 45° | π/4 (0.7854) | sin(45°) = sqrt(2)/2 |
| 0.866 | 60° | π/3 (1.0472) | sin(60°) = sqrt(3)/2 |
| 1 | 90° | π/2 (1.5708) | sin(90°) = 1 |