All topics

s5.1.6

Inverse Trigonometric Values

1,000 questions

Inverse trig answers are angles, and contest papers ask for them as a multiple of π\pi: "Arcsin(x)=kπ\text{Arcsin}(x) = k\pi radians, find kk."

Memorise the principal values. Arcsin\text{Arcsin} returns angles in [π2,π2][-\frac{\pi}{2}, \frac{\pi}{2}]; Arccos\text{Arccos} returns [0,π][0, \pi]; Arctan\text{Arctan} returns (π2,π2)(-\frac{\pi}{2}, \frac{\pi}{2}).

For the reciprocal functions, convert first: Arccsc(x)=Arcsin(1/x)\text{Arccsc}(x) = \text{Arcsin}(1/x) and Arcsec(x)=Arccos(1/x)\text{Arcsec}(x) = \text{Arccos}(1/x). So Arccsc(2)=Arcsin(12)=π6\text{Arccsc}(-2) = \text{Arcsin}(-\frac{1}{2}) = -\frac{\pi}{6}, giving k=16k = -\frac{1}{6}.

Practise this