Back to Functions

ASIN

Returns the inverse sine of a value, in radians.

MathASIN(value)

The ASIN function in Google Sheets calculates the inverse sine (arcsine) of a value, returning the result in radians. It's a key trigonometric tool for anyone working with angles, geometry, or engineering calculations. Dive into our comprehensive guide to master its use.

Parameters

  • value: The value for which to calculate the inverse sine. Must be between -1 and 1.

Step-by-Step Tutorial

  1. Using ASIN with a decimal value:

    • Example: =ASIN(1)
    • Result: 1.5707963268 (which is π/2 radians, or 90 degrees)
  2. Converting the result to degrees:

    • Example: =DEGREES(ASIN(0.5))
    • Result: 30

Use Cases and Scenarios

  1. Geometry Calculations: Determine an unknown angle in a right triangle when the ratio of the opposite side to the hypotenuse is known.
  2. Engineering and Physics: Calculate angles in mechanical, electrical, or wave-related problems.
  3. Navigation and Surveying: Compute bearings and angles from known coordinate ratios.

Related Functions

  • SIN: Returns the sine of an angle provided in radians.
  • ACOS: Returns the inverse cosine of a value, in radians.
  • ATAN: Returns the inverse tangent of a value, in radians.

Related Articles

No related articles available for the ASIN function.

Newsletter

More ASIN examples coming soon.

We are building short, practical updates for Sheets power users.