Arcsin Calculator (Inverse Sine)

Calculate the inverse sine (arcsin) of a value to find the angle in degrees and radians.

Enter Value

Enter a value between -1 and 1.

-101

Common Values

Result

arcsin(0.5)
--
--
Angle in Degrees--
Angle in Radians--
Input Value (x)--
Verification: sin(θ)--
Complementary: arccos(x)--
Exact Value
--
θ = arcsin(x) = sin-1(x) | Domain: [-1, 1] | Range: [-90°, 90°]

Understanding the Arcsin Function (Inverse Sine)

The arcsin function, written as arcsin(x) or sin-1(x), is the inverse of the sine function. Given a sine value, it returns the angle whose sine is that value.

Domain and Range

Domain of arcsin: [-1, 1]
Range of arcsin: [-π/2, π/2] radians = [-90°, 90°]

If θ = arcsin(x), then sin(θ) = x and -π/2 ≤ θ ≤ π/2

This restricted range is the principal value. On [-π/2, π/2], sine is strictly increasing, making the inverse unique.

Common Arcsin Values

xDegreesRadiansExact
-1-90°-1.57080...-π/2
-√3/2-60°-1.04720...-π/3
-√2/2-45°-0.78540...-π/4
-1/2-30°-0.52360...-π/6
000
1/230°0.52360...π/6
√2/245°0.78540...π/4
√3/260°1.04720...π/3
190°1.57080...π/2

Relationship with Arccos

arcsin(x) + arccos(x) = π/2
arcsin(x) = π/2 - arccos(x)
arcsin(-x) = -arcsin(x) (odd function)

Derivative and Integral

d/dx [arcsin(x)] = 1 / sqrt(1 - x²) for |x| < 1

∫ arcsin(x) dx = x · arcsin(x) + sqrt(1 - x²) + C

Applications

  • Physics: Launch angles in projectile motion. Snell's law of refraction.
  • Navigation: The haversine formula for great-circle distances involves arcsin.
  • Statistics: The arcsine transformation arcsin(√p) stabilizes variance of proportions.
  • Geometry: Finding angles using the law of sines: A = arcsin(a · sin(B) / b).
  • Engineering: Signal processing phase calculations.