logo

Inverse Trigonometric Functions 📂Functions

Inverse Trigonometric Functions

Definition1

The inverse functions of trigonometric functions are called inverse trigonometric functions, and they are denoted by adding arc- to the name of the trigonometric function.

arcsinx=sin1xarccscx=csc1xarccosx=cos1xarcsecx=sec1xarctanx=tan1xarccotx=cot1x \begin{align*} \arcsin x &= \sin^{-1} x \qquad & \operatorname{arccsc} x &= \csc^{-1} x \\ \arccos x &= \cos^{-1} x \qquad & \operatorname{arcsec} x &= \sec^{-1} x \\ \arctan x &= \tan^{-1} x \qquad & \operatorname{arccot} x &= \cot^{-1} x \end{align*}

Description

Since trigonometric functions themselves are not bijective, their domains are usually restricted to [π,π]\displaystyle \left[ -\pi , \pi \right] or [π2,π2]\displaystyle \left[ -{{\pi}\over{2}} , {{\pi}\over{2}} \right].

In programming, it is common to define the arctangent function as atan() using only a- instead of arc-. This convention has been carried over from FORTRAN.

Domain and Range

sin1:[1,1][π2,π2]csc1:R(1,1)(0,π/2](π,3π/2]cos1:[1,1][0,π]sec1:R(1,1)[0,π/2)[π,3π/2)tan1:R(π2,π2)cot1:R(0,π) \begin{align*} \sin^{-1} &: [-1, 1] \to \left[ -{{\pi}\over{2}} , {{\pi}\over{2}} \right] \qquad & \csc^{-1} &: \mathbb{R} \setminus (-1, 1) \to (0, \pi/2] \cup (\pi, 3\pi/2] \\[1em] \cos^{-1} &: [-1, 1] \to [0, \pi] \qquad & \sec^{-1} &: \mathbb{R} \setminus (-1, 1) \to [0, \pi/2) \cup [\pi, 3\pi/2) \\[1em] \tan^{-1} &: \mathbb{R} \to \left( -{{\pi}\over{2}} , {{\pi}\over{2}} \right) \qquad & \cot^{-1} &: \mathbb{R} \to (0, \pi) \end{align*}


  1. James Stewart, Daniel Clegg, and Saleem Watson, Calculus (early transcendentals, 9E), p61-64 ↩︎