Topics · 3 identities
Inverse
Domains and ranges of arcsine, arccosine, and arctangent.
arcsin takes inputs in [−1, 1] and returns angles in [−π/2, π/2]. Sine repeats, so it has no true inverse until the range is restricted this way - which is why a calculator's arcsin never returns an obtuse angle, and why the Law of Sines' ambiguous case needs checking by hand.
Open identityarccos takes inputs in [−1, 1] and returns angles in [0, π]. That range covers every angle a triangle can have, which is why the Law of Cosines never suffers an ambiguous case while the Law of Sines does.
Open identityarctan accepts every real number and returns an angle in (−π/2, π/2). The interval is open, not closed: tangent has asymptotes at ±π/2, so those endpoints are approached but never reached.
Open identity