Skip to main content

learn.howToCalculate

learn.whatIsHeading

Inverse trigonometric functions (arcsin, arccos, arctan) find the angle given a ratio. arcsin(x) asks "what angle has sine = x?" They are essential for solving triangles when side lengths are known but angles are not.

Trin-for-trin guide

  1. 1arcsin(x): returns angle whose sine is x, range [−90°, 90°]
  2. 2arccos(x): returns angle whose cosine is x, range [0°, 180°]
  3. 3arctan(x): returns angle whose tangent is x, range (−90°, 90°)
  4. 4arctan2(y,x): full-circle angle from coordinates (−180° to 180°)

Løste eksempler

Input
arcsin(0.5)
Resultat
30°
sin(30°) = 0.5
Input
arctan(1)
Resultat
45°
tan(45°) = 1
Input
arccos(0)
Resultat
90°
cos(90°) = 0

Klar til at beregne? Prøv den gratis Inverse Trig Functions-beregner

Prøv det selv →

Indstillinger

PrivatlivVilkårOm© 2026 PrimeCalcPro